Html Css Color HEX #DC59FD Heliotrope

📋 copy color: '#DC59FD'

red 220 ◦ green 89 ◦ blue 253

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

Shades of Heliotrope #DC59FD

Tints of Heliotrope #DC59FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.02%

R = 39.15%
G = 15.84%
B = 45.02%

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

#DC59FD (or 0xDC59FD) is known color: Heliotrope. HEX triplet: DC, 59 and FD. RGB value is (220,89,253). Sum of RGB (Red+Green+Blue) = 220+89+253=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 89 (35.16% from 255 or 15.84% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC59FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC59FD is #23A602. Grayscale: #929292. Windows color (decimal): -2336259 or 16603612. OLE color: 16603612.

HSL color Cylindrical-coordinate representation of color #DC59FD: hue angle of 287.93º degrees, saturation: 0.98, 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 #DC59FD is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 89 253 -
CMYK 0.13 0.65 0 0.01
HSL 287.93º 0.98% 0.67% -
HSV(B) 287.93º 0.65% 0.99% -
XYZ 50.82 29.45 95.94 -
YUV 146.87 187.9 180.16 -
System Red Green Blue C M Y K H S L
Decimal 220 89 253 0.13 0.65 0 0.01 287.93 0.98 0.67
Hex DC 59 FD D 41 0 1 120 62 43
Octal 334 131 375 15 101 0 1 440 142 103
Binary 11011100 1011001 11111101 1101 1000001 0 1 100100000 1100010 1000011

Color Harmonies of #DC59FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC59FD

Black with #DC59FD

Text Example


Text Example

White with #DC59FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC59FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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