#DC6DF9

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

Shades of Heliotrope #DC6DF9

Tints of Heliotrope #DC6DF9

Color information

#DC6DF9 (or 0xDC6DF9) is unknown color: approx Heliotrope. HEX triplet: DC, 6D and F9. RGB value is (220,109,249). Sum of RGB (Red+Green+Blue) = 220+109+249=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 109 (42.97% from 255 or 18.86% from 578); Blue value is 249 (97.66% from 255 or 43.08% from 578); Max value from RGB is 249 - color contains mainly: blue. Hex color #DC6DF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6DF9 is #239206. Grayscale: #9D9D9D. Windows color (decimal): -2331143 or 16346588. OLE color: 16346588.

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

Color convert

RGB220109249-
CMYK0.120.5600.02
HSL287.57º92.11%70.2%-
HSV(B)287.57º56.22%97.65%-
XYZ52.0832.9993.25-
YUV158.15179.27172.12-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.06%
GREEN value IS 109 (42.97% from 255) = 18.86%
BLUE value IS 249 (97.66% from 255) = 43.08%
R=38.06%
G=18.86%
B=43.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2201092490.120.5600.02287.5792.1170.2
HexDC6DF9C38021205c46
Octal334155371147002440134106
Binary11011100110110111111001110011100001010010000010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6DF9; }

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

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

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

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

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

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

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

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