Shades of Heliotrope #DB8AF1
Tints of Heliotrope #DB8AF1
RGB
CMYK
RGB Variations
Color information
#DB8AF1 (or 0xDB8AF1) is known color: Heliotrope. HEX triplet: DB, 8A and F1. RGB value is (219,138,241). Sum of RGB (Red+Green+Blue) = 219+138+241=598 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.62% from 598); Green value is 138 (54.30% from 255 or 23.08% from 598); Blue value is 241 (94.53% from 255 or 40.30% from 598); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB8AF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8AF1 is #24750E. Grayscale: #ADADAD. Windows color (decimal): -2389263 or 15829723. OLE color: 15829723.
HSL color Cylindrical-coordinate representation of color #DB8AF1: hue angle of 287.18º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB8AF1 is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 138 | 241 | - |
| CMYK | 0.09 | 0.43 | 0 | 0.05 |
| HSL | 287.18º | 0.79% | 0.74% | - |
| HSV(B) | 287.18º | 0.43% | 0.95% | - |
| XYZ | 54.18 | 39.59 | 88 | - |
| YUV | 173.96 | 165.84 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 241 | 0.09 | 0.43 | 0 | 0.05 | 287.18 | 0.79 | 0.74 |
| Hex | DB | 8A | F1 | 9 | 2B | 0 | 5 | 11F | 4F | 4A |
| Octal | 333 | 212 | 361 | 11 | 53 | 0 | 5 | 437 | 117 | 112 |
| Binary | 11011011 | 10001010 | 11110001 | 1001 | 101011 | 0 | 101 | 100011111 | 1001111 | 1001010 |
Color Harmonies of #DB8AF1
Complementary color
Monochromatic Colors of #DB8AF1
Black with #DB8AF1
Text Example
Text Example
White with #DB8AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8AF1; }
p { color: rgb(219,138,241); }
H1.HeaderClassName
{
color: #DB8AF1;
}
.AnyTagClassName
{
color: #DB8AF1;
}
</style>
background-color css
<style>
a { background-color: #DB8AF1; }
a { background-color: rgb(219,138,241); }
div.DivClassName
{
background-color: #DB8AF1;
}
.BgClassName
{
background-color: #DB8AF1;
}
</style>
border-color css
<style>
span { border-color: #DB8AF1; }
span { border-color: rgb(219,138,241); }
td.TdClassName
{
border-color: #DB8AF1;
}
.TagClassName
{
border-color: #DB8AF1;
}
</style>