#DC5DF9

Color #DC5DF9 Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #DC5DF9

Tints of Heliotrope #DC5DF9

Color information

#DC5DF9 (or 0xDC5DF9) is unknown color: approx Heliotrope. HEX triplet: DC, 5D and F9. RGB value is (220,93,249). Sum of RGB (Red+Green+Blue) = 220+93+249=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 93 (36.72% from 255 or 16.55% from 562); Blue value is 249 (97.66% from 255 or 44.31% from 562); Max value from RGB is 249 - color contains mainly: blue. Hex color #DC5DF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC5DF9 is #23A206. Grayscale: #949494. Windows color (decimal): -2335239 or 16342492. OLE color: 16342492.

HSL color Cylindrical-coordinate representation of color #DC5DF9: hue angle of 288.85º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC5DF9 is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB22093249-
CMYK0.120.6300.02
HSL288.85º92.86%67.06%-
HSV(B)288.85º62.65%97.65%-
XYZ50.5329.8892.73-
YUV148.76184.58178.82-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.15%
GREEN value IS 93 (36.72% from 255) = 16.55%
BLUE value IS 249 (97.66% from 255) = 44.31%
R=39.15%
G=16.55%
B=44.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal220932490.120.6300.02288.8592.8667.06
HexDC5DF9C3F021215d43
Octal334135371147702441135103
Binary11011100101110111111001110011111101010010000110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5DF9; }

 p { color: rgb(220,93,249); }

 H1.HeaderClassName
 {
   color: #DC5DF9;
 }
 .AnyTagClassName
 {
   color: #DC5DF9;
 }
</style>
background-color css

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

 a { background-color: rgb(220,93,249); }

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

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

 span { border-color: rgb(220,93,249); }

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