Shades of Heliotrope #DB7CFF
Tints of Heliotrope #DB7CFF
RGB
CMYK
RGB Variations
Color information
#DB7CFF (or 0xDB7CFF) is known color: Heliotrope. HEX triplet: DB, 7C and FF. RGB value is (219,124,255). Sum of RGB (Red+Green+Blue) = 219+124+255=598 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.62% from 598); Green value is 124 (48.83% from 255 or 20.74% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB7CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7CFF is #248300. Grayscale: #A6A6A6. Windows color (decimal): -2392833 or 16743643. OLE color: 16743643.
HSL color Cylindrical-coordinate representation of color #DB7CFF: hue angle of 283.51º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB7CFF is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 124 | 255 | - |
| CMYK | 0.14 | 0.51 | 0 | 0 |
| HSL | 283.51º | 1% | 0.74% | - |
| HSV(B) | 283.51º | 0.51% | 1% | - |
| XYZ | 54.47 | 36.7 | 98.82 | - |
| YUV | 167.34 | 177.47 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 124 | 255 | 0.14 | 0.51 | 0 | 0 | 283.51 | 1 | 0.74 |
| Hex | DB | 7C | FF | E | 33 | 0 | 0 | 11C | 64 | 4A |
| Octal | 333 | 174 | 377 | 16 | 63 | 0 | 0 | 434 | 144 | 112 |
| Binary | 11011011 | 1111100 | 11111111 | 1110 | 110011 | 0 | 0 | 100011100 | 1100100 | 1001010 |
Color Harmonies of #DB7CFF
Complementary color
Monochromatic Colors of #DB7CFF
Black with #DB7CFF
Text Example
Text Example
White with #DB7CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7CFF; }
p { color: rgb(219,124,255); }
H1.HeaderClassName
{
color: #DB7CFF;
}
.AnyTagClassName
{
color: #DB7CFF;
}
</style>
background-color css
<style>
a { background-color: #DB7CFF; }
a { background-color: rgb(219,124,255); }
div.DivClassName
{
background-color: #DB7CFF;
}
.BgClassName
{
background-color: #DB7CFF;
}
</style>
border-color css
<style>
span { border-color: #DB7CFF; }
span { border-color: rgb(219,124,255); }
td.TdClassName
{
border-color: #DB7CFF;
}
.TagClassName
{
border-color: #DB7CFF;
}
</style>