Shades of Violet #DB7FEA
Tints of Violet #DB7FEA
RGB
CMYK
RGB Variations
Color information
#DB7FEA (or 0xDB7FEA) is known color: Violet. HEX triplet: DB, 7F and EA. RGB value is (219,127,234). Sum of RGB (Red+Green+Blue) = 219+127+234=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 127 (50% from 255 or 21.90% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB7FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7FEA is #248015. Grayscale: #A6A6A6. Windows color (decimal): -2392086 or 15368155. OLE color: 15368155.
HSL color Cylindrical-coordinate representation of color #DB7FEA: hue angle of 291.59º 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 #DB7FEA is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 127 | 234 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.08 |
| HSL | 291.59º | 0.72% | 0.71% | - |
| HSV(B) | 291.59º | 0.46% | 0.92% | - |
| XYZ | 51.65 | 36.18 | 82.1 | - |
| YUV | 166.71 | 165.98 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 127 | 234 | 0.06 | 0.46 | 0 | 0.08 | 291.59 | 0.72 | 0.71 |
| Hex | DB | 7F | EA | 6 | 2E | 0 | 8 | 124 | 48 | 47 |
| Octal | 333 | 177 | 352 | 6 | 56 | 0 | 10 | 444 | 110 | 107 |
| Binary | 11011011 | 1111111 | 11101010 | 110 | 101110 | 0 | 1000 | 100100100 | 1001000 | 1000111 |
Color Harmonies of #DB7FEA
Complementary color
Monochromatic Colors of #DB7FEA
Black with #DB7FEA
Text Example
Text Example
White with #DB7FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7FEA; }
p { color: rgb(219,127,234); }
H1.HeaderClassName
{
color: #DB7FEA;
}
.AnyTagClassName
{
color: #DB7FEA;
}
</style>
background-color css
<style>
a { background-color: #DB7FEA; }
a { background-color: rgb(219,127,234); }
div.DivClassName
{
background-color: #DB7FEA;
}
.BgClassName
{
background-color: #DB7FEA;
}
</style>
border-color css
<style>
span { border-color: #DB7FEA; }
span { border-color: rgb(219,127,234); }
td.TdClassName
{
border-color: #DB7FEA;
}
.TagClassName
{
border-color: #DB7FEA;
}
</style>