Shades of Deep Magenta #D300BD
Tints of Deep Magenta #D300BD
RGB
CMYK
RGB Variations
Color information
#D300BD (or 0xD300BD) is known color: Deep Magenta. HEX triplet: D3, 00 and BD. RGB value is (211,0,189). Sum of RGB (Red+Green+Blue) = 211+0+189=400 (52% of max value = 765). Red value is 211 (82.81% from 255 or 52.75% from 400); Green value is 0 (0.39% from 255 or 0% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 211 - color contains mainly: red. Hex color #D300BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D300BD is #2CFF42. Grayscale: #545454. Windows color (decimal): -2948931 or 12386515. OLE color: 12386515.
HSL color Cylindrical-coordinate representation of color #D300BD: hue angle of 306.26º 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 #D300BD is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 0 | 189 | - |
| CMYK | 0 | 1 | 0.10 | 0.17 |
| HSL | 306.26º | 1% | 0.41% | - |
| HSV(B) | 306.26º | 1% | 0.83% | - |
| XYZ | 36.05 | 17.52 | 49.63 | - |
| YUV | 84.64 | 186.9 | 218.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 0 | 189 | 0 | 1 | 0.10 | 0.17 | 306.26 | 1 | 0.41 |
| Hex | D3 | 0 | BD | 0 | 64 | A | 11 | 132 | 64 | 29 |
| Octal | 323 | 0 | 275 | 0 | 144 | 12 | 21 | 462 | 144 | 51 |
| Binary | 11010011 | 0 | 10111101 | 0 | 1100100 | 1010 | 10001 | 100110010 | 1100100 | 101001 |
Color Harmonies of #D300BD
Complementary color
Monochromatic Colors of #D300BD
Black with #D300BD
Text Example
Text Example
White with #D300BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D300BD; }
p { color: rgb(211,0,189); }
H1.HeaderClassName
{
color: #D300BD;
}
.AnyTagClassName
{
color: #D300BD;
}
</style>
background-color css
<style>
a { background-color: #D300BD; }
a { background-color: rgb(211,0,189); }
div.DivClassName
{
background-color: #D300BD;
}
.BgClassName
{
background-color: #D300BD;
}
</style>
border-color css
<style>
span { border-color: #D300BD; }
span { border-color: rgb(211,0,189); }
td.TdClassName
{
border-color: #D300BD;
}
.TagClassName
{
border-color: #D300BD;
}
</style>