Shades of Deep Magenta #D902BE
Tints of Deep Magenta #D902BE
RGB
CMYK
RGB Variations
Color information
#D902BE (or 0xD902BE) is known color: Deep Magenta. HEX triplet: D9, 02 and BE. RGB value is (217,2,190). Sum of RGB (Red+Green+Blue) = 217+2+190=409 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.06% from 409); Green value is 2 (1.17% from 255 or 0.49% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 217 - color contains mainly: red. Hex color #D902BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D902BE is #26FD41. Grayscale: #575757. Windows color (decimal): -2555202 or 12452569. OLE color: 12452569.
HSL color Cylindrical-coordinate representation of color #D902BE: hue angle of 307.53º 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 #D902BE is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 2 | 190 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.15 |
| HSL | 307.53º | 0.98% | 0.43% | - |
| HSV(B) | 307.53º | 0.99% | 0.85% | - |
| XYZ | 37.93 | 18.51 | 50.29 | - |
| YUV | 87.72 | 185.73 | 220.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 2 | 190 | 0 | 0.99 | 0.12 | 0.15 | 307.53 | 0.98 | 0.43 |
| Hex | D9 | 2 | BE | 0 | 63 | C | F | 134 | 62 | 2B |
| Octal | 331 | 2 | 276 | 0 | 143 | 14 | 17 | 464 | 142 | 53 |
| Binary | 11011001 | 10 | 10111110 | 0 | 1100011 | 1100 | 1111 | 100110100 | 1100010 | 101011 |
Color Harmonies of #D902BE
Complementary color
Monochromatic Colors of #D902BE
Black with #D902BE
Text Example
Text Example
White with #D902BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D902BE; }
p { color: rgb(217,2,190); }
H1.HeaderClassName
{
color: #D902BE;
}
.AnyTagClassName
{
color: #D902BE;
}
</style>
background-color css
<style>
a { background-color: #D902BE; }
a { background-color: rgb(217,2,190); }
div.DivClassName
{
background-color: #D902BE;
}
.BgClassName
{
background-color: #D902BE;
}
</style>
border-color css
<style>
span { border-color: #D902BE; }
span { border-color: rgb(217,2,190); }
td.TdClassName
{
border-color: #D902BE;
}
.TagClassName
{
border-color: #D902BE;
}
</style>