Shades of Heliotrope #DC4AF9
Tints of Heliotrope #DC4AF9
RGB
CMYK
RGB Variations
Color information
#DC4AF9 (or 0xDC4AF9) is known color: Heliotrope. HEX triplet: DC, 4A and F9. RGB value is (220,74,249). Sum of RGB (Red+Green+Blue) = 220+74+249=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 74 (29.30% from 255 or 13.63% from 543); Blue value is 249 (97.66% from 255 or 45.86% from 543); Max value from RGB is 249 - color contains mainly: blue. Hex color #DC4AF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC4AF9 is #23B506. Grayscale: #898989. Windows color (decimal): -2340103 or 16337628. OLE color: 16337628.
HSL color Cylindrical-coordinate representation of color #DC4AF9: hue angle of 290.06º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC4AF9 is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 74 | 249 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.02 |
| HSL | 290.06º | 0.94% | 0.63% | - |
| HSV(B) | 290.06º | 0.7% | 0.98% | - |
| XYZ | 49.06 | 26.95 | 92.24 | - |
| YUV | 137.6 | 190.87 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 74 | 249 | 0.12 | 0.70 | 0 | 0.02 | 290.06 | 0.94 | 0.63 |
| Hex | DC | 4A | F9 | C | 46 | 0 | 2 | 122 | 5E | 3F |
| Octal | 334 | 112 | 371 | 14 | 106 | 0 | 2 | 442 | 136 | 77 |
| Binary | 11011100 | 1001010 | 11111001 | 1100 | 1000110 | 0 | 10 | 100100010 | 1011110 | 111111 |
Color Harmonies of #DC4AF9
Complementary color
Monochromatic Colors of #DC4AF9
Black with #DC4AF9
Text Example
Text Example
White with #DC4AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4AF9; }
p { color: rgb(220,74,249); }
H1.HeaderClassName
{
color: #DC4AF9;
}
.AnyTagClassName
{
color: #DC4AF9;
}
</style>
background-color css
<style>
a { background-color: #DC4AF9; }
a { background-color: rgb(220,74,249); }
div.DivClassName
{
background-color: #DC4AF9;
}
.BgClassName
{
background-color: #DC4AF9;
}
</style>
border-color css
<style>
span { border-color: #DC4AF9; }
span { border-color: rgb(220,74,249); }
td.TdClassName
{
border-color: #DC4AF9;
}
.TagClassName
{
border-color: #DC4AF9;
}
</style>