Shades of Heliotrope #DF74FA
Tints of Heliotrope #DF74FA
RGB
CMYK
RGB Variations
Color information
#DF74FA (or 0xDF74FA) is known color: Heliotrope. HEX triplet: DF, 74 and FA. RGB value is (223,116,250). Sum of RGB (Red+Green+Blue) = 223+116+250=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 116 (45.70% from 255 or 19.69% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF74FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF74FA is #208B05. Grayscale: #A2A2A2. Windows color (decimal): -2132742 or 16413919. OLE color: 16413919.
HSL color Cylindrical-coordinate representation of color #DF74FA: hue angle of 287.91º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DF74FA is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 116 | 250 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.02 |
| HSL | 287.91º | 0.93% | 0.72% | - |
| HSV(B) | 287.91º | 0.54% | 0.98% | - |
| XYZ | 53.93 | 35.08 | 94.37 | - |
| YUV | 163.27 | 176.95 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 116 | 250 | 0.11 | 0.54 | 0 | 0.02 | 287.91 | 0.93 | 0.72 |
| Hex | DF | 74 | FA | B | 36 | 0 | 2 | 120 | 5D | 48 |
| Octal | 337 | 164 | 372 | 13 | 66 | 0 | 2 | 440 | 135 | 110 |
| Binary | 11011111 | 1110100 | 11111010 | 1011 | 110110 | 0 | 10 | 100100000 | 1011101 | 1001000 |
Color Harmonies of #DF74FA
Complementary color
Monochromatic Colors of #DF74FA
Black with #DF74FA
Text Example
Text Example
White with #DF74FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF74FA; }
p { color: rgb(223,116,250); }
H1.HeaderClassName
{
color: #DF74FA;
}
.AnyTagClassName
{
color: #DF74FA;
}
</style>
background-color css
<style>
a { background-color: #DF74FA; }
a { background-color: rgb(223,116,250); }
div.DivClassName
{
background-color: #DF74FA;
}
.BgClassName
{
background-color: #DF74FA;
}
</style>
border-color css
<style>
span { border-color: #DF74FA; }
span { border-color: rgb(223,116,250); }
td.TdClassName
{
border-color: #DF74FA;
}
.TagClassName
{
border-color: #DF74FA;
}
</style>