Shades of Heliotrope #DF74EC
Tints of Heliotrope #DF74EC
RGB
CMYK
RGB Variations
Color information
#DF74EC (or 0xDF74EC) is known color: Heliotrope. HEX triplet: DF, 74 and EC. RGB value is (223,116,236). Sum of RGB (Red+Green+Blue) = 223+116+236=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 116 (45.70% from 255 or 20.17% from 575); Blue value is 236 (92.58% from 255 or 41.04% from 575); Max value from RGB is 236 - color contains mainly: blue. Hex color #DF74EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF74EC is #208B13. Grayscale: #A1A1A1. Windows color (decimal): -2132756 or 15496415. OLE color: 15496415.
HSL color Cylindrical-coordinate representation of color #DF74EC: hue angle of 293.5º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DF74EC is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 116 | 236 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.07 |
| HSL | 293.5º | 0.76% | 0.69% | - |
| HSV(B) | 293.5º | 0.51% | 0.93% | - |
| XYZ | 51.82 | 34.23 | 83.23 | - |
| YUV | 161.67 | 169.95 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 116 | 236 | 0.06 | 0.51 | 0 | 0.07 | 293.5 | 0.76 | 0.69 |
| Hex | DF | 74 | EC | 6 | 33 | 0 | 7 | 126 | 4C | 45 |
| Octal | 337 | 164 | 354 | 6 | 63 | 0 | 7 | 446 | 114 | 105 |
| Binary | 11011111 | 1110100 | 11101100 | 110 | 110011 | 0 | 111 | 100100110 | 1001100 | 1000101 |
Color Harmonies of #DF74EC
Complementary color
Monochromatic Colors of #DF74EC
Black with #DF74EC
Text Example
Text Example
White with #DF74EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF74EC; }
p { color: rgb(223,116,236); }
H1.HeaderClassName
{
color: #DF74EC;
}
.AnyTagClassName
{
color: #DF74EC;
}
</style>
background-color css
<style>
a { background-color: #DF74EC; }
a { background-color: rgb(223,116,236); }
div.DivClassName
{
background-color: #DF74EC;
}
.BgClassName
{
background-color: #DF74EC;
}
</style>
border-color css
<style>
span { border-color: #DF74EC; }
span { border-color: rgb(223,116,236); }
td.TdClassName
{
border-color: #DF74EC;
}
.TagClassName
{
border-color: #DF74EC;
}
</style>