Shades of Deep Magenta #D300C0
Tints of Deep Magenta #D300C0
RGB
CMYK
RGB Variations
Color information
#D300C0 (or 0xD300C0) is known color: Deep Magenta. HEX triplet: D3, 00 and C0. RGB value is (211,0,192). Sum of RGB (Red+Green+Blue) = 211+0+192=403 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.36% from 403); Green value is 0 (0.39% from 255 or 0% from 403); Blue value is 192 (75.39% from 255 or 47.64% from 403); Max value from RGB is 211 - color contains mainly: red. Hex color #D300C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D300C0 is #2CFF3F. Grayscale: #545454. Windows color (decimal): -2948928 or 12583123. OLE color: 12583123.
HSL color Cylindrical-coordinate representation of color #D300C0: hue angle of 305.4º 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 #D300C0 is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 0 | 192 | - |
| CMYK | 0 | 1 | 0.09 | 0.17 |
| HSL | 305.4º | 1% | 0.41% | - |
| HSV(B) | 305.4º | 1% | 0.83% | - |
| XYZ | 36.38 | 17.65 | 51.36 | - |
| YUV | 84.98 | 188.4 | 217.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 0 | 192 | 0 | 1 | 0.09 | 0.17 | 305.4 | 1 | 0.41 |
| Hex | D3 | 0 | C0 | 0 | 64 | 9 | 11 | 131 | 64 | 29 |
| Octal | 323 | 0 | 300 | 0 | 144 | 11 | 21 | 461 | 144 | 51 |
| Binary | 11010011 | 0 | 11000000 | 0 | 1100100 | 1001 | 10001 | 100110001 | 1100100 | 101001 |
Color Harmonies of #D300C0
Complementary color
Monochromatic Colors of #D300C0
Black with #D300C0
Text Example
Text Example
White with #D300C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D300C0; }
p { color: rgb(211,0,192); }
H1.HeaderClassName
{
color: #D300C0;
}
.AnyTagClassName
{
color: #D300C0;
}
</style>
background-color css
<style>
a { background-color: #D300C0; }
a { background-color: rgb(211,0,192); }
div.DivClassName
{
background-color: #D300C0;
}
.BgClassName
{
background-color: #D300C0;
}
</style>
border-color css
<style>
span { border-color: #D300C0; }
span { border-color: rgb(211,0,192); }
td.TdClassName
{
border-color: #D300C0;
}
.TagClassName
{
border-color: #D300C0;
}
</style>