Shades of Heliotrope #DB8AFA
Tints of Heliotrope #DB8AFA
RGB
CMYK
RGB Variations
Color information
#DB8AFA (or 0xDB8AFA) is known color: Heliotrope. HEX triplet: DB, 8A and FA. RGB value is (219,138,250). Sum of RGB (Red+Green+Blue) = 219+138+250=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 138 (54.30% from 255 or 22.73% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB8AFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8AFA is #247505. Grayscale: #AEAEAE. Windows color (decimal): -2389254 or 16419547. OLE color: 16419547.
HSL color Cylindrical-coordinate representation of color #DB8AFA: hue angle of 283.39º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DB8AFA is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 138 | 250 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.02 |
| HSL | 283.39º | 0.92% | 0.76% | - |
| HSV(B) | 283.39º | 0.45% | 0.98% | - |
| XYZ | 55.56 | 40.14 | 95.26 | - |
| YUV | 174.99 | 170.34 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 250 | 0.12 | 0.45 | 0 | 0.02 | 283.39 | 0.92 | 0.76 |
| Hex | DB | 8A | FA | C | 2D | 0 | 2 | 11B | 5C | 4C |
| Octal | 333 | 212 | 372 | 14 | 55 | 0 | 2 | 433 | 134 | 114 |
| Binary | 11011011 | 10001010 | 11111010 | 1100 | 101101 | 0 | 10 | 100011011 | 1011100 | 1001100 |
Color Harmonies of #DB8AFA
Complementary color
Monochromatic Colors of #DB8AFA
Black with #DB8AFA
Text Example
Text Example
White with #DB8AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8AFA; }
p { color: rgb(219,138,250); }
H1.HeaderClassName
{
color: #DB8AFA;
}
.AnyTagClassName
{
color: #DB8AFA;
}
</style>
background-color css
<style>
a { background-color: #DB8AFA; }
a { background-color: rgb(219,138,250); }
div.DivClassName
{
background-color: #DB8AFA;
}
.BgClassName
{
background-color: #DB8AFA;
}
</style>
border-color css
<style>
span { border-color: #DB8AFA; }
span { border-color: rgb(219,138,250); }
td.TdClassName
{
border-color: #DB8AFA;
}
.TagClassName
{
border-color: #DB8AFA;
}
</style>