Shades of Heliotrope #DE5CFD
Tints of Heliotrope #DE5CFD
RGB
CMYK
RGB Variations
Color information
#DE5CFD (or 0xDE5CFD) is known color: Heliotrope. HEX triplet: DE, 5C and FD. RGB value is (222,92,253). Sum of RGB (Red+Green+Blue) = 222+92+253=567 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.15% from 567); Green value is 92 (36.33% from 255 or 16.23% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #DE5CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE5CFD is #21A302. Grayscale: #949494. Windows color (decimal): -2204419 or 16604382. OLE color: 16604382.
HSL color Cylindrical-coordinate representation of color #DE5CFD: hue angle of 288.45º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DE5CFD is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 92 | 253 | - |
| CMYK | 0.12 | 0.64 | 0 | 0.01 |
| HSL | 288.45º | 0.98% | 0.68% | - |
| HSV(B) | 288.45º | 0.64% | 0.99% | - |
| XYZ | 51.68 | 30.28 | 96.05 | - |
| YUV | 149.22 | 186.57 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 92 | 253 | 0.12 | 0.64 | 0 | 0.01 | 288.45 | 0.98 | 0.68 |
| Hex | DE | 5C | FD | C | 40 | 0 | 1 | 120 | 62 | 44 |
| Octal | 336 | 134 | 375 | 14 | 100 | 0 | 1 | 440 | 142 | 104 |
| Binary | 11011110 | 1011100 | 11111101 | 1100 | 1000000 | 0 | 1 | 100100000 | 1100010 | 1000100 |
Color Harmonies of #DE5CFD
Complementary color
Monochromatic Colors of #DE5CFD
Black with #DE5CFD
Text Example
Text Example
White with #DE5CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5CFD; }
p { color: rgb(222,92,253); }
H1.HeaderClassName
{
color: #DE5CFD;
}
.AnyTagClassName
{
color: #DE5CFD;
}
</style>
background-color css
<style>
a { background-color: #DE5CFD; }
a { background-color: rgb(222,92,253); }
div.DivClassName
{
background-color: #DE5CFD;
}
.BgClassName
{
background-color: #DE5CFD;
}
</style>
border-color css
<style>
span { border-color: #DE5CFD; }
span { border-color: rgb(222,92,253); }
td.TdClassName
{
border-color: #DE5CFD;
}
.TagClassName
{
border-color: #DE5CFD;
}
</style>