Shades of Deep Magenta #D003B7
Tints of Deep Magenta #D003B7
RGB
CMYK
RGB Variations
Color information
#D003B7 (or 0xD003B7) is known color: Deep Magenta. HEX triplet: D0, 03 and B7. RGB value is (208,3,183). Sum of RGB (Red+Green+Blue) = 208+3+183=394 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.79% from 394); Green value is 3 (1.56% from 255 or 0.76% from 394); Blue value is 183 (71.88% from 255 or 46.45% from 394); Max value from RGB is 208 - color contains mainly: red. Hex color #D003B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D003B7 is #2FFC48. Grayscale: #545454. Windows color (decimal): -3144777 or 11994064. OLE color: 11994064.
HSL color Cylindrical-coordinate representation of color #D003B7: hue angle of 307.32º 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 #D003B7 is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 3 | 183 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.18 |
| HSL | 307.32º | 0.97% | 0.41% | - |
| HSV(B) | 307.32º | 0.99% | 0.82% | - |
| XYZ | 34.59 | 16.89 | 46.24 | - |
| YUV | 84.82 | 183.42 | 215.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 3 | 183 | 0 | 0.99 | 0.12 | 0.18 | 307.32 | 0.97 | 0.41 |
| Hex | D0 | 3 | B7 | 0 | 63 | C | 12 | 133 | 61 | 29 |
| Octal | 320 | 3 | 267 | 0 | 143 | 14 | 22 | 463 | 141 | 51 |
| Binary | 11010000 | 11 | 10110111 | 0 | 1100011 | 1100 | 10010 | 100110011 | 1100001 | 101001 |
Color Harmonies of #D003B7
Complementary color
Monochromatic Colors of #D003B7
Black with #D003B7
Text Example
Text Example
White with #D003B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D003B7; }
p { color: rgb(208,3,183); }
H1.HeaderClassName
{
color: #D003B7;
}
.AnyTagClassName
{
color: #D003B7;
}
</style>
background-color css
<style>
a { background-color: #D003B7; }
a { background-color: rgb(208,3,183); }
div.DivClassName
{
background-color: #D003B7;
}
.BgClassName
{
background-color: #D003B7;
}
</style>
border-color css
<style>
span { border-color: #D003B7; }
span { border-color: rgb(208,3,183); }
td.TdClassName
{
border-color: #D003B7;
}
.TagClassName
{
border-color: #D003B7;
}
</style>