Shades of Heliotrope #DB7EFC
Tints of Heliotrope #DB7EFC
RGB
CMYK
RGB Variations
Color information
#DB7EFC (or 0xDB7EFC) is known color: Heliotrope. HEX triplet: DB, 7E and FC. RGB value is (219,126,252). Sum of RGB (Red+Green+Blue) = 219+126+252=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 126 (49.61% from 255 or 21.11% from 597); Blue value is 252 (98.83% from 255 or 42.21% from 597); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB7EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7EFC is #248103. Grayscale: #A7A7A7. Windows color (decimal): -2392324 or 16547547. OLE color: 16547547.
HSL color Cylindrical-coordinate representation of color #DB7EFC: hue angle of 284.29º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB7EFC is Cyan = 0.13, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 126 | 252 | - |
| CMYK | 0.13 | 0.5 | 0 | 0.01 |
| HSL | 284.29º | 0.95% | 0.74% | - |
| HSV(B) | 284.29º | 0.5% | 0.99% | - |
| XYZ | 54.24 | 37.01 | 96.38 | - |
| YUV | 168.17 | 175.31 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 126 | 252 | 0.13 | 0.5 | 0 | 0.01 | 284.29 | 0.95 | 0.74 |
| Hex | DB | 7E | FC | D | 32 | 0 | 1 | 11C | 5F | 4A |
| Octal | 333 | 176 | 374 | 15 | 62 | 0 | 1 | 434 | 137 | 112 |
| Binary | 11011011 | 1111110 | 11111100 | 1101 | 110010 | 0 | 1 | 100011100 | 1011111 | 1001010 |
Color Harmonies of #DB7EFC
Complementary color
Monochromatic Colors of #DB7EFC
Black with #DB7EFC
Text Example
Text Example
White with #DB7EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7EFC; }
p { color: rgb(219,126,252); }
H1.HeaderClassName
{
color: #DB7EFC;
}
.AnyTagClassName
{
color: #DB7EFC;
}
</style>
background-color css
<style>
a { background-color: #DB7EFC; }
a { background-color: rgb(219,126,252); }
div.DivClassName
{
background-color: #DB7EFC;
}
.BgClassName
{
background-color: #DB7EFC;
}
</style>
border-color css
<style>
span { border-color: #DB7EFC; }
span { border-color: rgb(219,126,252); }
td.TdClassName
{
border-color: #DB7EFC;
}
.TagClassName
{
border-color: #DB7EFC;
}
</style>