Shades of Heliotrope #DE45FF
Tints of Heliotrope #DE45FF
RGB
CMYK
RGB Variations
Color information
#DE45FF (or 0xDE45FF) is known color: Heliotrope. HEX triplet: DE, 45 and FF. RGB value is (222,69,255). Sum of RGB (Red+Green+Blue) = 222+69+255=546 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.66% from 546); Green value is 69 (27.34% from 255 or 12.64% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #DE45FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DE45FF is #21BA00. Grayscale: #878787. Windows color (decimal): -2210305 or 16729566. OLE color: 16729566.
HSL color Cylindrical-coordinate representation of color #DE45FF: hue angle of 289.35º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DE45FF is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 69 | 255 | - |
| CMYK | 0.13 | 0.73 | 0 | 0 |
| HSL | 289.35º | 1% | 0.64% | - |
| HSV(B) | 289.35º | 0.73% | 1% | - |
| XYZ | 50.3 | 27.01 | 97.17 | - |
| YUV | 135.95 | 195.19 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 69 | 255 | 0.13 | 0.73 | 0 | 0 | 289.35 | 1 | 0.64 |
| Hex | DE | 45 | FF | D | 49 | 0 | 0 | 121 | 64 | 40 |
| Octal | 336 | 105 | 377 | 15 | 111 | 0 | 0 | 441 | 144 | 100 |
| Binary | 11011110 | 1000101 | 11111111 | 1101 | 1001001 | 0 | 0 | 100100001 | 1100100 | 1000000 |
Color Harmonies of #DE45FF
Complementary color
Monochromatic Colors of #DE45FF
Black with #DE45FF
Text Example
Text Example
White with #DE45FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE45FF; }
p { color: rgb(222,69,255); }
H1.HeaderClassName
{
color: #DE45FF;
}
.AnyTagClassName
{
color: #DE45FF;
}
</style>
background-color css
<style>
a { background-color: #DE45FF; }
a { background-color: rgb(222,69,255); }
div.DivClassName
{
background-color: #DE45FF;
}
.BgClassName
{
background-color: #DE45FF;
}
</style>
border-color css
<style>
span { border-color: #DE45FF; }
span { border-color: rgb(222,69,255); }
td.TdClassName
{
border-color: #DE45FF;
}
.TagClassName
{
border-color: #DE45FF;
}
</style>