Shades of Heliotrope #DF74EE
Tints of Heliotrope #DF74EE
RGB
CMYK
RGB Variations
Color information
#DF74EE (or 0xDF74EE) is known color: Heliotrope. HEX triplet: DF, 74 and EE. RGB value is (223,116,238). Sum of RGB (Red+Green+Blue) = 223+116+238=577 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.65% from 577); Green value is 116 (45.70% from 255 or 20.10% from 577); Blue value is 238 (93.36% from 255 or 41.25% from 577); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF74EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF74EE is #208B11. Grayscale: #A1A1A1. Windows color (decimal): -2132754 or 15627487. OLE color: 15627487.
HSL color Cylindrical-coordinate representation of color #DF74EE: hue angle of 292.62º degrees, saturation: 0.78, 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 #DF74EE is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 116 | 238 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.07 |
| HSL | 292.62º | 0.78% | 0.69% | - |
| HSV(B) | 292.62º | 0.51% | 0.93% | - |
| XYZ | 52.11 | 34.35 | 84.77 | - |
| YUV | 161.9 | 170.95 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 116 | 238 | 0.06 | 0.51 | 0 | 0.07 | 292.62 | 0.78 | 0.69 |
| Hex | DF | 74 | EE | 6 | 33 | 0 | 7 | 125 | 4E | 45 |
| Octal | 337 | 164 | 356 | 6 | 63 | 0 | 7 | 445 | 116 | 105 |
| Binary | 11011111 | 1110100 | 11101110 | 110 | 110011 | 0 | 111 | 100100101 | 1001110 | 1000101 |
Color Harmonies of #DF74EE
Complementary color
Monochromatic Colors of #DF74EE
Black with #DF74EE
Text Example
Text Example
White with #DF74EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF74EE; }
p { color: rgb(223,116,238); }
H1.HeaderClassName
{
color: #DF74EE;
}
.AnyTagClassName
{
color: #DF74EE;
}
</style>
background-color css
<style>
a { background-color: #DF74EE; }
a { background-color: rgb(223,116,238); }
div.DivClassName
{
background-color: #DF74EE;
}
.BgClassName
{
background-color: #DF74EE;
}
</style>
border-color css
<style>
span { border-color: #DF74EE; }
span { border-color: rgb(223,116,238); }
td.TdClassName
{
border-color: #DF74EE;
}
.TagClassName
{
border-color: #DF74EE;
}
</style>