Html Css Color HEX #DC59FC Heliotrope

📋 copy color: '#DC59FC'

red 220 ◦ green 89 ◦ blue 252

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

Shades of Heliotrope #DC59FC

Tints of Heliotrope #DC59FC

RGB

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

 GREEN value IS 89 (35.16% from 255) = 15.86%

 BLUE value IS 252 (98.83% from 255) = 44.92%

R = 39.22%
G = 15.86%
B = 44.92%

CMYK

 C value IS 0.13

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DC59FC (or 0xDC59FC) is known color: Heliotrope. HEX triplet: DC, 59 and FC. RGB value is (220,89,252). Sum of RGB (Red+Green+Blue) = 220+89+252=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 89 (35.16% from 255 or 15.86% from 561); Blue value is 252 (98.83% from 255 or 44.92% from 561); Max value from RGB is 252 - color contains mainly: blue. Hex color #DC59FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC59FC is #23A603. Grayscale: #929292. Windows color (decimal): -2336260 or 16538076. OLE color: 16538076.

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

Color convert

RGB 220 89 252 -
CMYK 0.13 0.65 0 0.01
HSL 288.22º 0.96% 0.67% -
HSV(B) 288.22º 0.65% 0.99% -
XYZ 50.66 29.39 95.1 -
YUV 146.75 187.4 180.25 -
System Red Green Blue C M Y K H S L
Decimal 220 89 252 0.13 0.65 0 0.01 288.22 0.96 0.67
Hex DC 59 FC D 41 0 1 120 60 43
Octal 334 131 374 15 101 0 1 440 140 103
Binary 11011100 1011001 11111100 1101 1000001 0 1 100100000 1100000 1000011

Color Harmonies of #DC59FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC59FC

Black with #DC59FC

Text Example


Text Example

White with #DC59FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC59FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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