Shades of Deep Magenta #D902BB
Tints of Deep Magenta #D902BB
RGB
CMYK
RGB Variations
Color information
#D902BB (or 0xD902BB) is known color: Deep Magenta. HEX triplet: D9, 02 and BB. RGB value is (217,2,187). Sum of RGB (Red+Green+Blue) = 217+2+187=406 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.45% from 406); Green value is 2 (1.17% from 255 or 0.49% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 217 - color contains mainly: red. Hex color #D902BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D902BB is #26FD44. Grayscale: #565656. Windows color (decimal): -2555205 or 12255961. OLE color: 12255961.
HSL color Cylindrical-coordinate representation of color #D902BB: hue angle of 308.37º degrees, saturation: 0.98, 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 #D902BB is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 2 | 187 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.15 |
| HSL | 308.37º | 0.98% | 0.43% | - |
| HSV(B) | 308.37º | 0.99% | 0.85% | - |
| XYZ | 37.61 | 18.38 | 48.58 | - |
| YUV | 87.38 | 184.23 | 220.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 2 | 187 | 0 | 0.99 | 0.14 | 0.15 | 308.37 | 0.98 | 0.43 |
| Hex | D9 | 2 | BB | 0 | 63 | E | F | 134 | 62 | 2B |
| Octal | 331 | 2 | 273 | 0 | 143 | 16 | 17 | 464 | 142 | 53 |
| Binary | 11011001 | 10 | 10111011 | 0 | 1100011 | 1110 | 1111 | 100110100 | 1100010 | 101011 |
Color Harmonies of #D902BB
Complementary color
Monochromatic Colors of #D902BB
Black with #D902BB
Text Example
Text Example
White with #D902BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D902BB; }
p { color: rgb(217,2,187); }
H1.HeaderClassName
{
color: #D902BB;
}
.AnyTagClassName
{
color: #D902BB;
}
</style>
background-color css
<style>
a { background-color: #D902BB; }
a { background-color: rgb(217,2,187); }
div.DivClassName
{
background-color: #D902BB;
}
.BgClassName
{
background-color: #D902BB;
}
</style>
border-color css
<style>
span { border-color: #D902BB; }
span { border-color: rgb(217,2,187); }
td.TdClassName
{
border-color: #D902BB;
}
.TagClassName
{
border-color: #D902BB;
}
</style>