Html Css Color HEX #DC59FE Heliotrope

📋 copy color: '#DC59FE'

red 220 ◦ green 89 ◦ blue 254

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

Shades of Heliotrope #DC59FE

Tints of Heliotrope #DC59FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.12%

R = 39.08%
G = 15.81%
B = 45.12%

CMYK

 C value IS 0.13

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DC59FE (or 0xDC59FE) is known color: Heliotrope. HEX triplet: DC, 59 and FE. RGB value is (220,89,254). Sum of RGB (Red+Green+Blue) = 220+89+254=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 89 (35.16% from 255 or 15.81% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC59FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC59FE is #23A601. Grayscale: #929292. Windows color (decimal): -2336258 or 16669148. OLE color: 16669148.

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

Color convert

RGB 220 89 254 -
CMYK 0.13 0.65 0 0.00
HSL 287.64º 0.99% 0.67% -
HSV(B) 287.64º 0.65% 1% -
XYZ 50.98 29.52 96.78 -
YUV 146.98 188.4 180.08 -
System Red Green Blue C M Y K H S L
Decimal 220 89 254 0.13 0.65 0 0.00 287.64 0.99 0.67
Hex DC 59 FE D 41 0 0 120 63 43
Octal 334 131 376 15 101 0 0 440 143 103
Binary 11011100 1011001 11111110 1101 1000001 0 0 100100000 1100011 1000011

Color Harmonies of #DC59FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC59FE

Black with #DC59FE

Text Example


Text Example

White with #DC59FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC59FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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