Shades of Deep Magenta #D202BB
Tints of Deep Magenta #D202BB
RGB
CMYK
RGB Variations
Color information
#D202BB (or 0xD202BB) is known color: Deep Magenta. HEX triplet: D2, 02 and BB. RGB value is (210,2,187). Sum of RGB (Red+Green+Blue) = 210+2+187=399 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.63% from 399); Green value is 2 (1.17% from 255 or 0.50% from 399); Blue value is 187 (73.44% from 255 or 46.87% from 399); Max value from RGB is 210 - color contains mainly: red. Hex color #D202BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D202BB is #2DFD44. Grayscale: #545454. Windows color (decimal): -3013957 or 12255954. OLE color: 12255954.
HSL color Cylindrical-coordinate representation of color #D202BB: hue angle of 306.63º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D202BB is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 2 | 187 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.18 |
| HSL | 306.63º | 0.98% | 0.42% | - |
| HSV(B) | 306.63º | 0.99% | 0.82% | - |
| XYZ | 35.57 | 17.33 | 48.48 | - |
| YUV | 85.28 | 185.41 | 216.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 2 | 187 | 0 | 0.99 | 0.11 | 0.18 | 306.63 | 0.98 | 0.42 |
| Hex | D2 | 2 | BB | 0 | 63 | B | 12 | 133 | 62 | 2A |
| Octal | 322 | 2 | 273 | 0 | 143 | 13 | 22 | 463 | 142 | 52 |
| Binary | 11010010 | 10 | 10111011 | 0 | 1100011 | 1011 | 10010 | 100110011 | 1100010 | 101010 |
Color Harmonies of #D202BB
Complementary color
Monochromatic Colors of #D202BB
Black with #D202BB
Text Example
Text Example
White with #D202BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D202BB; }
p { color: rgb(210,2,187); }
H1.HeaderClassName
{
color: #D202BB;
}
.AnyTagClassName
{
color: #D202BB;
}
</style>
background-color css
<style>
a { background-color: #D202BB; }
a { background-color: rgb(210,2,187); }
div.DivClassName
{
background-color: #D202BB;
}
.BgClassName
{
background-color: #D202BB;
}
</style>
border-color css
<style>
span { border-color: #D202BB; }
span { border-color: rgb(210,2,187); }
td.TdClassName
{
border-color: #D202BB;
}
.TagClassName
{
border-color: #D202BB;
}
</style>