Shades of Heliotrope #DE7DFF
Tints of Heliotrope #DE7DFF
RGB
CMYK
RGB Variations
Color information
#DE7DFF (or 0xDE7DFF) is known color: Heliotrope. HEX triplet: DE, 7D and FF. RGB value is (222,125,255). Sum of RGB (Red+Green+Blue) = 222+125+255=602 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.88% from 602); Green value is 125 (49.22% from 255 or 20.76% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #DE7DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE7DFF is #218200. Grayscale: #A8A8A8. Windows color (decimal): -2195969 or 16743902. OLE color: 16743902.
HSL color Cylindrical-coordinate representation of color #DE7DFF: hue angle of 284.77º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DE7DFF is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 125 | 255 | - |
| CMYK | 0.13 | 0.51 | 0 | 0 |
| HSL | 284.77º | 1% | 0.75% | - |
| HSV(B) | 284.77º | 0.51% | 1% | - |
| XYZ | 55.51 | 37.42 | 98.9 | - |
| YUV | 168.82 | 176.64 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 125 | 255 | 0.13 | 0.51 | 0 | 0 | 284.77 | 1 | 0.75 |
| Hex | DE | 7D | FF | D | 33 | 0 | 0 | 11D | 64 | 4B |
| Octal | 336 | 175 | 377 | 15 | 63 | 0 | 0 | 435 | 144 | 113 |
| Binary | 11011110 | 1111101 | 11111111 | 1101 | 110011 | 0 | 0 | 100011101 | 1100100 | 1001011 |
Color Harmonies of #DE7DFF
Complementary color
Monochromatic Colors of #DE7DFF
Black with #DE7DFF
Text Example
Text Example
White with #DE7DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7DFF; }
p { color: rgb(222,125,255); }
H1.HeaderClassName
{
color: #DE7DFF;
}
.AnyTagClassName
{
color: #DE7DFF;
}
</style>
background-color css
<style>
a { background-color: #DE7DFF; }
a { background-color: rgb(222,125,255); }
div.DivClassName
{
background-color: #DE7DFF;
}
.BgClassName
{
background-color: #DE7DFF;
}
</style>
border-color css
<style>
span { border-color: #DE7DFF; }
span { border-color: rgb(222,125,255); }
td.TdClassName
{
border-color: #DE7DFF;
}
.TagClassName
{
border-color: #DE7DFF;
}
</style>