Shades of Heliotrope #DF74ED
Tints of Heliotrope #DF74ED
RGB
CMYK
RGB Variations
Color information
#DF74ED (or 0xDF74ED) is known color: Heliotrope. HEX triplet: DF, 74 and ED. RGB value is (223,116,237). Sum of RGB (Red+Green+Blue) = 223+116+237=576 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.72% from 576); Green value is 116 (45.70% from 255 or 20.14% from 576); Blue value is 237 (92.97% from 255 or 41.15% from 576); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF74ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF74ED is #208B12. Grayscale: #A1A1A1. Windows color (decimal): -2132755 or 15561951. OLE color: 15561951.
HSL color Cylindrical-coordinate representation of color #DF74ED: hue angle of 293.06º degrees, saturation: 0.77, 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 #DF74ED is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 116 | 237 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.07 |
| HSL | 293.06º | 0.77% | 0.69% | - |
| HSV(B) | 293.06º | 0.51% | 0.93% | - |
| XYZ | 51.96 | 34.29 | 84 | - |
| YUV | 161.79 | 170.45 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 116 | 237 | 0.06 | 0.51 | 0 | 0.07 | 293.06 | 0.77 | 0.69 |
| Hex | DF | 74 | ED | 6 | 33 | 0 | 7 | 125 | 4D | 45 |
| Octal | 337 | 164 | 355 | 6 | 63 | 0 | 7 | 445 | 115 | 105 |
| Binary | 11011111 | 1110100 | 11101101 | 110 | 110011 | 0 | 111 | 100100101 | 1001101 | 1000101 |
Color Harmonies of #DF74ED
Complementary color
Monochromatic Colors of #DF74ED
Black with #DF74ED
Text Example
Text Example
White with #DF74ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF74ED; }
p { color: rgb(223,116,237); }
H1.HeaderClassName
{
color: #DF74ED;
}
.AnyTagClassName
{
color: #DF74ED;
}
</style>
background-color css
<style>
a { background-color: #DF74ED; }
a { background-color: rgb(223,116,237); }
div.DivClassName
{
background-color: #DF74ED;
}
.BgClassName
{
background-color: #DF74ED;
}
</style>
border-color css
<style>
span { border-color: #DF74ED; }
span { border-color: rgb(223,116,237); }
td.TdClassName
{
border-color: #DF74ED;
}
.TagClassName
{
border-color: #DF74ED;
}
</style>