Shades of Heliotrope #DF92F9
Tints of Heliotrope #DF92F9
RGB
CMYK
RGB Variations
Color information
#DF92F9 (or 0xDF92F9) is known color: Heliotrope. HEX triplet: DF, 92 and F9. RGB value is (223,146,249). Sum of RGB (Red+Green+Blue) = 223+146+249=618 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.08% from 618); Green value is 146 (57.42% from 255 or 23.62% from 618); Blue value is 249 (97.66% from 255 or 40.29% from 618); Max value from RGB is 249 - color contains mainly: blue. Hex color #DF92F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF92F9 is #206D06. Grayscale: #B4B4B4. Windows color (decimal): -2125063 or 16356063. OLE color: 16356063.
HSL color Cylindrical-coordinate representation of color #DF92F9: hue angle of 284.85º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DF92F9 is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 146 | 249 | - |
| CMYK | 0.10 | 0.41 | 0 | 0.02 |
| HSL | 284.85º | 0.9% | 0.77% | - |
| HSV(B) | 284.85º | 0.41% | 0.98% | - |
| XYZ | 57.81 | 43.09 | 94.89 | - |
| YUV | 180.77 | 166.51 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 146 | 249 | 0.10 | 0.41 | 0 | 0.02 | 284.85 | 0.9 | 0.77 |
| Hex | DF | 92 | F9 | A | 29 | 0 | 2 | 11D | 5A | 4D |
| Octal | 337 | 222 | 371 | 12 | 51 | 0 | 2 | 435 | 132 | 115 |
| Binary | 11011111 | 10010010 | 11111001 | 1010 | 101001 | 0 | 10 | 100011101 | 1011010 | 1001101 |
Color Harmonies of #DF92F9
Complementary color
Monochromatic Colors of #DF92F9
Black with #DF92F9
Text Example
Text Example
White with #DF92F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF92F9; }
p { color: rgb(223,146,249); }
H1.HeaderClassName
{
color: #DF92F9;
}
.AnyTagClassName
{
color: #DF92F9;
}
</style>
background-color css
<style>
a { background-color: #DF92F9; }
a { background-color: rgb(223,146,249); }
div.DivClassName
{
background-color: #DF92F9;
}
.BgClassName
{
background-color: #DF92F9;
}
</style>
border-color css
<style>
span { border-color: #DF92F9; }
span { border-color: rgb(223,146,249); }
td.TdClassName
{
border-color: #DF92F9;
}
.TagClassName
{
border-color: #DF92F9;
}
</style>