#DC59FF

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

Shades of Heliotrope #DC59FF

Tints of Heliotrope #DC59FF

Color information

#DC59FF (or 0xDC59FF) is unknown color: approx Heliotrope. HEX triplet: DC, 59 and FF. RGB value is (220,89,255). Sum of RGB (Red+Green+Blue) = 220+89+255=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 89 (35.16% from 255 or 15.78% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC59FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC59FF is #23A600. Grayscale: #929292. Windows color (decimal): -2336257 or 16734684. OLE color: 16734684.

HSL color Cylindrical-coordinate representation of color #DC59FF: hue angle of 287.35º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC59FF is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB22089255-
CMYK0.140.6500
HSL287.35º100%67.45%-
HSV(B)287.35º65.1%100%-
XYZ51.1429.5897.62-
YUV147.09188.9180-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.01%
GREEN value IS 89 (35.16% from 255) = 15.78%
BLUE value IS 255 (100% from 255) = 45.21%
R=39.01%
G=15.78%
B=45.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal220892550.140.6500287.3510067.45
HexDC59FFE410011f6443
Octal3341313771610100437144103
Binary11011100101100111111111111010000010010001111111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC59FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC59FF; }

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

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

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

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

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

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

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

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