Shades of Heliotrope #DF92FA
Tints of Heliotrope #DF92FA
RGB
CMYK
RGB Variations
Color information
#DF92FA (or 0xDF92FA) is known color: Heliotrope. HEX triplet: DF, 92 and FA. RGB value is (223,146,250). Sum of RGB (Red+Green+Blue) = 223+146+250=619 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.03% from 619); Green value is 146 (57.42% from 255 or 23.59% from 619); Blue value is 250 (98.05% from 255 or 40.39% from 619); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF92FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF92FA is #206D05. Grayscale: #B4B4B4. Windows color (decimal): -2125062 or 16421599. OLE color: 16421599.
HSL color Cylindrical-coordinate representation of color #DF92FA: hue angle of 284.42º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DF92FA is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 146 | 250 | - |
| CMYK | 0.11 | 0.42 | 0 | 0.02 |
| HSL | 284.42º | 0.91% | 0.78% | - |
| HSV(B) | 284.42º | 0.42% | 0.98% | - |
| XYZ | 57.97 | 43.15 | 95.72 | - |
| YUV | 180.88 | 167.01 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 146 | 250 | 0.11 | 0.42 | 0 | 0.02 | 284.42 | 0.91 | 0.78 |
| Hex | DF | 92 | FA | B | 2A | 0 | 2 | 11C | 5B | 4E |
| Octal | 337 | 222 | 372 | 13 | 52 | 0 | 2 | 434 | 133 | 116 |
| Binary | 11011111 | 10010010 | 11111010 | 1011 | 101010 | 0 | 10 | 100011100 | 1011011 | 1001110 |
Color Harmonies of #DF92FA
Complementary color
Monochromatic Colors of #DF92FA
Black with #DF92FA
Text Example
Text Example
White with #DF92FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF92FA; }
p { color: rgb(223,146,250); }
H1.HeaderClassName
{
color: #DF92FA;
}
.AnyTagClassName
{
color: #DF92FA;
}
</style>
background-color css
<style>
a { background-color: #DF92FA; }
a { background-color: rgb(223,146,250); }
div.DivClassName
{
background-color: #DF92FA;
}
.BgClassName
{
background-color: #DF92FA;
}
</style>
border-color css
<style>
span { border-color: #DF92FA; }
span { border-color: rgb(223,146,250); }
td.TdClassName
{
border-color: #DF92FA;
}
.TagClassName
{
border-color: #DF92FA;
}
</style>