Shades of Heliotrope #DB8AF5
Tints of Heliotrope #DB8AF5
RGB
CMYK
RGB Variations
Color information
#DB8AF5 (or 0xDB8AF5) is known color: Heliotrope. HEX triplet: DB, 8A and F5. RGB value is (219,138,245). Sum of RGB (Red+Green+Blue) = 219+138+245=602 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.38% from 602); Green value is 138 (54.30% from 255 or 22.92% from 602); Blue value is 245 (96.09% from 255 or 40.70% from 602); Max value from RGB is 245 - color contains mainly: blue. Hex color #DB8AF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8AF5 is #24750A. Grayscale: #AEAEAE. Windows color (decimal): -2389259 or 16091867. OLE color: 16091867.
HSL color Cylindrical-coordinate representation of color #DB8AF5: hue angle of 285.42º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB8AF5 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 138 | 245 | - |
| CMYK | 0.11 | 0.44 | 0 | 0.04 |
| HSL | 285.42º | 0.84% | 0.75% | - |
| HSV(B) | 285.42º | 0.44% | 0.96% | - |
| XYZ | 54.78 | 39.83 | 91.19 | - |
| YUV | 174.42 | 167.84 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 245 | 0.11 | 0.44 | 0 | 0.04 | 285.42 | 0.84 | 0.75 |
| Hex | DB | 8A | F5 | B | 2C | 0 | 4 | 11D | 54 | 4B |
| Octal | 333 | 212 | 365 | 13 | 54 | 0 | 4 | 435 | 124 | 113 |
| Binary | 11011011 | 10001010 | 11110101 | 1011 | 101100 | 0 | 100 | 100011101 | 1010100 | 1001011 |
Color Harmonies of #DB8AF5
Complementary color
Monochromatic Colors of #DB8AF5
Black with #DB8AF5
Text Example
Text Example
White with #DB8AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8AF5; }
p { color: rgb(219,138,245); }
H1.HeaderClassName
{
color: #DB8AF5;
}
.AnyTagClassName
{
color: #DB8AF5;
}
</style>
background-color css
<style>
a { background-color: #DB8AF5; }
a { background-color: rgb(219,138,245); }
div.DivClassName
{
background-color: #DB8AF5;
}
.BgClassName
{
background-color: #DB8AF5;
}
</style>
border-color css
<style>
span { border-color: #DB8AF5; }
span { border-color: rgb(219,138,245); }
td.TdClassName
{
border-color: #DB8AF5;
}
.TagClassName
{
border-color: #DB8AF5;
}
</style>