Shades of Violet #DB7DEA
Tints of Violet #DB7DEA
RGB
CMYK
RGB Variations
Color information
#DB7DEA (or 0xDB7DEA) is known color: Violet. HEX triplet: DB, 7D and EA. RGB value is (219,125,234). Sum of RGB (Red+Green+Blue) = 219+125+234=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 125 (49.22% from 255 or 21.63% from 578); Blue value is 234 (91.80% from 255 or 40.48% from 578); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB7DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7DEA is #248215. Grayscale: #A5A5A5. Windows color (decimal): -2392598 or 15367643. OLE color: 15367643.
HSL color Cylindrical-coordinate representation of color #DB7DEA: hue angle of 291.74º degrees, saturation: 0.72, 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 #DB7DEA is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 125 | 234 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.08 |
| HSL | 291.74º | 0.72% | 0.7% | - |
| HSV(B) | 291.74º | 0.47% | 0.92% | - |
| XYZ | 51.4 | 35.67 | 82.02 | - |
| YUV | 165.53 | 166.64 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 125 | 234 | 0.06 | 0.47 | 0 | 0.08 | 291.74 | 0.72 | 0.7 |
| Hex | DB | 7D | EA | 6 | 2F | 0 | 8 | 124 | 48 | 46 |
| Octal | 333 | 175 | 352 | 6 | 57 | 0 | 10 | 444 | 110 | 106 |
| Binary | 11011011 | 1111101 | 11101010 | 110 | 101111 | 0 | 1000 | 100100100 | 1001000 | 1000110 |
Color Harmonies of #DB7DEA
Complementary color
Monochromatic Colors of #DB7DEA
Black with #DB7DEA
Text Example
Text Example
White with #DB7DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7DEA; }
p { color: rgb(219,125,234); }
H1.HeaderClassName
{
color: #DB7DEA;
}
.AnyTagClassName
{
color: #DB7DEA;
}
</style>
background-color css
<style>
a { background-color: #DB7DEA; }
a { background-color: rgb(219,125,234); }
div.DivClassName
{
background-color: #DB7DEA;
}
.BgClassName
{
background-color: #DB7DEA;
}
</style>
border-color css
<style>
span { border-color: #DB7DEA; }
span { border-color: rgb(219,125,234); }
td.TdClassName
{
border-color: #DB7DEA;
}
.TagClassName
{
border-color: #DB7DEA;
}
</style>