Shades of Heliotrope #DF4EFC
Tints of Heliotrope #DF4EFC
RGB
CMYK
RGB Variations
Color information
#DF4EFC (or 0xDF4EFC) is known color: Heliotrope. HEX triplet: DF, 4E and FC. RGB value is (223,78,252). Sum of RGB (Red+Green+Blue) = 223+78+252=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 78 (30.86% from 255 or 14.10% from 553); Blue value is 252 (98.83% from 255 or 45.57% from 553); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF4EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF4EFC is #20B103. Grayscale: #8C8C8C. Windows color (decimal): -2142468 or 16535263. OLE color: 16535263.
HSL color Cylindrical-coordinate representation of color #DF4EFC: hue angle of 290º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DF4EFC is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 78 | 252 | - |
| CMYK | 0.12 | 0.69 | 0 | 0.01 |
| HSL | 290º | 0.97% | 0.65% | - |
| HSV(B) | 290º | 0.69% | 0.99% | - |
| XYZ | 50.73 | 28.17 | 94.86 | - |
| YUV | 141.19 | 190.54 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 78 | 252 | 0.12 | 0.69 | 0 | 0.01 | 290 | 0.97 | 0.65 |
| Hex | DF | 4E | FC | C | 45 | 0 | 1 | 122 | 61 | 41 |
| Octal | 337 | 116 | 374 | 14 | 105 | 0 | 1 | 442 | 141 | 101 |
| Binary | 11011111 | 1001110 | 11111100 | 1100 | 1000101 | 0 | 1 | 100100010 | 1100001 | 1000001 |
Color Harmonies of #DF4EFC
Complementary color
Monochromatic Colors of #DF4EFC
Black with #DF4EFC
Text Example
Text Example
White with #DF4EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4EFC; }
p { color: rgb(223,78,252); }
H1.HeaderClassName
{
color: #DF4EFC;
}
.AnyTagClassName
{
color: #DF4EFC;
}
</style>
background-color css
<style>
a { background-color: #DF4EFC; }
a { background-color: rgb(223,78,252); }
div.DivClassName
{
background-color: #DF4EFC;
}
.BgClassName
{
background-color: #DF4EFC;
}
</style>
border-color css
<style>
span { border-color: #DF4EFC; }
span { border-color: rgb(223,78,252); }
td.TdClassName
{
border-color: #DF4EFC;
}
.TagClassName
{
border-color: #DF4EFC;
}
</style>