Shades of Heliotrope #DB85FC
Tints of Heliotrope #DB85FC
RGB
CMYK
RGB Variations
Color information
#DB85FC (or 0xDB85FC) is known color: Heliotrope. HEX triplet: DB, 85 and FC. RGB value is (219,133,252). Sum of RGB (Red+Green+Blue) = 219+133+252=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 133 (52.34% from 255 or 22.02% from 604); Blue value is 252 (98.83% from 255 or 41.72% from 604); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB85FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB85FC is #247A03. Grayscale: #ABABAB. Windows color (decimal): -2390532 or 16549339. OLE color: 16549339.
HSL color Cylindrical-coordinate representation of color #DB85FC: hue angle of 283.36º 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 #DB85FC is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 133 | 252 | - |
| CMYK | 0.13 | 0.47 | 0 | 0.01 |
| HSL | 283.36º | 0.95% | 0.75% | - |
| HSV(B) | 283.36º | 0.47% | 0.99% | - |
| XYZ | 55.17 | 38.86 | 96.69 | - |
| YUV | 172.28 | 172.99 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 252 | 0.13 | 0.47 | 0 | 0.01 | 283.36 | 0.95 | 0.75 |
| Hex | DB | 85 | FC | D | 2F | 0 | 1 | 11B | 5F | 4B |
| Octal | 333 | 205 | 374 | 15 | 57 | 0 | 1 | 433 | 137 | 113 |
| Binary | 11011011 | 10000101 | 11111100 | 1101 | 101111 | 0 | 1 | 100011011 | 1011111 | 1001011 |
Color Harmonies of #DB85FC
Complementary color
Monochromatic Colors of #DB85FC
Black with #DB85FC
Text Example
Text Example
White with #DB85FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB85FC; }
p { color: rgb(219,133,252); }
H1.HeaderClassName
{
color: #DB85FC;
}
.AnyTagClassName
{
color: #DB85FC;
}
</style>
background-color css
<style>
a { background-color: #DB85FC; }
a { background-color: rgb(219,133,252); }
div.DivClassName
{
background-color: #DB85FC;
}
.BgClassName
{
background-color: #DB85FC;
}
</style>
border-color css
<style>
span { border-color: #DB85FC; }
span { border-color: rgb(219,133,252); }
td.TdClassName
{
border-color: #DB85FC;
}
.TagClassName
{
border-color: #DB85FC;
}
</style>