Shades of Deep Magenta #D303BD
Tints of Deep Magenta #D303BD
RGB
CMYK
RGB Variations
Color information
#D303BD (or 0xD303BD) is known color: Deep Magenta. HEX triplet: D3, 03 and BD. RGB value is (211,3,189). Sum of RGB (Red+Green+Blue) = 211+3+189=403 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.36% from 403); Green value is 3 (1.56% from 255 or 0.74% from 403); Blue value is 189 (74.22% from 255 or 46.90% from 403); Max value from RGB is 211 - color contains mainly: red. Hex color #D303BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D303BD is #2CFC42. Grayscale: #555555. Windows color (decimal): -2948163 or 12387283. OLE color: 12387283.
HSL color Cylindrical-coordinate representation of color #D303BD: hue angle of 306.35º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D303BD is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 3 | 189 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.17 |
| HSL | 306.35º | 0.97% | 0.42% | - |
| HSV(B) | 306.35º | 0.99% | 0.83% | - |
| XYZ | 36.08 | 17.59 | 49.64 | - |
| YUV | 86.4 | 185.91 | 216.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 3 | 189 | 0 | 0.99 | 0.10 | 0.17 | 306.35 | 0.97 | 0.42 |
| Hex | D3 | 3 | BD | 0 | 63 | A | 11 | 132 | 61 | 2A |
| Octal | 323 | 3 | 275 | 0 | 143 | 12 | 21 | 462 | 141 | 52 |
| Binary | 11010011 | 11 | 10111101 | 0 | 1100011 | 1010 | 10001 | 100110010 | 1100001 | 101010 |
Color Harmonies of #D303BD
Complementary color
Monochromatic Colors of #D303BD
Black with #D303BD
Text Example
Text Example
White with #D303BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D303BD; }
p { color: rgb(211,3,189); }
H1.HeaderClassName
{
color: #D303BD;
}
.AnyTagClassName
{
color: #D303BD;
}
</style>
background-color css
<style>
a { background-color: #D303BD; }
a { background-color: rgb(211,3,189); }
div.DivClassName
{
background-color: #D303BD;
}
.BgClassName
{
background-color: #D303BD;
}
</style>
border-color css
<style>
span { border-color: #D303BD; }
span { border-color: rgb(211,3,189); }
td.TdClassName
{
border-color: #D303BD;
}
.TagClassName
{
border-color: #D303BD;
}
</style>