Shades of Heliotrope #DB85FB
Tints of Heliotrope #DB85FB
RGB
CMYK
RGB Variations
Color information
#DB85FB (or 0xDB85FB) is known color: Heliotrope. HEX triplet: DB, 85 and FB. RGB value is (219,133,251). Sum of RGB (Red+Green+Blue) = 219+133+251=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 133 (52.34% from 255 or 22.06% from 603); Blue value is 251 (98.44% from 255 or 41.63% from 603); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB85FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB85FB is #247A04. Grayscale: #ABABAB. Windows color (decimal): -2390533 or 16483803. OLE color: 16483803.
HSL color Cylindrical-coordinate representation of color #DB85FB: hue angle of 283.73º degrees, saturation: 0.94, 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 #DB85FB is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 219 | 133 | 251 | - |
CMYK | 0.13 | 0.47 | 0 | 0.02 |
HSL | 283.73º | 0.94% | 0.75% | - |
HSV(B) | 283.73º | 0.47% | 0.98% | - |
XYZ | 55.01 | 38.8 | 95.86 | - |
YUV | 172.17 | 172.49 | 161.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 133 | 251 | 0.13 | 0.47 | 0 | 0.02 | 283.73 | 0.94 | 0.75 |
Hex | DB | 85 | FB | D | 2F | 0 | 2 | 11C | 5E | 4B |
Octal | 333 | 205 | 373 | 15 | 57 | 0 | 2 | 434 | 136 | 113 |
Binary | 11011011 | 10000101 | 11111011 | 1101 | 101111 | 0 | 10 | 100011100 | 1011110 | 1001011 |
Color Harmonies of #DB85FB
Complementary color
Monochromatic Colors of #DB85FB
Black with #DB85FB
Text Example
Text Example
White with #DB85FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB85FB; }
p { color: rgb(219,133,251); }
H1.HeaderClassName
{
color: #DB85FB;
}
.AnyTagClassName
{
color: #DB85FB;
}
</style>
background-color css
<style>
a { background-color: #DB85FB; }
a { background-color: rgb(219,133,251); }
div.DivClassName
{
background-color: #DB85FB;
}
.BgClassName
{
background-color: #DB85FB;
}
</style>
border-color css
<style>
span { border-color: #DB85FB; }
span { border-color: rgb(219,133,251); }
td.TdClassName
{
border-color: #DB85FB;
}
.TagClassName
{
border-color: #DB85FB;
}
</style>