Shades of Heliotrope #DE91FF
Tints of Heliotrope #DE91FF
RGB
CMYK
RGB Variations
Color information
#DE91FF (or 0xDE91FF) is known color: Heliotrope. HEX triplet: DE, 91 and FF. RGB value is (222,145,255). Sum of RGB (Red+Green+Blue) = 222+145+255=622 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.69% from 622); Green value is 145 (57.03% from 255 or 23.31% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #DE91FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE91FF is #216E00. Grayscale: #B4B4B4. Windows color (decimal): -2190849 or 16749022. OLE color: 16749022.
HSL color Cylindrical-coordinate representation of color #DE91FF: hue angle of 282º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DE91FF is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 145 | 255 | - |
| CMYK | 0.13 | 0.43 | 0 | 0 |
| HSL | 282º | 1% | 0.78% | - |
| HSV(B) | 282º | 0.43% | 1% | - |
| XYZ | 58.3 | 43 | 99.83 | - |
| YUV | 180.56 | 170.01 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 145 | 255 | 0.13 | 0.43 | 0 | 0 | 282 | 1 | 0.78 |
| Hex | DE | 91 | FF | D | 2B | 0 | 0 | 11A | 64 | 4E |
| Octal | 336 | 221 | 377 | 15 | 53 | 0 | 0 | 432 | 144 | 116 |
| Binary | 11011110 | 10010001 | 11111111 | 1101 | 101011 | 0 | 0 | 100011010 | 1100100 | 1001110 |
Color Harmonies of #DE91FF
Complementary color
Monochromatic Colors of #DE91FF
Black with #DE91FF
Text Example
Text Example
White with #DE91FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE91FF; }
p { color: rgb(222,145,255); }
H1.HeaderClassName
{
color: #DE91FF;
}
.AnyTagClassName
{
color: #DE91FF;
}
</style>
background-color css
<style>
a { background-color: #DE91FF; }
a { background-color: rgb(222,145,255); }
div.DivClassName
{
background-color: #DE91FF;
}
.BgClassName
{
background-color: #DE91FF;
}
</style>
border-color css
<style>
span { border-color: #DE91FF; }
span { border-color: rgb(222,145,255); }
td.TdClassName
{
border-color: #DE91FF;
}
.TagClassName
{
border-color: #DE91FF;
}
</style>