Shades of Heliotrope #DB7AFF
Tints of Heliotrope #DB7AFF
RGB
CMYK
RGB Variations
Color information
#DB7AFF (or 0xDB7AFF) is known color: Heliotrope. HEX triplet: DB, 7A and FF. RGB value is (219,122,255). Sum of RGB (Red+Green+Blue) = 219+122+255=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 122 (48.05% from 255 or 20.47% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB7AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7AFF is #248500. Grayscale: #A5A5A5. Windows color (decimal): -2393345 or 16743131. OLE color: 16743131.
HSL color Cylindrical-coordinate representation of color #DB7AFF: hue angle of 283.76º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB7AFF is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 122 | 255 | - |
| CMYK | 0.14 | 0.52 | 0 | 0 |
| HSL | 283.76º | 1% | 0.74% | - |
| HSV(B) | 283.76º | 0.52% | 1% | - |
| XYZ | 54.22 | 36.2 | 98.74 | - |
| YUV | 166.17 | 178.14 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 122 | 255 | 0.14 | 0.52 | 0 | 0 | 283.76 | 1 | 0.74 |
| Hex | DB | 7A | FF | E | 34 | 0 | 0 | 11C | 64 | 4A |
| Octal | 333 | 172 | 377 | 16 | 64 | 0 | 0 | 434 | 144 | 112 |
| Binary | 11011011 | 1111010 | 11111111 | 1110 | 110100 | 0 | 0 | 100011100 | 1100100 | 1001010 |
Color Harmonies of #DB7AFF
Complementary color
Monochromatic Colors of #DB7AFF
Black with #DB7AFF
Text Example
Text Example
White with #DB7AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7AFF; }
p { color: rgb(219,122,255); }
H1.HeaderClassName
{
color: #DB7AFF;
}
.AnyTagClassName
{
color: #DB7AFF;
}
</style>
background-color css
<style>
a { background-color: #DB7AFF; }
a { background-color: rgb(219,122,255); }
div.DivClassName
{
background-color: #DB7AFF;
}
.BgClassName
{
background-color: #DB7AFF;
}
</style>
border-color css
<style>
span { border-color: #DB7AFF; }
span { border-color: rgb(219,122,255); }
td.TdClassName
{
border-color: #DB7AFF;
}
.TagClassName
{
border-color: #DB7AFF;
}
</style>