Shades of Heliotrope #DE44FF
Tints of Heliotrope #DE44FF
RGB
CMYK
RGB Variations
Color information
#DE44FF (or 0xDE44FF) is known color: Heliotrope. HEX triplet: DE, 44 and FF. RGB value is (222,68,255). Sum of RGB (Red+Green+Blue) = 222+68+255=545 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.73% from 545); Green value is 68 (26.95% from 255 or 12.48% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #DE44FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DE44FF is #21BB00. Grayscale: #868686. Windows color (decimal): -2210561 or 16729310. OLE color: 16729310.
HSL color Cylindrical-coordinate representation of color #DE44FF: hue angle of 289.41º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DE44FF is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 68 | 255 | - |
| CMYK | 0.13 | 0.73 | 0 | 0 |
| HSL | 289.41º | 1% | 0.63% | - |
| HSV(B) | 289.41º | 0.73% | 1% | - |
| XYZ | 50.24 | 26.88 | 97.15 | - |
| YUV | 135.36 | 195.52 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 68 | 255 | 0.13 | 0.73 | 0 | 0 | 289.41 | 1 | 0.63 |
| Hex | DE | 44 | FF | D | 49 | 0 | 0 | 121 | 64 | 3F |
| Octal | 336 | 104 | 377 | 15 | 111 | 0 | 0 | 441 | 144 | 77 |
| Binary | 11011110 | 1000100 | 11111111 | 1101 | 1001001 | 0 | 0 | 100100001 | 1100100 | 111111 |
Color Harmonies of #DE44FF
Complementary color
Monochromatic Colors of #DE44FF
Black with #DE44FF
Text Example
Text Example
White with #DE44FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE44FF; }
p { color: rgb(222,68,255); }
H1.HeaderClassName
{
color: #DE44FF;
}
.AnyTagClassName
{
color: #DE44FF;
}
</style>
background-color css
<style>
a { background-color: #DE44FF; }
a { background-color: rgb(222,68,255); }
div.DivClassName
{
background-color: #DE44FF;
}
.BgClassName
{
background-color: #DE44FF;
}
</style>
border-color css
<style>
span { border-color: #DE44FF; }
span { border-color: rgb(222,68,255); }
td.TdClassName
{
border-color: #DE44FF;
}
.TagClassName
{
border-color: #DE44FF;
}
</style>