Shades of Violet #DB8FEF
Tints of Violet #DB8FEF
RGB
CMYK
RGB Variations
Color information
#DB8FEF (or 0xDB8FEF) is known color: Violet. HEX triplet: DB, 8F and EF. RGB value is (219,143,239). Sum of RGB (Red+Green+Blue) = 219+143+239=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 143 (56.25% from 255 or 23.79% from 601); Blue value is 239 (93.75% from 255 or 39.77% from 601); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB8FEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8FEF is #247010. Grayscale: #B0B0B0. Windows color (decimal): -2387985 or 15699931. OLE color: 15699931.
HSL color Cylindrical-coordinate representation of color #DB8FEF: hue angle of 287.5º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB8FEF is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 143 | 239 | - |
| CMYK | 0.08 | 0.40 | 0 | 0.06 |
| HSL | 287.5º | 0.75% | 0.75% | - |
| HSV(B) | 287.5º | 0.4% | 0.94% | - |
| XYZ | 54.62 | 40.94 | 86.68 | - |
| YUV | 176.67 | 163.18 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 143 | 239 | 0.08 | 0.40 | 0 | 0.06 | 287.5 | 0.75 | 0.75 |
| Hex | DB | 8F | EF | 8 | 28 | 0 | 6 | 120 | 4B | 4B |
| Octal | 333 | 217 | 357 | 10 | 50 | 0 | 6 | 440 | 113 | 113 |
| Binary | 11011011 | 10001111 | 11101111 | 1000 | 101000 | 0 | 110 | 100100000 | 1001011 | 1001011 |
Color Harmonies of #DB8FEF
Complementary color
Monochromatic Colors of #DB8FEF
Black with #DB8FEF
Text Example
Text Example
White with #DB8FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8FEF; }
p { color: rgb(219,143,239); }
H1.HeaderClassName
{
color: #DB8FEF;
}
.AnyTagClassName
{
color: #DB8FEF;
}
</style>
background-color css
<style>
a { background-color: #DB8FEF; }
a { background-color: rgb(219,143,239); }
div.DivClassName
{
background-color: #DB8FEF;
}
.BgClassName
{
background-color: #DB8FEF;
}
</style>
border-color css
<style>
span { border-color: #DB8FEF; }
span { border-color: rgb(219,143,239); }
td.TdClassName
{
border-color: #DB8FEF;
}
.TagClassName
{
border-color: #DB8FEF;
}
</style>