Shades of Heliotrope #DE81F9
Tints of Heliotrope #DE81F9
RGB
CMYK
RGB Variations
Color information
#DE81F9 (or 0xDE81F9) is known color: Heliotrope. HEX triplet: DE, 81 and F9. RGB value is (222,129,249). Sum of RGB (Red+Green+Blue) = 222+129+249=600 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37% from 600); Green value is 129 (50.78% from 255 or 21.5% from 600); Blue value is 249 (97.66% from 255 or 41.5% from 600); Max value from RGB is 249 - color contains mainly: blue. Hex color #DE81F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE81F9 is #217E06. Grayscale: #AAAAAA. Windows color (decimal): -2194951 or 16351710. OLE color: 16351710.
HSL color Cylindrical-coordinate representation of color #DE81F9: hue angle of 286.5º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DE81F9 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 129 | 249 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.02 |
| HSL | 286.5º | 0.91% | 0.74% | - |
| HSV(B) | 286.5º | 0.48% | 0.98% | - |
| XYZ | 55.07 | 38.07 | 94.07 | - |
| YUV | 170.49 | 172.31 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 129 | 249 | 0.11 | 0.48 | 0 | 0.02 | 286.5 | 0.91 | 0.74 |
| Hex | DE | 81 | F9 | B | 30 | 0 | 2 | 11E | 5B | 4A |
| Octal | 336 | 201 | 371 | 13 | 60 | 0 | 2 | 436 | 133 | 112 |
| Binary | 11011110 | 10000001 | 11111001 | 1011 | 110000 | 0 | 10 | 100011110 | 1011011 | 1001010 |
Color Harmonies of #DE81F9
Complementary color
Monochromatic Colors of #DE81F9
Black with #DE81F9
Text Example
Text Example
White with #DE81F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE81F9; }
p { color: rgb(222,129,249); }
H1.HeaderClassName
{
color: #DE81F9;
}
.AnyTagClassName
{
color: #DE81F9;
}
</style>
background-color css
<style>
a { background-color: #DE81F9; }
a { background-color: rgb(222,129,249); }
div.DivClassName
{
background-color: #DE81F9;
}
.BgClassName
{
background-color: #DE81F9;
}
</style>
border-color css
<style>
span { border-color: #DE81F9; }
span { border-color: rgb(222,129,249); }
td.TdClassName
{
border-color: #DE81F9;
}
.TagClassName
{
border-color: #DE81F9;
}
</style>