Shades of Deep Magenta #D202B2
Tints of Deep Magenta #D202B2
RGB
CMYK
RGB Variations
Color information
#D202B2 (or 0xD202B2) is known color: Deep Magenta. HEX triplet: D2, 02 and B2. RGB value is (210,2,178). Sum of RGB (Red+Green+Blue) = 210+2+178=390 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.85% from 390); Green value is 2 (1.17% from 255 or 0.51% from 390); Blue value is 178 (69.92% from 255 or 45.64% from 390); Max value from RGB is 210 - color contains mainly: red. Hex color #D202B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D202B2 is #2DFD4D. Grayscale: #535353. Windows color (decimal): -3013966 or 11666130. OLE color: 11666130.
HSL color Cylindrical-coordinate representation of color #D202B2: hue angle of 309.23º 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 #D202B2 is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 2 | 178 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.18 |
| HSL | 309.23º | 0.98% | 0.42% | - |
| HSV(B) | 309.23º | 0.99% | 0.82% | - |
| XYZ | 34.64 | 16.96 | 43.57 | - |
| YUV | 84.26 | 180.91 | 217.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 2 | 178 | 0 | 0.99 | 0.15 | 0.18 | 309.23 | 0.98 | 0.42 |
| Hex | D2 | 2 | B2 | 0 | 63 | F | 12 | 135 | 62 | 2A |
| Octal | 322 | 2 | 262 | 0 | 143 | 17 | 22 | 465 | 142 | 52 |
| Binary | 11010010 | 10 | 10110010 | 0 | 1100011 | 1111 | 10010 | 100110101 | 1100010 | 101010 |
Color Harmonies of #D202B2
Complementary color
Monochromatic Colors of #D202B2
Black with #D202B2
Text Example
Text Example
White with #D202B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D202B2; }
p { color: rgb(210,2,178); }
H1.HeaderClassName
{
color: #D202B2;
}
.AnyTagClassName
{
color: #D202B2;
}
</style>
background-color css
<style>
a { background-color: #D202B2; }
a { background-color: rgb(210,2,178); }
div.DivClassName
{
background-color: #D202B2;
}
.BgClassName
{
background-color: #D202B2;
}
</style>
border-color css
<style>
span { border-color: #D202B2; }
span { border-color: rgb(210,2,178); }
td.TdClassName
{
border-color: #D202B2;
}
.TagClassName
{
border-color: #D202B2;
}
</style>