Html Css Color HEX #DC58FB Heliotrope

📋 copy color: '#DC58FB'

red 220 ◦ green 88 ◦ blue 251

#DC58FB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #DC58FB

Tints of Heliotrope #DC58FB

RGB

 RED value IS 220 (86.33% from 255) = 39.36%

 GREEN value IS 88 (34.77% from 255) = 15.74%

 BLUE value IS 251 (98.44% from 255) = 44.9%

R = 39.36%
G = 15.74%
B = 44.9%

CMYK

 C value IS 0.12

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DC58FB (or 0xDC58FB) is known color: Heliotrope. HEX triplet: DC, 58 and FB. RGB value is (220,88,251). Sum of RGB (Red+Green+Blue) = 220+88+251=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 88 (34.77% from 255 or 15.74% from 559); Blue value is 251 (98.44% from 255 or 44.90% from 559); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC58FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC58FB is #23A704. Grayscale: #919191. Windows color (decimal): -2336517 or 16472284. OLE color: 16472284.

HSL color Cylindrical-coordinate representation of color #DC58FB: hue angle of 288.59º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC58FB is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 88 251 -
CMYK 0.12 0.65 0 0.02
HSL 288.59º 0.95% 0.66% -
HSV(B) 288.59º 0.65% 0.98% -
XYZ 50.42 29.16 94.24 -
YUV 146.05 187.23 180.75 -
System Red Green Blue C M Y K H S L
Decimal 220 88 251 0.12 0.65 0 0.02 288.59 0.95 0.66
Hex DC 58 FB C 41 0 2 121 5F 42
Octal 334 130 373 14 101 0 2 441 137 102
Binary 11011100 1011000 11111011 1100 1000001 0 10 100100001 1011111 1000010

Color Harmonies of #DC58FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC58FB

Black with #DC58FB

Text Example


Text Example

White with #DC58FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC58FB; }

 p { color: rgb(220,88,251); }

 H1.HeaderClassName
 {
   color: #DC58FB;
 }
 .AnyTagClassName
 {
   color: #DC58FB;
 }
</style>

background-color css

<style>
 a { background-color: #DC58FB; }

 a { background-color: rgb(220,88,251); }

 div.DivClassName
 {
   background-color: #DC58FB;
 }
 .BgClassName
 {
   background-color: #DC58FB;
 }
</style>

border-color css

<style>
 span { border-color: #DC58FB; }

 span { border-color: rgb(220,88,251); }

 td.TdClassName
 {
   border-color: #DC58FB;
 }
 .TagClassName
 {
   border-color: #DC58FB;
 }
</style>