Shades of Heliotrope #DB7AF8
Tints of Heliotrope #DB7AF8
RGB
CMYK
RGB Variations
Color information
#DB7AF8 (or 0xDB7AF8) is known color: Heliotrope. HEX triplet: DB, 7A and F8. RGB value is (219,122,248). Sum of RGB (Red+Green+Blue) = 219+122+248=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 122 (48.05% from 255 or 20.71% from 589); Blue value is 248 (97.27% from 255 or 42.11% from 589); Max value from RGB is 248 - color contains mainly: blue. Hex color #DB7AF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7AF8 is #248507. Grayscale: #A4A4A4. Windows color (decimal): -2393352 or 16284379. OLE color: 16284379.
HSL color Cylindrical-coordinate representation of color #DB7AF8: hue angle of 286.19º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB7AF8 is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 122 | 248 | - |
| CMYK | 0.12 | 0.51 | 0 | 0.03 |
| HSL | 286.19º | 0.9% | 0.73% | - |
| HSV(B) | 286.19º | 0.51% | 0.97% | - |
| XYZ | 53.12 | 35.76 | 92.91 | - |
| YUV | 165.37 | 174.64 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 122 | 248 | 0.12 | 0.51 | 0 | 0.03 | 286.19 | 0.9 | 0.73 |
| Hex | DB | 7A | F8 | C | 33 | 0 | 3 | 11E | 5A | 49 |
| Octal | 333 | 172 | 370 | 14 | 63 | 0 | 3 | 436 | 132 | 111 |
| Binary | 11011011 | 1111010 | 11111000 | 1100 | 110011 | 0 | 11 | 100011110 | 1011010 | 1001001 |
Color Harmonies of #DB7AF8
Complementary color
Monochromatic Colors of #DB7AF8
Black with #DB7AF8
Text Example
Text Example
White with #DB7AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7AF8; }
p { color: rgb(219,122,248); }
H1.HeaderClassName
{
color: #DB7AF8;
}
.AnyTagClassName
{
color: #DB7AF8;
}
</style>
background-color css
<style>
a { background-color: #DB7AF8; }
a { background-color: rgb(219,122,248); }
div.DivClassName
{
background-color: #DB7AF8;
}
.BgClassName
{
background-color: #DB7AF8;
}
</style>
border-color css
<style>
span { border-color: #DB7AF8; }
span { border-color: rgb(219,122,248); }
td.TdClassName
{
border-color: #DB7AF8;
}
.TagClassName
{
border-color: #DB7AF8;
}
</style>