Shades of Deep Magenta #D300B3
Tints of Deep Magenta #D300B3
RGB
CMYK
RGB Variations
Color information
#D300B3 (or 0xD300B3) is known color: Deep Magenta. HEX triplet: D3, 00 and B3. RGB value is (211,0,179). Sum of RGB (Red+Green+Blue) = 211+0+179=390 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.10% from 390); Green value is 0 (0.39% from 255 or 0% from 390); Blue value is 179 (70.31% from 255 or 45.90% from 390); Max value from RGB is 211 - color contains mainly: red. Hex color #D300B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D300B3 is #2CFF4C. Grayscale: #525252. Windows color (decimal): -2948941 or 11731155. OLE color: 11731155.
HSL color Cylindrical-coordinate representation of color #D300B3: hue angle of 309.1º 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 #D300B3 is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 0 | 179 | - |
| CMYK | 0 | 1 | 0.15 | 0.17 |
| HSL | 309.1º | 1% | 0.41% | - |
| HSV(B) | 309.1º | 1% | 0.83% | - |
| XYZ | 35 | 17.1 | 44.1 | - |
| YUV | 83.5 | 181.9 | 218.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 0 | 179 | 0 | 1 | 0.15 | 0.17 | 309.1 | 1 | 0.41 |
| Hex | D3 | 0 | B3 | 0 | 64 | F | 11 | 135 | 64 | 29 |
| Octal | 323 | 0 | 263 | 0 | 144 | 17 | 21 | 465 | 144 | 51 |
| Binary | 11010011 | 0 | 10110011 | 0 | 1100100 | 1111 | 10001 | 100110101 | 1100100 | 101001 |
Color Harmonies of #D300B3
Complementary color
Monochromatic Colors of #D300B3
Black with #D300B3
Text Example
Text Example
White with #D300B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D300B3; }
p { color: rgb(211,0,179); }
H1.HeaderClassName
{
color: #D300B3;
}
.AnyTagClassName
{
color: #D300B3;
}
</style>
background-color css
<style>
a { background-color: #D300B3; }
a { background-color: rgb(211,0,179); }
div.DivClassName
{
background-color: #D300B3;
}
.BgClassName
{
background-color: #D300B3;
}
</style>
border-color css
<style>
span { border-color: #D300B3; }
span { border-color: rgb(211,0,179); }
td.TdClassName
{
border-color: #D300B3;
}
.TagClassName
{
border-color: #D300B3;
}
</style>