Shades of Heliotrope #DE81F3
Tints of Heliotrope #DE81F3
RGB
CMYK
RGB Variations
Color information
#DE81F3 (or 0xDE81F3) is known color: Heliotrope. HEX triplet: DE, 81 and F3. RGB value is (222,129,243). Sum of RGB (Red+Green+Blue) = 222+129+243=594 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.37% from 594); Green value is 129 (50.78% from 255 or 21.72% from 594); Blue value is 243 (95.31% from 255 or 40.91% from 594); Max value from RGB is 243 - color contains mainly: blue. Hex color #DE81F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE81F3 is #217E0C. Grayscale: #A9A9A9. Windows color (decimal): -2194957 or 15958494. OLE color: 15958494.
HSL color Cylindrical-coordinate representation of color #DE81F3: hue angle of 288.95º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DE81F3 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 129 | 243 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.05 |
| HSL | 288.95º | 0.83% | 0.73% | - |
| HSV(B) | 288.95º | 0.47% | 0.95% | - |
| XYZ | 54.15 | 37.7 | 89.22 | - |
| YUV | 169.8 | 169.31 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 129 | 243 | 0.09 | 0.47 | 0 | 0.05 | 288.95 | 0.83 | 0.73 |
| Hex | DE | 81 | F3 | 9 | 2F | 0 | 5 | 121 | 53 | 49 |
| Octal | 336 | 201 | 363 | 11 | 57 | 0 | 5 | 441 | 123 | 111 |
| Binary | 11011110 | 10000001 | 11110011 | 1001 | 101111 | 0 | 101 | 100100001 | 1010011 | 1001001 |
Color Harmonies of #DE81F3
Complementary color
Monochromatic Colors of #DE81F3
Black with #DE81F3
Text Example
Text Example
White with #DE81F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE81F3; }
p { color: rgb(222,129,243); }
H1.HeaderClassName
{
color: #DE81F3;
}
.AnyTagClassName
{
color: #DE81F3;
}
</style>
background-color css
<style>
a { background-color: #DE81F3; }
a { background-color: rgb(222,129,243); }
div.DivClassName
{
background-color: #DE81F3;
}
.BgClassName
{
background-color: #DE81F3;
}
</style>
border-color css
<style>
span { border-color: #DE81F3; }
span { border-color: rgb(222,129,243); }
td.TdClassName
{
border-color: #DE81F3;
}
.TagClassName
{
border-color: #DE81F3;
}
</style>