Shades of Deep Magenta #D003B8
Tints of Deep Magenta #D003B8
RGB
CMYK
RGB Variations
Color information
#D003B8 (or 0xD003B8) is known color: Deep Magenta. HEX triplet: D0, 03 and B8. RGB value is (208,3,184). Sum of RGB (Red+Green+Blue) = 208+3+184=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 3 (1.56% from 255 or 0.76% from 395); Blue value is 184 (72.27% from 255 or 46.58% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D003B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D003B8 is #2FFC47. Grayscale: #545454. Windows color (decimal): -3144776 or 12059600. OLE color: 12059600.
HSL color Cylindrical-coordinate representation of color #D003B8: hue angle of 307.02º 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 #D003B8 is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 3 | 184 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.18 |
| HSL | 307.02º | 0.97% | 0.41% | - |
| HSV(B) | 307.02º | 0.99% | 0.82% | - |
| XYZ | 34.7 | 16.94 | 46.79 | - |
| YUV | 84.93 | 183.92 | 215.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 3 | 184 | 0 | 0.99 | 0.12 | 0.18 | 307.02 | 0.97 | 0.41 |
| Hex | D0 | 3 | B8 | 0 | 63 | C | 12 | 133 | 61 | 29 |
| Octal | 320 | 3 | 270 | 0 | 143 | 14 | 22 | 463 | 141 | 51 |
| Binary | 11010000 | 11 | 10111000 | 0 | 1100011 | 1100 | 10010 | 100110011 | 1100001 | 101001 |
Color Harmonies of #D003B8
Complementary color
Monochromatic Colors of #D003B8
Black with #D003B8
Text Example
Text Example
White with #D003B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D003B8; }
p { color: rgb(208,3,184); }
H1.HeaderClassName
{
color: #D003B8;
}
.AnyTagClassName
{
color: #D003B8;
}
</style>
background-color css
<style>
a { background-color: #D003B8; }
a { background-color: rgb(208,3,184); }
div.DivClassName
{
background-color: #D003B8;
}
.BgClassName
{
background-color: #D003B8;
}
</style>
border-color css
<style>
span { border-color: #D003B8; }
span { border-color: rgb(208,3,184); }
td.TdClassName
{
border-color: #D003B8;
}
.TagClassName
{
border-color: #D003B8;
}
</style>