Shades of Deep Magenta #D300D0
Tints of Deep Magenta #D300D0
RGB
CMYK
RGB Variations
Color information
#D300D0 (or 0xD300D0) is known color: Deep Magenta. HEX triplet: D3, 00 and D0. RGB value is (211,0,208). Sum of RGB (Red+Green+Blue) = 211+0+208=419 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.36% from 419); Green value is 0 (0.39% from 255 or 0% from 419); Blue value is 208 (81.64% from 255 or 49.64% from 419); Max value from RGB is 211 - color contains mainly: red. Hex color #D300D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D300D0 is #2CFF2F. Grayscale: #565656. Windows color (decimal): -2948912 or 13631699. OLE color: 13631699.
HSL color Cylindrical-coordinate representation of color #D300D0: hue angle of 300.85º 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 #D300D0 is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 0 | 208 | - |
| CMYK | 0 | 1 | 0.01 | 0.17 |
| HSL | 300.85º | 1% | 0.41% | - |
| HSV(B) | 300.85º | 1% | 0.83% | - |
| XYZ | 38.25 | 18.4 | 61.21 | - |
| YUV | 86.8 | 196.4 | 216.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 0 | 208 | 0 | 1 | 0.01 | 0.17 | 300.85 | 1 | 0.41 |
| Hex | D3 | 0 | D0 | 0 | 64 | 1 | 11 | 12D | 64 | 29 |
| Octal | 323 | 0 | 320 | 0 | 144 | 1 | 21 | 455 | 144 | 51 |
| Binary | 11010011 | 0 | 11010000 | 0 | 1100100 | 1 | 10001 | 100101101 | 1100100 | 101001 |
Color Harmonies of #D300D0
Complementary color
Monochromatic Colors of #D300D0
Black with #D300D0
Text Example
Text Example
White with #D300D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D300D0; }
p { color: rgb(211,0,208); }
H1.HeaderClassName
{
color: #D300D0;
}
.AnyTagClassName
{
color: #D300D0;
}
</style>
background-color css
<style>
a { background-color: #D300D0; }
a { background-color: rgb(211,0,208); }
div.DivClassName
{
background-color: #D300D0;
}
.BgClassName
{
background-color: #D300D0;
}
</style>
border-color css
<style>
span { border-color: #D300D0; }
span { border-color: rgb(211,0,208); }
td.TdClassName
{
border-color: #D300D0;
}
.TagClassName
{
border-color: #D300D0;
}
</style>