Shades of Deep Magenta #D905B5
Tints of Deep Magenta #D905B5
RGB
CMYK
RGB Variations
Color information
#D905B5 (or 0xD905B5) is known color: Deep Magenta. HEX triplet: D9, 05 and B5. RGB value is (217,5,181). Sum of RGB (Red+Green+Blue) = 217+5+181=403 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.85% from 403); Green value is 5 (2.34% from 255 or 1.24% from 403); Blue value is 181 (71.09% from 255 or 44.91% from 403); Max value from RGB is 217 - color contains mainly: red. Hex color #D905B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D905B5 is #26FA4A. Grayscale: #575757. Windows color (decimal): -2554443 or 11863513. OLE color: 11863513.
HSL color Cylindrical-coordinate representation of color #D905B5: hue angle of 310.19º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D905B5 is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 5 | 181 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.15 |
| HSL | 310.19º | 0.95% | 0.44% | - |
| HSV(B) | 310.19º | 0.98% | 0.85% | - |
| XYZ | 37.01 | 18.2 | 45.28 | - |
| YUV | 88.45 | 180.24 | 219.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 5 | 181 | 0 | 0.98 | 0.17 | 0.15 | 310.19 | 0.95 | 0.44 |
| Hex | D9 | 5 | B5 | 0 | 62 | 11 | F | 136 | 5F | 2C |
| Octal | 331 | 5 | 265 | 0 | 142 | 21 | 17 | 466 | 137 | 54 |
| Binary | 11011001 | 101 | 10110101 | 0 | 1100010 | 10001 | 1111 | 100110110 | 1011111 | 101100 |
Color Harmonies of #D905B5
Complementary color
Monochromatic Colors of #D905B5
Black with #D905B5
Text Example
Text Example
White with #D905B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D905B5; }
p { color: rgb(217,5,181); }
H1.HeaderClassName
{
color: #D905B5;
}
.AnyTagClassName
{
color: #D905B5;
}
</style>
background-color css
<style>
a { background-color: #D905B5; }
a { background-color: rgb(217,5,181); }
div.DivClassName
{
background-color: #D905B5;
}
.BgClassName
{
background-color: #D905B5;
}
</style>
border-color css
<style>
span { border-color: #D905B5; }
span { border-color: rgb(217,5,181); }
td.TdClassName
{
border-color: #D905B5;
}
.TagClassName
{
border-color: #D905B5;
}
</style>