Shades of Deep Magenta #D905BB
Tints of Deep Magenta #D905BB
RGB
CMYK
RGB Variations
Color information
#D905BB (or 0xD905BB) is known color: Deep Magenta. HEX triplet: D9, 05 and BB. RGB value is (217,5,187). Sum of RGB (Red+Green+Blue) = 217+5+187=409 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.06% from 409); Green value is 5 (2.34% from 255 or 1.22% from 409); Blue value is 187 (73.44% from 255 or 45.72% from 409); Max value from RGB is 217 - color contains mainly: red. Hex color #D905BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D905BB is #26FA44. Grayscale: #585858. Windows color (decimal): -2554437 or 12256729. OLE color: 12256729.
HSL color Cylindrical-coordinate representation of color #D905BB: hue angle of 308.49º 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 #D905BB is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 5 | 187 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.15 |
| HSL | 308.49º | 0.95% | 0.44% | - |
| HSV(B) | 308.49º | 0.98% | 0.85% | - |
| XYZ | 37.64 | 18.45 | 48.59 | - |
| YUV | 89.14 | 183.24 | 219.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 5 | 187 | 0 | 0.98 | 0.14 | 0.15 | 308.49 | 0.95 | 0.44 |
| Hex | D9 | 5 | BB | 0 | 62 | E | F | 134 | 5F | 2C |
| Octal | 331 | 5 | 273 | 0 | 142 | 16 | 17 | 464 | 137 | 54 |
| Binary | 11011001 | 101 | 10111011 | 0 | 1100010 | 1110 | 1111 | 100110100 | 1011111 | 101100 |
Color Harmonies of #D905BB
Complementary color
Monochromatic Colors of #D905BB
Black with #D905BB
Text Example
Text Example
White with #D905BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D905BB; }
p { color: rgb(217,5,187); }
H1.HeaderClassName
{
color: #D905BB;
}
.AnyTagClassName
{
color: #D905BB;
}
</style>
background-color css
<style>
a { background-color: #D905BB; }
a { background-color: rgb(217,5,187); }
div.DivClassName
{
background-color: #D905BB;
}
.BgClassName
{
background-color: #D905BB;
}
</style>
border-color css
<style>
span { border-color: #D905BB; }
span { border-color: rgb(217,5,187); }
td.TdClassName
{
border-color: #D905BB;
}
.TagClassName
{
border-color: #D905BB;
}
</style>