Shades of Deep Magenta #D300CD
Tints of Deep Magenta #D300CD
RGB
CMYK
RGB Variations
Color information
#D300CD (or 0xD300CD) is known color: Deep Magenta. HEX triplet: D3, 00 and CD. RGB value is (211,0,205). Sum of RGB (Red+Green+Blue) = 211+0+205=416 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.72% from 416); Green value is 0 (0.39% from 255 or 0% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 211 - color contains mainly: red. Hex color #D300CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D300CD is #2CFF32. Grayscale: #555555. Windows color (decimal): -2948915 or 13435091. OLE color: 13435091.
HSL color Cylindrical-coordinate representation of color #D300CD: hue angle of 301.71º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D300CD is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 0 | 205 | - |
| CMYK | 0 | 1 | 0.03 | 0.17 |
| HSL | 301.71º | 1% | 0.41% | - |
| HSV(B) | 301.71º | 1% | 0.83% | - |
| XYZ | 37.88 | 18.26 | 59.28 | - |
| YUV | 86.46 | 194.9 | 216.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 0 | 205 | 0 | 1 | 0.03 | 0.17 | 301.71 | 1 | 0.41 |
| Hex | D3 | 0 | CD | 0 | 64 | 3 | 11 | 12E | 64 | 29 |
| Octal | 323 | 0 | 315 | 0 | 144 | 3 | 21 | 456 | 144 | 51 |
| Binary | 11010011 | 0 | 11001101 | 0 | 1100100 | 11 | 10001 | 100101110 | 1100100 | 101001 |
Color Harmonies of #D300CD
Complementary color
Monochromatic Colors of #D300CD
Black with #D300CD
Text Example
Text Example
White with #D300CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D300CD; }
p { color: rgb(211,0,205); }
H1.HeaderClassName
{
color: #D300CD;
}
.AnyTagClassName
{
color: #D300CD;
}
</style>
background-color css
<style>
a { background-color: #D300CD; }
a { background-color: rgb(211,0,205); }
div.DivClassName
{
background-color: #D300CD;
}
.BgClassName
{
background-color: #D300CD;
}
</style>
border-color css
<style>
span { border-color: #D300CD; }
span { border-color: rgb(211,0,205); }
td.TdClassName
{
border-color: #D300CD;
}
.TagClassName
{
border-color: #D300CD;
}
</style>