Shades of Deep Magenta #D903BE
Tints of Deep Magenta #D903BE
RGB
CMYK
RGB Variations
Color information
#D903BE (or 0xD903BE) is known color: Deep Magenta. HEX triplet: D9, 03 and BE. RGB value is (217,3,190). Sum of RGB (Red+Green+Blue) = 217+3+190=410 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.93% from 410); Green value is 3 (1.56% from 255 or 0.73% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 217 - color contains mainly: red. Hex color #D903BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D903BE is #26FC41. Grayscale: #575757. Windows color (decimal): -2554946 or 12452825. OLE color: 12452825.
HSL color Cylindrical-coordinate representation of color #D903BE: hue angle of 307.57º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D903BE is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 3 | 190 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.15 |
| HSL | 307.57º | 0.97% | 0.43% | - |
| HSV(B) | 307.57º | 0.99% | 0.85% | - |
| XYZ | 37.94 | 18.53 | 50.29 | - |
| YUV | 88.3 | 185.4 | 219.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 3 | 190 | 0 | 0.99 | 0.12 | 0.15 | 307.57 | 0.97 | 0.43 |
| Hex | D9 | 3 | BE | 0 | 63 | C | F | 134 | 61 | 2B |
| Octal | 331 | 3 | 276 | 0 | 143 | 14 | 17 | 464 | 141 | 53 |
| Binary | 11011001 | 11 | 10111110 | 0 | 1100011 | 1100 | 1111 | 100110100 | 1100001 | 101011 |
Color Harmonies of #D903BE
Complementary color
Monochromatic Colors of #D903BE
Black with #D903BE
Text Example
Text Example
White with #D903BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D903BE; }
p { color: rgb(217,3,190); }
H1.HeaderClassName
{
color: #D903BE;
}
.AnyTagClassName
{
color: #D903BE;
}
</style>
background-color css
<style>
a { background-color: #D903BE; }
a { background-color: rgb(217,3,190); }
div.DivClassName
{
background-color: #D903BE;
}
.BgClassName
{
background-color: #D903BE;
}
</style>
border-color css
<style>
span { border-color: #D903BE; }
span { border-color: rgb(217,3,190); }
td.TdClassName
{
border-color: #D903BE;
}
.TagClassName
{
border-color: #D903BE;
}
</style>