Shades of Heliotrope #DE7BFF
Tints of Heliotrope #DE7BFF
RGB
CMYK
RGB Variations
Color information
#DE7BFF (or 0xDE7BFF) is known color: Heliotrope. HEX triplet: DE, 7B and FF. RGB value is (222,123,255). Sum of RGB (Red+Green+Blue) = 222+123+255=600 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37% from 600); Green value is 123 (48.44% from 255 or 20.5% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #DE7BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE7BFF is #218400. Grayscale: #A7A7A7. Windows color (decimal): -2196481 or 16743390. OLE color: 16743390.
HSL color Cylindrical-coordinate representation of color #DE7BFF: hue angle of 285º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DE7BFF is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 123 | 255 | - |
| CMYK | 0.13 | 0.52 | 0 | 0 |
| HSL | 285º | 1% | 0.74% | - |
| HSV(B) | 285º | 0.52% | 1% | - |
| XYZ | 55.26 | 36.92 | 98.82 | - |
| YUV | 167.65 | 177.3 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 123 | 255 | 0.13 | 0.52 | 0 | 0 | 285 | 1 | 0.74 |
| Hex | DE | 7B | FF | D | 34 | 0 | 0 | 11D | 64 | 4A |
| Octal | 336 | 173 | 377 | 15 | 64 | 0 | 0 | 435 | 144 | 112 |
| Binary | 11011110 | 1111011 | 11111111 | 1101 | 110100 | 0 | 0 | 100011101 | 1100100 | 1001010 |
Color Harmonies of #DE7BFF
Complementary color
Monochromatic Colors of #DE7BFF
Black with #DE7BFF
Text Example
Text Example
White with #DE7BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7BFF; }
p { color: rgb(222,123,255); }
H1.HeaderClassName
{
color: #DE7BFF;
}
.AnyTagClassName
{
color: #DE7BFF;
}
</style>
background-color css
<style>
a { background-color: #DE7BFF; }
a { background-color: rgb(222,123,255); }
div.DivClassName
{
background-color: #DE7BFF;
}
.BgClassName
{
background-color: #DE7BFF;
}
</style>
border-color css
<style>
span { border-color: #DE7BFF; }
span { border-color: rgb(222,123,255); }
td.TdClassName
{
border-color: #DE7BFF;
}
.TagClassName
{
border-color: #DE7BFF;
}
</style>