Shades of Heliotrope #DB85FE
Tints of Heliotrope #DB85FE
RGB
CMYK
RGB Variations
Color information
#DB85FE (or 0xDB85FE) is known color: Heliotrope. HEX triplet: DB, 85 and FE. RGB value is (219,133,254). Sum of RGB (Red+Green+Blue) = 219+133+254=606 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.14% from 606); Green value is 133 (52.34% from 255 or 21.95% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB85FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB85FE is #247A01. Grayscale: #ACACAC. Windows color (decimal): -2390530 or 16680411. OLE color: 16680411.
HSL color Cylindrical-coordinate representation of color #DB85FE: hue angle of 282.64º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB85FE is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 133 | 254 | - |
| CMYK | 0.14 | 0.48 | 0 | 0.00 |
| HSL | 282.64º | 0.98% | 0.76% | - |
| HSV(B) | 282.64º | 0.48% | 1% | - |
| XYZ | 55.49 | 38.99 | 98.37 | - |
| YUV | 172.51 | 173.99 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 254 | 0.14 | 0.48 | 0 | 0.00 | 282.64 | 0.98 | 0.76 |
| Hex | DB | 85 | FE | E | 30 | 0 | 0 | 11B | 62 | 4C |
| Octal | 333 | 205 | 376 | 16 | 60 | 0 | 0 | 433 | 142 | 114 |
| Binary | 11011011 | 10000101 | 11111110 | 1110 | 110000 | 0 | 0 | 100011011 | 1100010 | 1001100 |
Color Harmonies of #DB85FE
Complementary color
Monochromatic Colors of #DB85FE
Black with #DB85FE
Text Example
Text Example
White with #DB85FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB85FE; }
p { color: rgb(219,133,254); }
H1.HeaderClassName
{
color: #DB85FE;
}
.AnyTagClassName
{
color: #DB85FE;
}
</style>
background-color css
<style>
a { background-color: #DB85FE; }
a { background-color: rgb(219,133,254); }
div.DivClassName
{
background-color: #DB85FE;
}
.BgClassName
{
background-color: #DB85FE;
}
</style>
border-color css
<style>
span { border-color: #DB85FE; }
span { border-color: rgb(219,133,254); }
td.TdClassName
{
border-color: #DB85FE;
}
.TagClassName
{
border-color: #DB85FE;
}
</style>