Shades of Heliotrope #DE5CFF
Tints of Heliotrope #DE5CFF
RGB
CMYK
RGB Variations
Color information
#DE5CFF (or 0xDE5CFF) is known color: Heliotrope. HEX triplet: DE, 5C and FF. RGB value is (222,92,255). Sum of RGB (Red+Green+Blue) = 222+92+255=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 92 (36.33% from 255 or 16.17% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #DE5CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE5CFF is #21A300. Grayscale: #949494. Windows color (decimal): -2204417 or 16735454. OLE color: 16735454.
HSL color Cylindrical-coordinate representation of color #DE5CFF: hue angle of 287.85º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DE5CFF is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 92 | 255 | - |
| CMYK | 0.13 | 0.64 | 0 | 0 |
| HSL | 287.85º | 1% | 0.68% | - |
| HSV(B) | 287.85º | 0.64% | 1% | - |
| XYZ | 52 | 30.4 | 97.74 | - |
| YUV | 149.45 | 187.57 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 92 | 255 | 0.13 | 0.64 | 0 | 0 | 287.85 | 1 | 0.68 |
| Hex | DE | 5C | FF | D | 40 | 0 | 0 | 120 | 64 | 44 |
| Octal | 336 | 134 | 377 | 15 | 100 | 0 | 0 | 440 | 144 | 104 |
| Binary | 11011110 | 1011100 | 11111111 | 1101 | 1000000 | 0 | 0 | 100100000 | 1100100 | 1000100 |
Color Harmonies of #DE5CFF
Complementary color
Monochromatic Colors of #DE5CFF
Black with #DE5CFF
Text Example
Text Example
White with #DE5CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5CFF; }
p { color: rgb(222,92,255); }
H1.HeaderClassName
{
color: #DE5CFF;
}
.AnyTagClassName
{
color: #DE5CFF;
}
</style>
background-color css
<style>
a { background-color: #DE5CFF; }
a { background-color: rgb(222,92,255); }
div.DivClassName
{
background-color: #DE5CFF;
}
.BgClassName
{
background-color: #DE5CFF;
}
</style>
border-color css
<style>
span { border-color: #DE5CFF; }
span { border-color: rgb(222,92,255); }
td.TdClassName
{
border-color: #DE5CFF;
}
.TagClassName
{
border-color: #DE5CFF;
}
</style>