#DC59F9

Color #DC59F9 Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #DC59F9

Tints of Heliotrope #DC59F9

Color information

#DC59F9 (or 0xDC59F9) is unknown color: approx Heliotrope. HEX triplet: DC, 59 and F9. RGB value is (220,89,249). Sum of RGB (Red+Green+Blue) = 220+89+249=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 89 (35.16% from 255 or 15.95% from 558); Blue value is 249 (97.66% from 255 or 44.62% from 558); Max value from RGB is 249 - color contains mainly: blue. Hex color #DC59F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC59F9 is #23A606. Grayscale: #919191. Windows color (decimal): -2336263 or 16341468. OLE color: 16341468.

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

Color convert

RGB22089249-
CMYK0.120.6400.02
HSL289.12º93.02%66.27%-
HSV(B)289.12º64.26%97.65%-
XYZ50.1929.292.61-
YUV146.41185.9180.49-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.43%
GREEN value IS 89 (35.16% from 255) = 15.95%
BLUE value IS 249 (97.66% from 255) = 44.62%
R=39.43%
G=15.95%
B=44.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal220892490.120.6400.02289.1293.0266.27
HexDC59F9C40021215d42
Octal3341313711410002441135102
Binary110111001011001111110011100100000001010010000110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC59F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC59F9; }

 p { color: rgb(220,89,249); }

 H1.HeaderClassName
 {
   color: #DC59F9;
 }
 .AnyTagClassName
 {
   color: #DC59F9;
 }
</style>
background-color css

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

 a { background-color: rgb(220,89,249); }

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

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

 span { border-color: rgb(220,89,249); }

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