Shades of Deep Magenta #D303AD
Tints of Deep Magenta #D303AD
RGB
CMYK
RGB Variations
Color information
#D303AD (or 0xD303AD) is known color: Deep Magenta. HEX triplet: D3, 03 and AD. RGB value is (211,3,173). Sum of RGB (Red+Green+Blue) = 211+3+173=387 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.52% from 387); Green value is 3 (1.56% from 255 or 0.78% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 211 - color contains mainly: red. Hex color #D303AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D303AD is #2CFC52. Grayscale: #545454. Windows color (decimal): -2948179 or 11338707. OLE color: 11338707.
HSL color Cylindrical-coordinate representation of color #D303AD: hue angle of 310.96º 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 #D303AD is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 3 | 173 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.17 |
| HSL | 310.96º | 0.97% | 0.42% | - |
| HSV(B) | 310.96º | 0.99% | 0.83% | - |
| XYZ | 34.44 | 16.93 | 40.99 | - |
| YUV | 84.57 | 177.91 | 218.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 3 | 173 | 0 | 0.99 | 0.18 | 0.17 | 310.96 | 0.97 | 0.42 |
| Hex | D3 | 3 | AD | 0 | 63 | 12 | 11 | 137 | 61 | 2A |
| Octal | 323 | 3 | 255 | 0 | 143 | 22 | 21 | 467 | 141 | 52 |
| Binary | 11010011 | 11 | 10101101 | 0 | 1100011 | 10010 | 10001 | 100110111 | 1100001 | 101010 |
Color Harmonies of #D303AD
Complementary color
Monochromatic Colors of #D303AD
Black with #D303AD
Text Example
Text Example
White with #D303AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D303AD; }
p { color: rgb(211,3,173); }
H1.HeaderClassName
{
color: #D303AD;
}
.AnyTagClassName
{
color: #D303AD;
}
</style>
background-color css
<style>
a { background-color: #D303AD; }
a { background-color: rgb(211,3,173); }
div.DivClassName
{
background-color: #D303AD;
}
.BgClassName
{
background-color: #D303AD;
}
</style>
border-color css
<style>
span { border-color: #D303AD; }
span { border-color: rgb(211,3,173); }
td.TdClassName
{
border-color: #D303AD;
}
.TagClassName
{
border-color: #D303AD;
}
</style>