Shades of Heliotrope #DC6DF9
Tints of Heliotrope #DC6DF9
RGB
CMYK
RGB Variations
Color information
#DC6DF9 (or 0xDC6DF9) is known color: 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
| RGB | 220 | 109 | 249 | - |
| CMYK | 0.12 | 0.56 | 0 | 0.02 |
| HSL | 287.57º | 0.92% | 0.7% | - |
| HSV(B) | 287.57º | 0.56% | 0.98% | - |
| XYZ | 52.08 | 32.99 | 93.25 | - |
| YUV | 158.15 | 179.27 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 109 | 249 | 0.12 | 0.56 | 0 | 0.02 | 287.57 | 0.92 | 0.7 |
| Hex | DC | 6D | F9 | C | 38 | 0 | 2 | 120 | 5C | 46 |
| Octal | 334 | 155 | 371 | 14 | 70 | 0 | 2 | 440 | 134 | 106 |
| Binary | 11011100 | 1101101 | 11111001 | 1100 | 111000 | 0 | 10 | 100100000 | 1011100 | 1000110 |
Color Harmonies of #DC6DF9
Complementary color
Monochromatic Colors of #DC6DF9
Black with #DC6DF9
Text Example
Text Example
White with #DC6DF9
Text Example
Text Example
HTML Codes & Css Web 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>