#DC5CF9

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

Shades of Heliotrope #DC5CF9

Tints of Heliotrope #DC5CF9

Color information

#DC5CF9 (or 0xDC5CF9) is unknown color: approx Heliotrope. HEX triplet: DC, 5C and F9. RGB value is (220,92,249). Sum of RGB (Red+Green+Blue) = 220+92+249=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 92 (36.33% from 255 or 16.40% from 561); Blue value is 249 (97.66% from 255 or 44.39% from 561); Max value from RGB is 249 - color contains mainly: blue. Hex color #DC5CF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC5CF9 is #23A306. Grayscale: #939393. Windows color (decimal): -2335495 or 16342236. OLE color: 16342236.

HSL color Cylindrical-coordinate representation of color #DC5CF9: hue angle of 288.92º 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 #DC5CF9 is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB22092249-
CMYK0.120.6300.02
HSL288.92º92.9%66.86%-
HSV(B)288.92º63.05%97.65%-
XYZ50.4429.7192.7-
YUV148.17184.91179.23-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.22%
GREEN value IS 92 (36.33% from 255) = 16.40%
BLUE value IS 249 (97.66% from 255) = 44.39%
R=39.22%
G=16.40%
B=44.39%

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
Decimal220922490.120.6300.02288.9292.966.86
HexDC5CF9C3F021215d43
Octal334134371147702441135103
Binary11011100101110011111001110011111101010010000110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5CF9; }

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

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

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

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

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

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

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

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