Shades of Heliotrope #DE5BFD
Tints of Heliotrope #DE5BFD
RGB
CMYK
RGB Variations
Color information
#DE5BFD (or 0xDE5BFD) is known color: Heliotrope. HEX triplet: DE, 5B and FD. RGB value is (222,91,253). Sum of RGB (Red+Green+Blue) = 222+91+253=566 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.22% from 566); Green value is 91 (35.94% from 255 or 16.08% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #DE5BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE5BFD is #21A402. Grayscale: #949494. Windows color (decimal): -2204675 or 16604126. OLE color: 16604126.
HSL color Cylindrical-coordinate representation of color #DE5BFD: hue angle of 288.52º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DE5BFD is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 91 | 253 | - |
| CMYK | 0.12 | 0.64 | 0 | 0.01 |
| HSL | 288.52º | 0.98% | 0.67% | - |
| HSV(B) | 288.52º | 0.64% | 0.99% | - |
| XYZ | 51.59 | 30.1 | 96.02 | - |
| YUV | 148.64 | 186.9 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 91 | 253 | 0.12 | 0.64 | 0 | 0.01 | 288.52 | 0.98 | 0.67 |
| Hex | DE | 5B | FD | C | 40 | 0 | 1 | 121 | 62 | 43 |
| Octal | 336 | 133 | 375 | 14 | 100 | 0 | 1 | 441 | 142 | 103 |
| Binary | 11011110 | 1011011 | 11111101 | 1100 | 1000000 | 0 | 1 | 100100001 | 1100010 | 1000011 |
Color Harmonies of #DE5BFD
Complementary color
Monochromatic Colors of #DE5BFD
Black with #DE5BFD
Text Example
Text Example
White with #DE5BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5BFD; }
p { color: rgb(222,91,253); }
H1.HeaderClassName
{
color: #DE5BFD;
}
.AnyTagClassName
{
color: #DE5BFD;
}
</style>
background-color css
<style>
a { background-color: #DE5BFD; }
a { background-color: rgb(222,91,253); }
div.DivClassName
{
background-color: #DE5BFD;
}
.BgClassName
{
background-color: #DE5BFD;
}
</style>
border-color css
<style>
span { border-color: #DE5BFD; }
span { border-color: rgb(222,91,253); }
td.TdClassName
{
border-color: #DE5BFD;
}
.TagClassName
{
border-color: #DE5BFD;
}
</style>