Shades of Deep Magenta #D300B9
Tints of Deep Magenta #D300B9
RGB
CMYK
RGB Variations
Color information
#D300B9 (or 0xD300B9) is known color: Deep Magenta. HEX triplet: D3, 00 and B9. RGB value is (211,0,185). Sum of RGB (Red+Green+Blue) = 211+0+185=396 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.28% from 396); Green value is 0 (0.39% from 255 or 0% from 396); Blue value is 185 (72.66% from 255 or 46.72% from 396); Max value from RGB is 211 - color contains mainly: red. Hex color #D300B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D300B9 is #2CFF46. Grayscale: #535353. Windows color (decimal): -2948935 or 12124371. OLE color: 12124371.
HSL color Cylindrical-coordinate representation of color #D300B9: hue angle of 307.39º 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 #D300B9 is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 0 | 185 | - |
| CMYK | 0 | 1 | 0.12 | 0.17 |
| HSL | 307.39º | 1% | 0.41% | - |
| HSV(B) | 307.39º | 1% | 0.83% | - |
| XYZ | 35.62 | 17.35 | 47.37 | - |
| YUV | 84.18 | 184.9 | 218.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 0 | 185 | 0 | 1 | 0.12 | 0.17 | 307.39 | 1 | 0.41 |
| Hex | D3 | 0 | B9 | 0 | 64 | C | 11 | 133 | 64 | 29 |
| Octal | 323 | 0 | 271 | 0 | 144 | 14 | 21 | 463 | 144 | 51 |
| Binary | 11010011 | 0 | 10111001 | 0 | 1100100 | 1100 | 10001 | 100110011 | 1100100 | 101001 |
Color Harmonies of #D300B9
Complementary color
Monochromatic Colors of #D300B9
Black with #D300B9
Text Example
Text Example
White with #D300B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D300B9; }
p { color: rgb(211,0,185); }
H1.HeaderClassName
{
color: #D300B9;
}
.AnyTagClassName
{
color: #D300B9;
}
</style>
background-color css
<style>
a { background-color: #D300B9; }
a { background-color: rgb(211,0,185); }
div.DivClassName
{
background-color: #D300B9;
}
.BgClassName
{
background-color: #D300B9;
}
</style>
border-color css
<style>
span { border-color: #D300B9; }
span { border-color: rgb(211,0,185); }
td.TdClassName
{
border-color: #D300B9;
}
.TagClassName
{
border-color: #D300B9;
}
</style>