Shades of Deep Magenta #D300BE
Tints of Deep Magenta #D300BE
RGB
CMYK
RGB Variations
Color information
#D300BE (or 0xD300BE) is known color: Deep Magenta. HEX triplet: D3, 00 and BE. RGB value is (211,0,190). Sum of RGB (Red+Green+Blue) = 211+0+190=401 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.62% from 401); Green value is 0 (0.39% from 255 or 0% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 211 - color contains mainly: red. Hex color #D300BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D300BE is #2CFF41. Grayscale: #545454. Windows color (decimal): -2948930 or 12452051. OLE color: 12452051.
HSL color Cylindrical-coordinate representation of color #D300BE: hue angle of 305.97º 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 #D300BE is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 0 | 190 | - |
| CMYK | 0 | 1 | 0.10 | 0.17 |
| HSL | 305.97º | 1% | 0.41% | - |
| HSV(B) | 305.97º | 1% | 0.83% | - |
| XYZ | 36.16 | 17.57 | 50.2 | - |
| YUV | 84.75 | 187.4 | 218.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 0 | 190 | 0 | 1 | 0.10 | 0.17 | 305.97 | 1 | 0.41 |
| Hex | D3 | 0 | BE | 0 | 64 | A | 11 | 132 | 64 | 29 |
| Octal | 323 | 0 | 276 | 0 | 144 | 12 | 21 | 462 | 144 | 51 |
| Binary | 11010011 | 0 | 10111110 | 0 | 1100100 | 1010 | 10001 | 100110010 | 1100100 | 101001 |
Color Harmonies of #D300BE
Complementary color
Monochromatic Colors of #D300BE
Black with #D300BE
Text Example
Text Example
White with #D300BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D300BE; }
p { color: rgb(211,0,190); }
H1.HeaderClassName
{
color: #D300BE;
}
.AnyTagClassName
{
color: #D300BE;
}
</style>
background-color css
<style>
a { background-color: #D300BE; }
a { background-color: rgb(211,0,190); }
div.DivClassName
{
background-color: #D300BE;
}
.BgClassName
{
background-color: #D300BE;
}
</style>
border-color css
<style>
span { border-color: #D300BE; }
span { border-color: rgb(211,0,190); }
td.TdClassName
{
border-color: #D300BE;
}
.TagClassName
{
border-color: #D300BE;
}
</style>