Shades of Deep Magenta #D902BD
Tints of Deep Magenta #D902BD
RGB
CMYK
RGB Variations
Color information
#D902BD (or 0xD902BD) is known color: Deep Magenta. HEX triplet: D9, 02 and BD. RGB value is (217,2,189). Sum of RGB (Red+Green+Blue) = 217+2+189=408 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.19% from 408); Green value is 2 (1.17% from 255 or 0.49% from 408); Blue value is 189 (74.22% from 255 or 46.32% from 408); Max value from RGB is 217 - color contains mainly: red. Hex color #D902BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D902BD is #26FD42. Grayscale: #575757. Windows color (decimal): -2555203 or 12387033. OLE color: 12387033.
HSL color Cylindrical-coordinate representation of color #D902BD: hue angle of 307.81º 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 #D902BD is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 2 | 189 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.15 |
| HSL | 307.81º | 0.98% | 0.43% | - |
| HSV(B) | 307.81º | 0.99% | 0.85% | - |
| XYZ | 37.82 | 18.47 | 49.72 | - |
| YUV | 87.6 | 185.23 | 220.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 2 | 189 | 0 | 0.99 | 0.13 | 0.15 | 307.81 | 0.98 | 0.43 |
| Hex | D9 | 2 | BD | 0 | 63 | D | F | 134 | 62 | 2B |
| Octal | 331 | 2 | 275 | 0 | 143 | 15 | 17 | 464 | 142 | 53 |
| Binary | 11011001 | 10 | 10111101 | 0 | 1100011 | 1101 | 1111 | 100110100 | 1100010 | 101011 |
Color Harmonies of #D902BD
Complementary color
Monochromatic Colors of #D902BD
Black with #D902BD
Text Example
Text Example
White with #D902BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D902BD; }
p { color: rgb(217,2,189); }
H1.HeaderClassName
{
color: #D902BD;
}
.AnyTagClassName
{
color: #D902BD;
}
</style>
background-color css
<style>
a { background-color: #D902BD; }
a { background-color: rgb(217,2,189); }
div.DivClassName
{
background-color: #D902BD;
}
.BgClassName
{
background-color: #D902BD;
}
</style>
border-color css
<style>
span { border-color: #D902BD; }
span { border-color: rgb(217,2,189); }
td.TdClassName
{
border-color: #D902BD;
}
.TagClassName
{
border-color: #D902BD;
}
</style>