Shades of Deep Magenta #D00DBD
Tints of Deep Magenta #D00DBD
RGB
CMYK
RGB Variations
Color information
#D00DBD (or 0xD00DBD) is known color: Deep Magenta. HEX triplet: D0, 0D and BD. RGB value is (208,13,189). Sum of RGB (Red+Green+Blue) = 208+13+189=410 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.73% from 410); Green value is 13 (5.47% from 255 or 3.17% from 410); Blue value is 189 (74.22% from 255 or 46.10% from 410); Max value from RGB is 208 - color contains mainly: red. Hex color #D00DBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00DBD is #2FF242. Grayscale: #5A5A5A. Windows color (decimal): -3142211 or 12389840. OLE color: 12389840.
HSL color Cylindrical-coordinate representation of color #D00DBD: hue angle of 305.85º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00DBD is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 13 | 189 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.18 |
| HSL | 305.85º | 0.88% | 0.43% | - |
| HSV(B) | 305.85º | 0.94% | 0.82% | - |
| XYZ | 35.34 | 17.37 | 49.63 | - |
| YUV | 91.37 | 183.1 | 211.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 13 | 189 | 0 | 0.94 | 0.09 | 0.18 | 305.85 | 0.88 | 0.43 |
| Hex | D0 | D | BD | 0 | 5E | 9 | 12 | 132 | 58 | 2B |
| Octal | 320 | 15 | 275 | 0 | 136 | 11 | 22 | 462 | 130 | 53 |
| Binary | 11010000 | 1101 | 10111101 | 0 | 1011110 | 1001 | 10010 | 100110010 | 1011000 | 101011 |
Color Harmonies of #D00DBD
Complementary color
Monochromatic Colors of #D00DBD
Black with #D00DBD
Text Example
Text Example
White with #D00DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00DBD; }
p { color: rgb(208,13,189); }
H1.HeaderClassName
{
color: #D00DBD;
}
.AnyTagClassName
{
color: #D00DBD;
}
</style>
background-color css
<style>
a { background-color: #D00DBD; }
a { background-color: rgb(208,13,189); }
div.DivClassName
{
background-color: #D00DBD;
}
.BgClassName
{
background-color: #D00DBD;
}
</style>
border-color css
<style>
span { border-color: #D00DBD; }
span { border-color: rgb(208,13,189); }
td.TdClassName
{
border-color: #D00DBD;
}
.TagClassName
{
border-color: #D00DBD;
}
</style>