Shades of Deep Magenta #DB0BCF
Tints of Deep Magenta #DB0BCF
RGB
CMYK
RGB Variations
Color information
#DB0BCF (or 0xDB0BCF) is known color: Deep Magenta. HEX triplet: DB, 0B and CF. RGB value is (219,11,207). Sum of RGB (Red+Green+Blue) = 219+11+207=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 11 (4.69% from 255 or 2.52% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0BCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0BCF is #24F430. Grayscale: #5E5E5E. Windows color (decimal): -2421809 or 13568987. OLE color: 13568987.
HSL color Cylindrical-coordinate representation of color #DB0BCF: hue angle of 303.46º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB0BCF is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 11 | 207 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.14 |
| HSL | 303.46º | 0.9% | 0.45% | - |
| HSV(B) | 303.46º | 0.95% | 0.86% | - |
| XYZ | 40.6 | 19.8 | 60.71 | - |
| YUV | 95.54 | 190.91 | 216.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 11 | 207 | 0 | 0.95 | 0.05 | 0.14 | 303.46 | 0.9 | 0.45 |
| Hex | DB | B | CF | 0 | 5F | 5 | E | 12F | 5A | 2D |
| Octal | 333 | 13 | 317 | 0 | 137 | 5 | 16 | 457 | 132 | 55 |
| Binary | 11011011 | 1011 | 11001111 | 0 | 1011111 | 101 | 1110 | 100101111 | 1011010 | 101101 |
Color Harmonies of #DB0BCF
Complementary color
Monochromatic Colors of #DB0BCF
Black with #DB0BCF
Text Example
Text Example
White with #DB0BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0BCF; }
p { color: rgb(219,11,207); }
H1.HeaderClassName
{
color: #DB0BCF;
}
.AnyTagClassName
{
color: #DB0BCF;
}
</style>
background-color css
<style>
a { background-color: #DB0BCF; }
a { background-color: rgb(219,11,207); }
div.DivClassName
{
background-color: #DB0BCF;
}
.BgClassName
{
background-color: #DB0BCF;
}
</style>
border-color css
<style>
span { border-color: #DB0BCF; }
span { border-color: rgb(219,11,207); }
td.TdClassName
{
border-color: #DB0BCF;
}
.TagClassName
{
border-color: #DB0BCF;
}
</style>