Shades of Heliotrope #DE81F6
Tints of Heliotrope #DE81F6
RGB
CMYK
RGB Variations
Color information
#DE81F6 (or 0xDE81F6) is known color: Heliotrope. HEX triplet: DE, 81 and F6. RGB value is (222,129,246). Sum of RGB (Red+Green+Blue) = 222+129+246=597 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.19% from 597); Green value is 129 (50.78% from 255 or 21.61% from 597); Blue value is 246 (96.48% from 255 or 41.21% from 597); Max value from RGB is 246 - color contains mainly: blue. Hex color #DE81F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE81F6 is #217E09. Grayscale: #A9A9A9. Windows color (decimal): -2194954 or 16155102. OLE color: 16155102.
HSL color Cylindrical-coordinate representation of color #DE81F6: hue angle of 287.69º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DE81F6 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 129 | 246 | - |
| CMYK | 0.10 | 0.48 | 0 | 0.04 |
| HSL | 287.69º | 0.87% | 0.74% | - |
| HSV(B) | 287.69º | 0.48% | 0.96% | - |
| XYZ | 54.61 | 37.88 | 91.62 | - |
| YUV | 170.15 | 170.81 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 129 | 246 | 0.10 | 0.48 | 0 | 0.04 | 287.69 | 0.87 | 0.74 |
| Hex | DE | 81 | F6 | A | 30 | 0 | 4 | 120 | 57 | 4A |
| Octal | 336 | 201 | 366 | 12 | 60 | 0 | 4 | 440 | 127 | 112 |
| Binary | 11011110 | 10000001 | 11110110 | 1010 | 110000 | 0 | 100 | 100100000 | 1010111 | 1001010 |
Color Harmonies of #DE81F6
Complementary color
Monochromatic Colors of #DE81F6
Black with #DE81F6
Text Example
Text Example
White with #DE81F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE81F6; }
p { color: rgb(222,129,246); }
H1.HeaderClassName
{
color: #DE81F6;
}
.AnyTagClassName
{
color: #DE81F6;
}
</style>
background-color css
<style>
a { background-color: #DE81F6; }
a { background-color: rgb(222,129,246); }
div.DivClassName
{
background-color: #DE81F6;
}
.BgClassName
{
background-color: #DE81F6;
}
</style>
border-color css
<style>
span { border-color: #DE81F6; }
span { border-color: rgb(222,129,246); }
td.TdClassName
{
border-color: #DE81F6;
}
.TagClassName
{
border-color: #DE81F6;
}
</style>