Shades of Heliotrope #DE85FA
Tints of Heliotrope #DE85FA
RGB
CMYK
RGB Variations
Color information
#DE85FA (or 0xDE85FA) is known color: Heliotrope. HEX triplet: DE, 85 and FA. RGB value is (222,133,250). Sum of RGB (Red+Green+Blue) = 222+133+250=605 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.69% from 605); Green value is 133 (52.34% from 255 or 21.98% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #DE85FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE85FA is #217A05. Grayscale: #ACACAC. Windows color (decimal): -2193926 or 16418270. OLE color: 16418270.
HSL color Cylindrical-coordinate representation of color #DE85FA: hue angle of 285.64º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DE85FA is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 133 | 250 | - |
| CMYK | 0.11 | 0.47 | 0 | 0.02 |
| HSL | 285.64º | 0.92% | 0.75% | - |
| HSV(B) | 285.64º | 0.47% | 0.98% | - |
| XYZ | 55.77 | 39.21 | 95.07 | - |
| YUV | 172.95 | 171.49 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 133 | 250 | 0.11 | 0.47 | 0 | 0.02 | 285.64 | 0.92 | 0.75 |
| Hex | DE | 85 | FA | B | 2F | 0 | 2 | 11E | 5C | 4B |
| Octal | 336 | 205 | 372 | 13 | 57 | 0 | 2 | 436 | 134 | 113 |
| Binary | 11011110 | 10000101 | 11111010 | 1011 | 101111 | 0 | 10 | 100011110 | 1011100 | 1001011 |
Color Harmonies of #DE85FA
Complementary color
Monochromatic Colors of #DE85FA
Black with #DE85FA
Text Example
Text Example
White with #DE85FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE85FA; }
p { color: rgb(222,133,250); }
H1.HeaderClassName
{
color: #DE85FA;
}
.AnyTagClassName
{
color: #DE85FA;
}
</style>
background-color css
<style>
a { background-color: #DE85FA; }
a { background-color: rgb(222,133,250); }
div.DivClassName
{
background-color: #DE85FA;
}
.BgClassName
{
background-color: #DE85FA;
}
</style>
border-color css
<style>
span { border-color: #DE85FA; }
span { border-color: rgb(222,133,250); }
td.TdClassName
{
border-color: #DE85FA;
}
.TagClassName
{
border-color: #DE85FA;
}
</style>