Shades of Violet #DB7EEA
Tints of Violet #DB7EEA
RGB
CMYK
RGB Variations
Color information
#DB7EEA (or 0xDB7EEA) is known color: Violet. HEX triplet: DB, 7E and EA. RGB value is (219,126,234). Sum of RGB (Red+Green+Blue) = 219+126+234=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 126 (49.61% from 255 or 21.76% from 579); Blue value is 234 (91.80% from 255 or 40.41% from 579); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB7EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7EEA is #248115. Grayscale: #A5A5A5. Windows color (decimal): -2392342 or 15367899. OLE color: 15367899.
HSL color Cylindrical-coordinate representation of color #DB7EEA: hue angle of 291.67º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB7EEA is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 126 | 234 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.08 |
| HSL | 291.67º | 0.72% | 0.71% | - |
| HSV(B) | 291.67º | 0.46% | 0.92% | - |
| XYZ | 51.53 | 35.92 | 82.06 | - |
| YUV | 166.12 | 166.31 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 126 | 234 | 0.06 | 0.46 | 0 | 0.08 | 291.67 | 0.72 | 0.71 |
| Hex | DB | 7E | EA | 6 | 2E | 0 | 8 | 124 | 48 | 47 |
| Octal | 333 | 176 | 352 | 6 | 56 | 0 | 10 | 444 | 110 | 107 |
| Binary | 11011011 | 1111110 | 11101010 | 110 | 101110 | 0 | 1000 | 100100100 | 1001000 | 1000111 |
Color Harmonies of #DB7EEA
Complementary color
Monochromatic Colors of #DB7EEA
Black with #DB7EEA
Text Example
Text Example
White with #DB7EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7EEA; }
p { color: rgb(219,126,234); }
H1.HeaderClassName
{
color: #DB7EEA;
}
.AnyTagClassName
{
color: #DB7EEA;
}
</style>
background-color css
<style>
a { background-color: #DB7EEA; }
a { background-color: rgb(219,126,234); }
div.DivClassName
{
background-color: #DB7EEA;
}
.BgClassName
{
background-color: #DB7EEA;
}
</style>
border-color css
<style>
span { border-color: #DB7EEA; }
span { border-color: rgb(219,126,234); }
td.TdClassName
{
border-color: #DB7EEA;
}
.TagClassName
{
border-color: #DB7EEA;
}
</style>