Shades of Deep Magenta #D903B8
Tints of Deep Magenta #D903B8
RGB
CMYK
RGB Variations
Color information
#D903B8 (or 0xD903B8) is known color: Deep Magenta. HEX triplet: D9, 03 and B8. RGB value is (217,3,184). Sum of RGB (Red+Green+Blue) = 217+3+184=404 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.71% from 404); Green value is 3 (1.56% from 255 or 0.74% from 404); Blue value is 184 (72.27% from 255 or 45.54% from 404); Max value from RGB is 217 - color contains mainly: red. Hex color #D903B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D903B8 is #26FC47. Grayscale: #575757. Windows color (decimal): -2554952 or 12059609. OLE color: 12059609.
HSL color Cylindrical-coordinate representation of color #D903B8: hue angle of 309.25º 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 #D903B8 is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 3 | 184 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.15 |
| HSL | 309.25º | 0.97% | 0.43% | - |
| HSV(B) | 309.25º | 0.99% | 0.85% | - |
| XYZ | 37.3 | 18.28 | 46.91 | - |
| YUV | 87.62 | 182.4 | 220.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 3 | 184 | 0 | 0.99 | 0.15 | 0.15 | 309.25 | 0.97 | 0.43 |
| Hex | D9 | 3 | B8 | 0 | 63 | F | F | 135 | 61 | 2B |
| Octal | 331 | 3 | 270 | 0 | 143 | 17 | 17 | 465 | 141 | 53 |
| Binary | 11011001 | 11 | 10111000 | 0 | 1100011 | 1111 | 1111 | 100110101 | 1100001 | 101011 |
Color Harmonies of #D903B8
Complementary color
Monochromatic Colors of #D903B8
Black with #D903B8
Text Example
Text Example
White with #D903B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D903B8; }
p { color: rgb(217,3,184); }
H1.HeaderClassName
{
color: #D903B8;
}
.AnyTagClassName
{
color: #D903B8;
}
</style>
background-color css
<style>
a { background-color: #D903B8; }
a { background-color: rgb(217,3,184); }
div.DivClassName
{
background-color: #D903B8;
}
.BgClassName
{
background-color: #D903B8;
}
</style>
border-color css
<style>
span { border-color: #D903B8; }
span { border-color: rgb(217,3,184); }
td.TdClassName
{
border-color: #D903B8;
}
.TagClassName
{
border-color: #D903B8;
}
</style>