Shades of Heliotrope #DC4FFE
Tints of Heliotrope #DC4FFE
RGB
CMYK
RGB Variations
Color information
#DC4FFE (or 0xDC4FFE) is known color: Heliotrope. HEX triplet: DC, 4F and FE. RGB value is (220,79,254). Sum of RGB (Red+Green+Blue) = 220+79+254=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 79 (31.25% from 255 or 14.29% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC4FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC4FFE is #23B001. Grayscale: #8C8C8C. Windows color (decimal): -2338818 or 16666588. OLE color: 16666588.
HSL color Cylindrical-coordinate representation of color #DC4FFE: hue angle of 288.34º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC4FFE is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 79 | 254 | - |
| CMYK | 0.13 | 0.69 | 0 | 0.00 |
| HSL | 288.34º | 0.99% | 0.65% | - |
| HSV(B) | 288.34º | 0.69% | 1% | - |
| XYZ | 50.2 | 27.96 | 96.52 | - |
| YUV | 141.11 | 191.71 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 79 | 254 | 0.13 | 0.69 | 0 | 0.00 | 288.34 | 0.99 | 0.65 |
| Hex | DC | 4F | FE | D | 45 | 0 | 0 | 120 | 63 | 41 |
| Octal | 334 | 117 | 376 | 15 | 105 | 0 | 0 | 440 | 143 | 101 |
| Binary | 11011100 | 1001111 | 11111110 | 1101 | 1000101 | 0 | 0 | 100100000 | 1100011 | 1000001 |
Color Harmonies of #DC4FFE
Complementary color
Monochromatic Colors of #DC4FFE
Black with #DC4FFE
Text Example
Text Example
White with #DC4FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4FFE; }
p { color: rgb(220,79,254); }
H1.HeaderClassName
{
color: #DC4FFE;
}
.AnyTagClassName
{
color: #DC4FFE;
}
</style>
background-color css
<style>
a { background-color: #DC4FFE; }
a { background-color: rgb(220,79,254); }
div.DivClassName
{
background-color: #DC4FFE;
}
.BgClassName
{
background-color: #DC4FFE;
}
</style>
border-color css
<style>
span { border-color: #DC4FFE; }
span { border-color: rgb(220,79,254); }
td.TdClassName
{
border-color: #DC4FFE;
}
.TagClassName
{
border-color: #DC4FFE;
}
</style>