Shades of Heliotrope #DB8AFC
Tints of Heliotrope #DB8AFC
RGB
CMYK
RGB Variations
Color information
#DB8AFC (or 0xDB8AFC) is known color: Heliotrope. HEX triplet: DB, 8A and FC. RGB value is (219,138,252). Sum of RGB (Red+Green+Blue) = 219+138+252=609 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.96% from 609); Green value is 138 (54.30% from 255 or 22.66% from 609); Blue value is 252 (98.83% from 255 or 41.38% from 609); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB8AFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8AFC is #247503. Grayscale: #AEAEAE. Windows color (decimal): -2389252 or 16550619. OLE color: 16550619.
HSL color Cylindrical-coordinate representation of color #DB8AFC: hue angle of 282.63º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DB8AFC is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 138 | 252 | - |
| CMYK | 0.13 | 0.45 | 0 | 0.01 |
| HSL | 282.63º | 0.95% | 0.76% | - |
| HSV(B) | 282.63º | 0.45% | 0.99% | - |
| XYZ | 55.87 | 40.27 | 96.92 | - |
| YUV | 175.22 | 171.34 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 252 | 0.13 | 0.45 | 0 | 0.01 | 282.63 | 0.95 | 0.76 |
| Hex | DB | 8A | FC | D | 2D | 0 | 1 | 11B | 5F | 4C |
| Octal | 333 | 212 | 374 | 15 | 55 | 0 | 1 | 433 | 137 | 114 |
| Binary | 11011011 | 10001010 | 11111100 | 1101 | 101101 | 0 | 1 | 100011011 | 1011111 | 1001100 |
Color Harmonies of #DB8AFC
Complementary color
Monochromatic Colors of #DB8AFC
Black with #DB8AFC
Text Example
Text Example
White with #DB8AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8AFC; }
p { color: rgb(219,138,252); }
H1.HeaderClassName
{
color: #DB8AFC;
}
.AnyTagClassName
{
color: #DB8AFC;
}
</style>
background-color css
<style>
a { background-color: #DB8AFC; }
a { background-color: rgb(219,138,252); }
div.DivClassName
{
background-color: #DB8AFC;
}
.BgClassName
{
background-color: #DB8AFC;
}
</style>
border-color css
<style>
span { border-color: #DB8AFC; }
span { border-color: rgb(219,138,252); }
td.TdClassName
{
border-color: #DB8AFC;
}
.TagClassName
{
border-color: #DB8AFC;
}
</style>