Shades of Heliotrope #DE5AF2
Tints of Heliotrope #DE5AF2
RGB
CMYK
RGB Variations
Color information
#DE5AF2 (or 0xDE5AF2) is known color: Heliotrope. HEX triplet: DE, 5A and F2. RGB value is (222,90,242). Sum of RGB (Red+Green+Blue) = 222+90+242=554 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.07% from 554); Green value is 90 (35.55% from 255 or 16.25% from 554); Blue value is 242 (94.92% from 255 or 43.68% from 554); Max value from RGB is 242 - color contains mainly: blue. Hex color #DE5AF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE5AF2 is #21A50D. Grayscale: #929292. Windows color (decimal): -2204942 or 15882974. OLE color: 15882974.
HSL color Cylindrical-coordinate representation of color #DE5AF2: hue angle of 292.11º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DE5AF2 is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 90 | 242 | - |
| CMYK | 0.08 | 0.63 | 0 | 0.05 |
| HSL | 292.11º | 0.85% | 0.65% | - |
| HSV(B) | 292.11º | 0.63% | 0.95% | - |
| XYZ | 49.81 | 29.25 | 87.03 | - |
| YUV | 146.8 | 181.73 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 90 | 242 | 0.08 | 0.63 | 0 | 0.05 | 292.11 | 0.85 | 0.65 |
| Hex | DE | 5A | F2 | 8 | 3F | 0 | 5 | 124 | 55 | 41 |
| Octal | 336 | 132 | 362 | 10 | 77 | 0 | 5 | 444 | 125 | 101 |
| Binary | 11011110 | 1011010 | 11110010 | 1000 | 111111 | 0 | 101 | 100100100 | 1010101 | 1000001 |
Color Harmonies of #DE5AF2
Complementary color
Monochromatic Colors of #DE5AF2
Black with #DE5AF2
Text Example
Text Example
White with #DE5AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5AF2; }
p { color: rgb(222,90,242); }
H1.HeaderClassName
{
color: #DE5AF2;
}
.AnyTagClassName
{
color: #DE5AF2;
}
</style>
background-color css
<style>
a { background-color: #DE5AF2; }
a { background-color: rgb(222,90,242); }
div.DivClassName
{
background-color: #DE5AF2;
}
.BgClassName
{
background-color: #DE5AF2;
}
</style>
border-color css
<style>
span { border-color: #DE5AF2; }
span { border-color: rgb(222,90,242); }
td.TdClassName
{
border-color: #DE5AF2;
}
.TagClassName
{
border-color: #DE5AF2;
}
</style>