Shades of Heliotrope #DE85FC
Tints of Heliotrope #DE85FC
RGB
CMYK
RGB Variations
Color information
#DE85FC (or 0xDE85FC) is known color: Heliotrope. HEX triplet: DE, 85 and FC. RGB value is (222,133,252). Sum of RGB (Red+Green+Blue) = 222+133+252=607 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.57% from 607); Green value is 133 (52.34% from 255 or 21.91% from 607); Blue value is 252 (98.83% from 255 or 41.52% from 607); Max value from RGB is 252 - color contains mainly: blue. Hex color #DE85FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE85FC is #217A03. Grayscale: #ACACAC. Windows color (decimal): -2193924 or 16549342. OLE color: 16549342.
HSL color Cylindrical-coordinate representation of color #DE85FC: hue angle of 284.87º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DE85FC is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 133 | 252 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.01 |
| HSL | 284.87º | 0.95% | 0.75% | - |
| HSV(B) | 284.87º | 0.47% | 0.99% | - |
| XYZ | 56.08 | 39.33 | 96.73 | - |
| YUV | 173.18 | 172.49 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 133 | 252 | 0.12 | 0.47 | 0 | 0.01 | 284.87 | 0.95 | 0.75 |
| Hex | DE | 85 | FC | C | 2F | 0 | 1 | 11D | 5F | 4B |
| Octal | 336 | 205 | 374 | 14 | 57 | 0 | 1 | 435 | 137 | 113 |
| Binary | 11011110 | 10000101 | 11111100 | 1100 | 101111 | 0 | 1 | 100011101 | 1011111 | 1001011 |
Color Harmonies of #DE85FC
Complementary color
Monochromatic Colors of #DE85FC
Black with #DE85FC
Text Example
Text Example
White with #DE85FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE85FC; }
p { color: rgb(222,133,252); }
H1.HeaderClassName
{
color: #DE85FC;
}
.AnyTagClassName
{
color: #DE85FC;
}
</style>
background-color css
<style>
a { background-color: #DE85FC; }
a { background-color: rgb(222,133,252); }
div.DivClassName
{
background-color: #DE85FC;
}
.BgClassName
{
background-color: #DE85FC;
}
</style>
border-color css
<style>
span { border-color: #DE85FC; }
span { border-color: rgb(222,133,252); }
td.TdClassName
{
border-color: #DE85FC;
}
.TagClassName
{
border-color: #DE85FC;
}
</style>