Shades of Heliotrope #DF74EF
Tints of Heliotrope #DF74EF
RGB
CMYK
RGB Variations
Color information
#DF74EF (or 0xDF74EF) is known color: Heliotrope. HEX triplet: DF, 74 and EF. RGB value is (223,116,239). Sum of RGB (Red+Green+Blue) = 223+116+239=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 116 (45.70% from 255 or 20.07% from 578); Blue value is 239 (93.75% from 255 or 41.35% from 578); Max value from RGB is 239 - color contains mainly: blue. Hex color #DF74EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF74EF is #208B10. Grayscale: #A1A1A1. Windows color (decimal): -2132753 or 15693023. OLE color: 15693023.
HSL color Cylindrical-coordinate representation of color #DF74EF: hue angle of 292.2º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DF74EF is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 116 | 239 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.06 |
| HSL | 292.2º | 0.79% | 0.7% | - |
| HSV(B) | 292.2º | 0.51% | 0.94% | - |
| XYZ | 52.26 | 34.41 | 85.55 | - |
| YUV | 162.02 | 171.45 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 116 | 239 | 0.07 | 0.51 | 0 | 0.06 | 292.2 | 0.79 | 0.7 |
| Hex | DF | 74 | EF | 7 | 33 | 0 | 6 | 124 | 4F | 46 |
| Octal | 337 | 164 | 357 | 7 | 63 | 0 | 6 | 444 | 117 | 106 |
| Binary | 11011111 | 1110100 | 11101111 | 111 | 110011 | 0 | 110 | 100100100 | 1001111 | 1000110 |
Color Harmonies of #DF74EF
Complementary color
Monochromatic Colors of #DF74EF
Black with #DF74EF
Text Example
Text Example
White with #DF74EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF74EF; }
p { color: rgb(223,116,239); }
H1.HeaderClassName
{
color: #DF74EF;
}
.AnyTagClassName
{
color: #DF74EF;
}
</style>
background-color css
<style>
a { background-color: #DF74EF; }
a { background-color: rgb(223,116,239); }
div.DivClassName
{
background-color: #DF74EF;
}
.BgClassName
{
background-color: #DF74EF;
}
</style>
border-color css
<style>
span { border-color: #DF74EF; }
span { border-color: rgb(223,116,239); }
td.TdClassName
{
border-color: #DF74EF;
}
.TagClassName
{
border-color: #DF74EF;
}
</style>