Shades of Deep Magenta #D003B9
Tints of Deep Magenta #D003B9
RGB
CMYK
RGB Variations
Color information
#D003B9 (or 0xD003B9) is known color: Deep Magenta. HEX triplet: D0, 03 and B9. RGB value is (208,3,185). Sum of RGB (Red+Green+Blue) = 208+3+185=396 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.53% from 396); Green value is 3 (1.56% from 255 or 0.76% from 396); Blue value is 185 (72.66% from 255 or 46.72% from 396); Max value from RGB is 208 - color contains mainly: red. Hex color #D003B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D003B9 is #2FFC46. Grayscale: #545454. Windows color (decimal): -3144775 or 12125136. OLE color: 12125136.
HSL color Cylindrical-coordinate representation of color #D003B9: hue angle of 306.73º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D003B9 is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 3 | 185 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.18 |
| HSL | 306.73º | 0.97% | 0.41% | - |
| HSV(B) | 306.73º | 0.99% | 0.82% | - |
| XYZ | 34.8 | 16.98 | 47.34 | - |
| YUV | 85.04 | 184.42 | 215.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 3 | 185 | 0 | 0.99 | 0.11 | 0.18 | 306.73 | 0.97 | 0.41 |
| Hex | D0 | 3 | B9 | 0 | 63 | B | 12 | 133 | 61 | 29 |
| Octal | 320 | 3 | 271 | 0 | 143 | 13 | 22 | 463 | 141 | 51 |
| Binary | 11010000 | 11 | 10111001 | 0 | 1100011 | 1011 | 10010 | 100110011 | 1100001 | 101001 |
Color Harmonies of #D003B9
Complementary color
Monochromatic Colors of #D003B9
Black with #D003B9
Text Example
Text Example
White with #D003B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D003B9; }
p { color: rgb(208,3,185); }
H1.HeaderClassName
{
color: #D003B9;
}
.AnyTagClassName
{
color: #D003B9;
}
</style>
background-color css
<style>
a { background-color: #D003B9; }
a { background-color: rgb(208,3,185); }
div.DivClassName
{
background-color: #D003B9;
}
.BgClassName
{
background-color: #D003B9;
}
</style>
border-color css
<style>
span { border-color: #D003B9; }
span { border-color: rgb(208,3,185); }
td.TdClassName
{
border-color: #D003B9;
}
.TagClassName
{
border-color: #D003B9;
}
</style>