Shades of Deep Magenta #D00DB5
Tints of Deep Magenta #D00DB5
RGB
CMYK
RGB Variations
Color information
#D00DB5 (or 0xD00DB5) is known color: Deep Magenta. HEX triplet: D0, 0D and B5. RGB value is (208,13,181). Sum of RGB (Red+Green+Blue) = 208+13+181=402 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.74% from 402); Green value is 13 (5.47% from 255 or 3.23% from 402); Blue value is 181 (71.09% from 255 or 45.02% from 402); Max value from RGB is 208 - color contains mainly: red. Hex color #D00DB5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00DB5 is #2FF24A. Grayscale: #595959. Windows color (decimal): -3142219 or 11865552. OLE color: 11865552.
HSL color Cylindrical-coordinate representation of color #D00DB5: hue angle of 308.31º 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 #D00DB5 is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 13 | 181 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.18 |
| HSL | 308.31º | 0.88% | 0.43% | - |
| HSV(B) | 308.31º | 0.94% | 0.82% | - |
| XYZ | 34.5 | 17.03 | 45.19 | - |
| YUV | 90.46 | 179.1 | 211.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 13 | 181 | 0 | 0.94 | 0.13 | 0.18 | 308.31 | 0.88 | 0.43 |
| Hex | D0 | D | B5 | 0 | 5E | D | 12 | 134 | 58 | 2B |
| Octal | 320 | 15 | 265 | 0 | 136 | 15 | 22 | 464 | 130 | 53 |
| Binary | 11010000 | 1101 | 10110101 | 0 | 1011110 | 1101 | 10010 | 100110100 | 1011000 | 101011 |
Color Harmonies of #D00DB5
Complementary color
Monochromatic Colors of #D00DB5
Black with #D00DB5
Text Example
Text Example
White with #D00DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00DB5; }
p { color: rgb(208,13,181); }
H1.HeaderClassName
{
color: #D00DB5;
}
.AnyTagClassName
{
color: #D00DB5;
}
</style>
background-color css
<style>
a { background-color: #D00DB5; }
a { background-color: rgb(208,13,181); }
div.DivClassName
{
background-color: #D00DB5;
}
.BgClassName
{
background-color: #D00DB5;
}
</style>
border-color css
<style>
span { border-color: #D00DB5; }
span { border-color: rgb(208,13,181); }
td.TdClassName
{
border-color: #D00DB5;
}
.TagClassName
{
border-color: #D00DB5;
}
</style>