Shades of Deep Magenta #DB0CDD
Tints of Deep Magenta #DB0CDD
RGB
CMYK
RGB Variations
Color information
#DB0CDD (or 0xDB0CDD) is known color: Deep Magenta. HEX triplet: DB, 0C and DD. RGB value is (219,12,221). Sum of RGB (Red+Green+Blue) = 219+12+221=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 12 (5.08% from 255 or 2.65% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB0CDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0CDD is #24F322. Grayscale: #616161. Windows color (decimal): -2421539 or 14486747. OLE color: 14486747.
HSL color Cylindrical-coordinate representation of color #DB0CDD: hue angle of 299.43º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB0CDD is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 12 | 221 | - |
| CMYK | 0.01 | 0.95 | 0 | 0.13 |
| HSL | 299.43º | 0.9% | 0.46% | - |
| HSV(B) | 299.43º | 0.95% | 0.87% | - |
| XYZ | 42.4 | 20.54 | 70.14 | - |
| YUV | 97.72 | 197.58 | 214.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 12 | 221 | 0.01 | 0.95 | 0 | 0.13 | 299.43 | 0.9 | 0.46 |
| Hex | DB | C | DD | 1 | 5F | 0 | D | 12B | 5A | 2E |
| Octal | 333 | 14 | 335 | 1 | 137 | 0 | 15 | 453 | 132 | 56 |
| Binary | 11011011 | 1100 | 11011101 | 1 | 1011111 | 0 | 1101 | 100101011 | 1011010 | 101110 |
Color Harmonies of #DB0CDD
Complementary color
Monochromatic Colors of #DB0CDD
Black with #DB0CDD
Text Example
Text Example
White with #DB0CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0CDD; }
p { color: rgb(219,12,221); }
H1.HeaderClassName
{
color: #DB0CDD;
}
.AnyTagClassName
{
color: #DB0CDD;
}
</style>
background-color css
<style>
a { background-color: #DB0CDD; }
a { background-color: rgb(219,12,221); }
div.DivClassName
{
background-color: #DB0CDD;
}
.BgClassName
{
background-color: #DB0CDD;
}
</style>
border-color css
<style>
span { border-color: #DB0CDD; }
span { border-color: rgb(219,12,221); }
td.TdClassName
{
border-color: #DB0CDD;
}
.TagClassName
{
border-color: #DB0CDD;
}
</style>