Html Css Color HEX #DC59F4 Heliotrope

📋 copy color: '#DC59F4'

red 220 ◦ green 89 ◦ blue 244

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

Shades of Heliotrope #DC59F4

Tints of Heliotrope #DC59F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 44.12%

R = 39.78%
G = 16.09%
B = 44.12%

CMYK

 C value IS 0.10

 M value IS 0.64

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DC59F4 (or 0xDC59F4) is known color: Heliotrope. HEX triplet: DC, 59 and F4. RGB value is (220,89,244). Sum of RGB (Red+Green+Blue) = 220+89+244=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 89 (35.16% from 255 or 16.09% from 553); Blue value is 244 (95.70% from 255 or 44.12% from 553); Max value from RGB is 244 - color contains mainly: blue. Hex color #DC59F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC59F4 is #23A60B. Grayscale: #919191. Windows color (decimal): -2336268 or 16013788. OLE color: 16013788.

HSL color Cylindrical-coordinate representation of color #DC59F4: hue angle of 290.71º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC59F4 is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 89 244 -
CMYK 0.10 0.64 0 0.04
HSL 290.71º 0.88% 0.65% -
HSV(B) 290.71º 0.64% 0.96% -
XYZ 49.42 28.89 88.56 -
YUV 145.84 183.4 180.9 -
System Red Green Blue C M Y K H S L
Decimal 220 89 244 0.10 0.64 0 0.04 290.71 0.88 0.65
Hex DC 59 F4 A 40 0 4 123 58 41
Octal 334 131 364 12 100 0 4 443 130 101
Binary 11011100 1011001 11110100 1010 1000000 0 100 100100011 1011000 1000001

Color Harmonies of #DC59F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC59F4

Black with #DC59F4

Text Example


Text Example

White with #DC59F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC59F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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