Shades of Heliotrope #DC4DFE
Tints of Heliotrope #DC4DFE
RGB
CMYK
RGB Variations
Color information
#DC4DFE (or 0xDC4DFE) is known color: Heliotrope. HEX triplet: DC, 4D and FE. RGB value is (220,77,254). Sum of RGB (Red+Green+Blue) = 220+77+254=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 77 (30.47% from 255 or 13.97% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC4DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC4DFE is #23B201. Grayscale: #8B8B8B. Windows color (decimal): -2339330 or 16666076. OLE color: 16666076.
HSL color Cylindrical-coordinate representation of color #DC4DFE: hue angle of 288.47º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC4DFE is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 77 | 254 | - |
| CMYK | 0.13 | 0.70 | 0 | 0.00 |
| HSL | 288.47º | 0.99% | 0.65% | - |
| HSV(B) | 288.47º | 0.7% | 1% | - |
| XYZ | 50.06 | 27.68 | 96.47 | - |
| YUV | 139.94 | 192.38 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 77 | 254 | 0.13 | 0.70 | 0 | 0.00 | 288.47 | 0.99 | 0.65 |
| Hex | DC | 4D | FE | D | 46 | 0 | 0 | 120 | 63 | 41 |
| Octal | 334 | 115 | 376 | 15 | 106 | 0 | 0 | 440 | 143 | 101 |
| Binary | 11011100 | 1001101 | 11111110 | 1101 | 1000110 | 0 | 0 | 100100000 | 1100011 | 1000001 |
Color Harmonies of #DC4DFE
Complementary color
Monochromatic Colors of #DC4DFE
Black with #DC4DFE
Text Example
Text Example
White with #DC4DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4DFE; }
p { color: rgb(220,77,254); }
H1.HeaderClassName
{
color: #DC4DFE;
}
.AnyTagClassName
{
color: #DC4DFE;
}
</style>
background-color css
<style>
a { background-color: #DC4DFE; }
a { background-color: rgb(220,77,254); }
div.DivClassName
{
background-color: #DC4DFE;
}
.BgClassName
{
background-color: #DC4DFE;
}
</style>
border-color css
<style>
span { border-color: #DC4DFE; }
span { border-color: rgb(220,77,254); }
td.TdClassName
{
border-color: #DC4DFE;
}
.TagClassName
{
border-color: #DC4DFE;
}
</style>