Shades of Deep Magenta #D202BC
Tints of Deep Magenta #D202BC
RGB
CMYK
RGB Variations
Color information
#D202BC (or 0xD202BC) is known color: Deep Magenta. HEX triplet: D2, 02 and BC. RGB value is (210,2,188). Sum of RGB (Red+Green+Blue) = 210+2+188=400 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.5% from 400); Green value is 2 (1.17% from 255 or 0.5% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 210 - color contains mainly: red. Hex color #D202BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D202BC is #2DFD43. Grayscale: #545454. Windows color (decimal): -3013956 or 12321490. OLE color: 12321490.
HSL color Cylindrical-coordinate representation of color #D202BC: hue angle of 306.35º 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 #D202BC is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 2 | 188 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.18 |
| HSL | 306.35º | 0.98% | 0.42% | - |
| HSV(B) | 306.35º | 0.99% | 0.82% | - |
| XYZ | 35.68 | 17.38 | 49.05 | - |
| YUV | 85.4 | 185.91 | 216.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 2 | 188 | 0 | 0.99 | 0.10 | 0.18 | 306.35 | 0.98 | 0.42 |
| Hex | D2 | 2 | BC | 0 | 63 | A | 12 | 132 | 62 | 2A |
| Octal | 322 | 2 | 274 | 0 | 143 | 12 | 22 | 462 | 142 | 52 |
| Binary | 11010010 | 10 | 10111100 | 0 | 1100011 | 1010 | 10010 | 100110010 | 1100010 | 101010 |
Color Harmonies of #D202BC
Complementary color
Monochromatic Colors of #D202BC
Black with #D202BC
Text Example
Text Example
White with #D202BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D202BC; }
p { color: rgb(210,2,188); }
H1.HeaderClassName
{
color: #D202BC;
}
.AnyTagClassName
{
color: #D202BC;
}
</style>
background-color css
<style>
a { background-color: #D202BC; }
a { background-color: rgb(210,2,188); }
div.DivClassName
{
background-color: #D202BC;
}
.BgClassName
{
background-color: #D202BC;
}
</style>
border-color css
<style>
span { border-color: #D202BC; }
span { border-color: rgb(210,2,188); }
td.TdClassName
{
border-color: #D202BC;
}
.TagClassName
{
border-color: #D202BC;
}
</style>