Shades of Deep Magenta #D300B6
Tints of Deep Magenta #D300B6
RGB
CMYK
RGB Variations
Color information
#D300B6 (or 0xD300B6) is known color: Deep Magenta. HEX triplet: D3, 00 and B6. RGB value is (211,0,182). Sum of RGB (Red+Green+Blue) = 211+0+182=393 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.69% from 393); Green value is 0 (0.39% from 255 or 0% from 393); Blue value is 182 (71.48% from 255 or 46.31% from 393); Max value from RGB is 211 - color contains mainly: red. Hex color #D300B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D300B6 is #2CFF49. Grayscale: #535353. Windows color (decimal): -2948938 or 11927763. OLE color: 11927763.
HSL color Cylindrical-coordinate representation of color #D300B6: hue angle of 308.25º 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 #D300B6 is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 0 | 182 | - |
| CMYK | 0 | 1 | 0.14 | 0.17 |
| HSL | 308.25º | 1% | 0.41% | - |
| HSV(B) | 308.25º | 1% | 0.83% | - |
| XYZ | 35.31 | 17.23 | 45.72 | - |
| YUV | 83.84 | 183.4 | 218.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 0 | 182 | 0 | 1 | 0.14 | 0.17 | 308.25 | 1 | 0.41 |
| Hex | D3 | 0 | B6 | 0 | 64 | E | 11 | 134 | 64 | 29 |
| Octal | 323 | 0 | 266 | 0 | 144 | 16 | 21 | 464 | 144 | 51 |
| Binary | 11010011 | 0 | 10110110 | 0 | 1100100 | 1110 | 10001 | 100110100 | 1100100 | 101001 |
Color Harmonies of #D300B6
Complementary color
Monochromatic Colors of #D300B6
Black with #D300B6
Text Example
Text Example
White with #D300B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D300B6; }
p { color: rgb(211,0,182); }
H1.HeaderClassName
{
color: #D300B6;
}
.AnyTagClassName
{
color: #D300B6;
}
</style>
background-color css
<style>
a { background-color: #D300B6; }
a { background-color: rgb(211,0,182); }
div.DivClassName
{
background-color: #D300B6;
}
.BgClassName
{
background-color: #D300B6;
}
</style>
border-color css
<style>
span { border-color: #D300B6; }
span { border-color: rgb(211,0,182); }
td.TdClassName
{
border-color: #D300B6;
}
.TagClassName
{
border-color: #D300B6;
}
</style>