Shades of Violet #DB7BEA
Tints of Violet #DB7BEA
RGB
CMYK
RGB Variations
Color information
#DB7BEA (or 0xDB7BEA) is known color: Violet. HEX triplet: DB, 7B and EA. RGB value is (219,123,234). Sum of RGB (Red+Green+Blue) = 219+123+234=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 123 (48.44% from 255 or 21.35% from 576); Blue value is 234 (91.80% from 255 or 40.62% from 576); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB7BEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7BEA is #248415. Grayscale: #A4A4A4. Windows color (decimal): -2393110 or 15367131. OLE color: 15367131.
HSL color Cylindrical-coordinate representation of color #DB7BEA: hue angle of 291.89º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB7BEA is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 123 | 234 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.08 |
| HSL | 291.89º | 0.73% | 0.7% | - |
| HSV(B) | 291.89º | 0.47% | 0.92% | - |
| XYZ | 51.15 | 35.17 | 81.93 | - |
| YUV | 164.36 | 167.3 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 123 | 234 | 0.06 | 0.47 | 0 | 0.08 | 291.89 | 0.73 | 0.7 |
| Hex | DB | 7B | EA | 6 | 2F | 0 | 8 | 124 | 49 | 46 |
| Octal | 333 | 173 | 352 | 6 | 57 | 0 | 10 | 444 | 111 | 106 |
| Binary | 11011011 | 1111011 | 11101010 | 110 | 101111 | 0 | 1000 | 100100100 | 1001001 | 1000110 |
Color Harmonies of #DB7BEA
Complementary color
Monochromatic Colors of #DB7BEA
Black with #DB7BEA
Text Example
Text Example
White with #DB7BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7BEA; }
p { color: rgb(219,123,234); }
H1.HeaderClassName
{
color: #DB7BEA;
}
.AnyTagClassName
{
color: #DB7BEA;
}
</style>
background-color css
<style>
a { background-color: #DB7BEA; }
a { background-color: rgb(219,123,234); }
div.DivClassName
{
background-color: #DB7BEA;
}
.BgClassName
{
background-color: #DB7BEA;
}
</style>
border-color css
<style>
span { border-color: #DB7BEA; }
span { border-color: rgb(219,123,234); }
td.TdClassName
{
border-color: #DB7BEA;
}
.TagClassName
{
border-color: #DB7BEA;
}
</style>