Html Css Color HEX #DC59FF Heliotrope

📋 copy color: '#DC59FF'

red 220 ◦ green 89 ◦ blue 255

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

Shades of Heliotrope #DC59FF

Tints of Heliotrope #DC59FF

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 value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DC59FF (or 0xDC59FF) is known color: 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

RGB 220 89 255 -
CMYK 0.14 0.65 0 0
HSL 287.35º 1% 0.67% -
HSV(B) 287.35º 0.65% 1% -
XYZ 51.14 29.58 97.62 -
YUV 147.09 188.9 180 -
System Red Green Blue C M Y K H S L
Decimal 220 89 255 0.14 0.65 0 0 287.35 1 0.67
Hex DC 59 FF E 41 0 0 11F 64 43
Octal 334 131 377 16 101 0 0 437 144 103
Binary 11011100 1011001 11111111 1110 1000001 0 0 100011111 1100100 1000011

Color Harmonies of #DC59FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC59FF

Black with #DC59FF

Text Example


Text Example

White with #DC59FF

Text Example


Text Example

HTML Codes & Css Web 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>