Shades of Heliotrope #DF73FA
Tints of Heliotrope #DF73FA
RGB
CMYK
RGB Variations
Color information
#DF73FA (or 0xDF73FA) is known color: Heliotrope. HEX triplet: DF, 73 and FA. RGB value is (223,115,250). Sum of RGB (Red+Green+Blue) = 223+115+250=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 115 (45.31% from 255 or 19.56% from 588); Blue value is 250 (98.05% from 255 or 42.52% from 588); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF73FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF73FA is #208C05. Grayscale: #A2A2A2. Windows color (decimal): -2132998 or 16413663. OLE color: 16413663.
HSL color Cylindrical-coordinate representation of color #DF73FA: hue angle of 288º 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 #DF73FA is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 115 | 250 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.02 |
| HSL | 288º | 0.93% | 0.72% | - |
| HSV(B) | 288º | 0.54% | 0.98% | - |
| XYZ | 53.82 | 34.85 | 94.33 | - |
| YUV | 162.68 | 177.28 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 115 | 250 | 0.11 | 0.54 | 0 | 0.02 | 288 | 0.93 | 0.72 |
| Hex | DF | 73 | FA | B | 36 | 0 | 2 | 120 | 5D | 48 |
| Octal | 337 | 163 | 372 | 13 | 66 | 0 | 2 | 440 | 135 | 110 |
| Binary | 11011111 | 1110011 | 11111010 | 1011 | 110110 | 0 | 10 | 100100000 | 1011101 | 1001000 |
Color Harmonies of #DF73FA
Complementary color
Monochromatic Colors of #DF73FA
Black with #DF73FA
Text Example
Text Example
White with #DF73FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF73FA; }
p { color: rgb(223,115,250); }
H1.HeaderClassName
{
color: #DF73FA;
}
.AnyTagClassName
{
color: #DF73FA;
}
</style>
background-color css
<style>
a { background-color: #DF73FA; }
a { background-color: rgb(223,115,250); }
div.DivClassName
{
background-color: #DF73FA;
}
.BgClassName
{
background-color: #DF73FA;
}
</style>
border-color css
<style>
span { border-color: #DF73FA; }
span { border-color: rgb(223,115,250); }
td.TdClassName
{
border-color: #DF73FA;
}
.TagClassName
{
border-color: #DF73FA;
}
</style>