Shades of Heliotrope #DE7DF2
Tints of Heliotrope #DE7DF2
RGB
CMYK
RGB Variations
Color information
#DE7DF2 (or 0xDE7DF2) is known color: Heliotrope. HEX triplet: DE, 7D and F2. RGB value is (222,125,242). Sum of RGB (Red+Green+Blue) = 222+125+242=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 125 (49.22% from 255 or 21.22% from 589); Blue value is 242 (94.92% from 255 or 41.09% from 589); Max value from RGB is 242 - color contains mainly: blue. Hex color #DE7DF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE7DF2 is #21820D. Grayscale: #A6A6A6. Windows color (decimal): -2195982 or 15891934. OLE color: 15891934.
HSL color Cylindrical-coordinate representation of color #DE7DF2: hue angle of 289.74º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DE7DF2 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 125 | 242 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.05 |
| HSL | 289.74º | 0.82% | 0.72% | - |
| HSV(B) | 289.74º | 0.48% | 0.95% | - |
| XYZ | 53.48 | 36.61 | 88.25 | - |
| YUV | 167.34 | 170.14 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 125 | 242 | 0.08 | 0.48 | 0 | 0.05 | 289.74 | 0.82 | 0.72 |
| Hex | DE | 7D | F2 | 8 | 30 | 0 | 5 | 122 | 52 | 48 |
| Octal | 336 | 175 | 362 | 10 | 60 | 0 | 5 | 442 | 122 | 110 |
| Binary | 11011110 | 1111101 | 11110010 | 1000 | 110000 | 0 | 101 | 100100010 | 1010010 | 1001000 |
Color Harmonies of #DE7DF2
Complementary color
Monochromatic Colors of #DE7DF2
Black with #DE7DF2
Text Example
Text Example
White with #DE7DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7DF2; }
p { color: rgb(222,125,242); }
H1.HeaderClassName
{
color: #DE7DF2;
}
.AnyTagClassName
{
color: #DE7DF2;
}
</style>
background-color css
<style>
a { background-color: #DE7DF2; }
a { background-color: rgb(222,125,242); }
div.DivClassName
{
background-color: #DE7DF2;
}
.BgClassName
{
background-color: #DE7DF2;
}
</style>
border-color css
<style>
span { border-color: #DE7DF2; }
span { border-color: rgb(222,125,242); }
td.TdClassName
{
border-color: #DE7DF2;
}
.TagClassName
{
border-color: #DE7DF2;
}
</style>