Shades of Heliotrope #DB8FFB
Tints of Heliotrope #DB8FFB
RGB
CMYK
RGB Variations
Color information
#DB8FFB (or 0xDB8FFB) is known color: Heliotrope. HEX triplet: DB, 8F and FB. RGB value is (219,143,251). Sum of RGB (Red+Green+Blue) = 219+143+251=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 143 (56.25% from 255 or 23.33% from 613); Blue value is 251 (98.44% from 255 or 40.95% from 613); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB8FFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8FFB is #247004. Grayscale: #B1B1B1. Windows color (decimal): -2387973 or 16486363. OLE color: 16486363.
HSL color Cylindrical-coordinate representation of color #DB8FFB: hue angle of 282.22º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB8FFB is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 219 | 143 | 251 | - |
CMYK | 0.13 | 0.43 | 0 | 0.02 |
HSL | 282.22º | 0.93% | 0.77% | - |
HSV(B) | 282.22º | 0.43% | 0.98% | - |
XYZ | 56.45 | 41.67 | 96.33 | - |
YUV | 178.04 | 169.18 | 157.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 143 | 251 | 0.13 | 0.43 | 0 | 0.02 | 282.22 | 0.93 | 0.77 |
Hex | DB | 8F | FB | D | 2B | 0 | 2 | 11A | 5D | 4D |
Octal | 333 | 217 | 373 | 15 | 53 | 0 | 2 | 432 | 135 | 115 |
Binary | 11011011 | 10001111 | 11111011 | 1101 | 101011 | 0 | 10 | 100011010 | 1011101 | 1001101 |
Color Harmonies of #DB8FFB
Complementary color
Monochromatic Colors of #DB8FFB
Black with #DB8FFB
Text Example
Text Example
White with #DB8FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8FFB; }
p { color: rgb(219,143,251); }
H1.HeaderClassName
{
color: #DB8FFB;
}
.AnyTagClassName
{
color: #DB8FFB;
}
</style>
background-color css
<style>
a { background-color: #DB8FFB; }
a { background-color: rgb(219,143,251); }
div.DivClassName
{
background-color: #DB8FFB;
}
.BgClassName
{
background-color: #DB8FFB;
}
</style>
border-color css
<style>
span { border-color: #DB8FFB; }
span { border-color: rgb(219,143,251); }
td.TdClassName
{
border-color: #DB8FFB;
}
.TagClassName
{
border-color: #DB8FFB;
}
</style>