Shades of Deep Magenta #D303BE
Tints of Deep Magenta #D303BE
RGB
CMYK
RGB Variations
Color information
#D303BE (or 0xD303BE) is known color: Deep Magenta. HEX triplet: D3, 03 and BE. RGB value is (211,3,190). Sum of RGB (Red+Green+Blue) = 211+3+190=404 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.23% from 404); Green value is 3 (1.56% from 255 or 0.74% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 211 - color contains mainly: red. Hex color #D303BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D303BE is #2CFC41. Grayscale: #555555. Windows color (decimal): -2948162 or 12452819. OLE color: 12452819.
HSL color Cylindrical-coordinate representation of color #D303BE: hue angle of 306.06º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D303BE is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 3 | 190 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.17 |
| HSL | 306.06º | 0.97% | 0.42% | - |
| HSV(B) | 306.06º | 0.99% | 0.83% | - |
| XYZ | 36.19 | 17.63 | 50.21 | - |
| YUV | 86.51 | 186.41 | 216.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 3 | 190 | 0 | 0.99 | 0.10 | 0.17 | 306.06 | 0.97 | 0.42 |
| Hex | D3 | 3 | BE | 0 | 63 | A | 11 | 132 | 61 | 2A |
| Octal | 323 | 3 | 276 | 0 | 143 | 12 | 21 | 462 | 141 | 52 |
| Binary | 11010011 | 11 | 10111110 | 0 | 1100011 | 1010 | 10001 | 100110010 | 1100001 | 101010 |
Color Harmonies of #D303BE
Complementary color
Monochromatic Colors of #D303BE
Black with #D303BE
Text Example
Text Example
White with #D303BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D303BE; }
p { color: rgb(211,3,190); }
H1.HeaderClassName
{
color: #D303BE;
}
.AnyTagClassName
{
color: #D303BE;
}
</style>
background-color css
<style>
a { background-color: #D303BE; }
a { background-color: rgb(211,3,190); }
div.DivClassName
{
background-color: #D303BE;
}
.BgClassName
{
background-color: #D303BE;
}
</style>
border-color css
<style>
span { border-color: #D303BE; }
span { border-color: rgb(211,3,190); }
td.TdClassName
{
border-color: #D303BE;
}
.TagClassName
{
border-color: #D303BE;
}
</style>