Shades of Heliotrope #DC4CFF
Tints of Heliotrope #DC4CFF
RGB
CMYK
RGB Variations
Color information
#DC4CFF (or 0xDC4CFF) is known color: Heliotrope. HEX triplet: DC, 4C and FF. RGB value is (220,76,255). Sum of RGB (Red+Green+Blue) = 220+76+255=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 76 (30.08% from 255 or 13.79% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC4CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC4CFF is #23B300. Grayscale: #8A8A8A. Windows color (decimal): -2339585 or 16731356. OLE color: 16731356.
HSL color Cylindrical-coordinate representation of color #DC4CFF: hue angle of 288.27º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC4CFF is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 76 | 255 | - |
| CMYK | 0.14 | 0.70 | 0 | 0 |
| HSL | 288.27º | 1% | 0.65% | - |
| HSV(B) | 288.27º | 0.7% | 1% | - |
| XYZ | 50.15 | 27.6 | 97.29 | - |
| YUV | 139.46 | 193.21 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 76 | 255 | 0.14 | 0.70 | 0 | 0 | 288.27 | 1 | 0.65 |
| Hex | DC | 4C | FF | E | 46 | 0 | 0 | 120 | 64 | 41 |
| Octal | 334 | 114 | 377 | 16 | 106 | 0 | 0 | 440 | 144 | 101 |
| Binary | 11011100 | 1001100 | 11111111 | 1110 | 1000110 | 0 | 0 | 100100000 | 1100100 | 1000001 |
Color Harmonies of #DC4CFF
Complementary color
Monochromatic Colors of #DC4CFF
Black with #DC4CFF
Text Example
Text Example
White with #DC4CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4CFF; }
p { color: rgb(220,76,255); }
H1.HeaderClassName
{
color: #DC4CFF;
}
.AnyTagClassName
{
color: #DC4CFF;
}
</style>
background-color css
<style>
a { background-color: #DC4CFF; }
a { background-color: rgb(220,76,255); }
div.DivClassName
{
background-color: #DC4CFF;
}
.BgClassName
{
background-color: #DC4CFF;
}
</style>
border-color css
<style>
span { border-color: #DC4CFF; }
span { border-color: rgb(220,76,255); }
td.TdClassName
{
border-color: #DC4CFF;
}
.TagClassName
{
border-color: #DC4CFF;
}
</style>