Shades of Deep Magenta #D903B5
Tints of Deep Magenta #D903B5
RGB
CMYK
RGB Variations
Color information
#D903B5 (or 0xD903B5) is known color: Deep Magenta. HEX triplet: D9, 03 and B5. RGB value is (217,3,181). Sum of RGB (Red+Green+Blue) = 217+3+181=401 (53% of max value = 765). Red value is 217 (85.16% from 255 or 54.11% from 401); Green value is 3 (1.56% from 255 or 0.75% from 401); Blue value is 181 (71.09% from 255 or 45.14% from 401); Max value from RGB is 217 - color contains mainly: red. Hex color #D903B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D903B5 is #26FC4A. Grayscale: #565656. Windows color (decimal): -2554955 or 11863001. OLE color: 11863001.
HSL color Cylindrical-coordinate representation of color #D903B5: hue angle of 310.09º 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 #D903B5 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 3 | 181 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.15 |
| HSL | 310.09º | 0.97% | 0.43% | - |
| HSV(B) | 310.09º | 0.99% | 0.85% | - |
| XYZ | 36.99 | 18.15 | 45.27 | - |
| YUV | 87.28 | 180.9 | 220.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 3 | 181 | 0 | 0.99 | 0.17 | 0.15 | 310.09 | 0.97 | 0.43 |
| Hex | D9 | 3 | B5 | 0 | 63 | 11 | F | 136 | 61 | 2B |
| Octal | 331 | 3 | 265 | 0 | 143 | 21 | 17 | 466 | 141 | 53 |
| Binary | 11011001 | 11 | 10110101 | 0 | 1100011 | 10001 | 1111 | 100110110 | 1100001 | 101011 |
Color Harmonies of #D903B5
Complementary color
Monochromatic Colors of #D903B5
Black with #D903B5
Text Example
Text Example
White with #D903B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D903B5; }
p { color: rgb(217,3,181); }
H1.HeaderClassName
{
color: #D903B5;
}
.AnyTagClassName
{
color: #D903B5;
}
</style>
background-color css
<style>
a { background-color: #D903B5; }
a { background-color: rgb(217,3,181); }
div.DivClassName
{
background-color: #D903B5;
}
.BgClassName
{
background-color: #D903B5;
}
</style>
border-color css
<style>
span { border-color: #D903B5; }
span { border-color: rgb(217,3,181); }
td.TdClassName
{
border-color: #D903B5;
}
.TagClassName
{
border-color: #D903B5;
}
</style>