Shades of Deep Magenta #D303CD
Tints of Deep Magenta #D303CD
RGB
CMYK
RGB Variations
Color information
#D303CD (or 0xD303CD) is known color: Deep Magenta. HEX triplet: D3, 03 and CD. RGB value is (211,3,205). Sum of RGB (Red+Green+Blue) = 211+3+205=419 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.36% from 419); Green value is 3 (1.56% from 255 or 0.72% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 211 - color contains mainly: red. Hex color #D303CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D303CD is #2CFC32. Grayscale: #575757. Windows color (decimal): -2948147 or 13435859. OLE color: 13435859.
HSL color Cylindrical-coordinate representation of color #D303CD: hue angle of 301.73º 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 #D303CD is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 3 | 205 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.17 |
| HSL | 301.73º | 0.97% | 0.42% | - |
| HSV(B) | 301.73º | 0.99% | 0.83% | - |
| XYZ | 37.92 | 18.32 | 59.3 | - |
| YUV | 88.22 | 193.91 | 215.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 3 | 205 | 0 | 0.99 | 0.03 | 0.17 | 301.73 | 0.97 | 0.42 |
| Hex | D3 | 3 | CD | 0 | 63 | 3 | 11 | 12E | 61 | 2A |
| Octal | 323 | 3 | 315 | 0 | 143 | 3 | 21 | 456 | 141 | 52 |
| Binary | 11010011 | 11 | 11001101 | 0 | 1100011 | 11 | 10001 | 100101110 | 1100001 | 101010 |
Color Harmonies of #D303CD
Complementary color
Monochromatic Colors of #D303CD
Black with #D303CD
Text Example
Text Example
White with #D303CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D303CD; }
p { color: rgb(211,3,205); }
H1.HeaderClassName
{
color: #D303CD;
}
.AnyTagClassName
{
color: #D303CD;
}
</style>
background-color css
<style>
a { background-color: #D303CD; }
a { background-color: rgb(211,3,205); }
div.DivClassName
{
background-color: #D303CD;
}
.BgClassName
{
background-color: #D303CD;
}
</style>
border-color css
<style>
span { border-color: #D303CD; }
span { border-color: rgb(211,3,205); }
td.TdClassName
{
border-color: #D303CD;
}
.TagClassName
{
border-color: #D303CD;
}
</style>