Shades of Heliotrope #DE4BFF
Tints of Heliotrope #DE4BFF
RGB
CMYK
RGB Variations
Color information
#DE4BFF (or 0xDE4BFF) is known color: Heliotrope. HEX triplet: DE, 4B and FF. RGB value is (222,75,255). Sum of RGB (Red+Green+Blue) = 222+75+255=552 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.22% from 552); Green value is 75 (29.69% from 255 or 13.59% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #DE4BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DE4BFF is #21B400. Grayscale: #8A8A8A. Windows color (decimal): -2208769 or 16731102. OLE color: 16731102.
HSL color Cylindrical-coordinate representation of color #DE4BFF: hue angle of 289º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DE4BFF is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 75 | 255 | - |
| CMYK | 0.13 | 0.71 | 0 | 0 |
| HSL | 289º | 1% | 0.65% | - |
| HSV(B) | 289º | 0.71% | 1% | - |
| XYZ | 50.69 | 27.78 | 97.3 | - |
| YUV | 139.47 | 193.2 | 186.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 75 | 255 | 0.13 | 0.71 | 0 | 0 | 289 | 1 | 0.65 |
| Hex | DE | 4B | FF | D | 47 | 0 | 0 | 121 | 64 | 41 |
| Octal | 336 | 113 | 377 | 15 | 107 | 0 | 0 | 441 | 144 | 101 |
| Binary | 11011110 | 1001011 | 11111111 | 1101 | 1000111 | 0 | 0 | 100100001 | 1100100 | 1000001 |
Color Harmonies of #DE4BFF
Complementary color
Monochromatic Colors of #DE4BFF
Black with #DE4BFF
Text Example
Text Example
White with #DE4BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4BFF; }
p { color: rgb(222,75,255); }
H1.HeaderClassName
{
color: #DE4BFF;
}
.AnyTagClassName
{
color: #DE4BFF;
}
</style>
background-color css
<style>
a { background-color: #DE4BFF; }
a { background-color: rgb(222,75,255); }
div.DivClassName
{
background-color: #DE4BFF;
}
.BgClassName
{
background-color: #DE4BFF;
}
</style>
border-color css
<style>
span { border-color: #DE4BFF; }
span { border-color: rgb(222,75,255); }
td.TdClassName
{
border-color: #DE4BFF;
}
.TagClassName
{
border-color: #DE4BFF;
}
</style>