Shades of Deep Magenta #D202B3
Tints of Deep Magenta #D202B3
RGB
CMYK
RGB Variations
Color information
#D202B3 (or 0xD202B3) is known color: Deep Magenta. HEX triplet: D2, 02 and B3. RGB value is (210,2,179). Sum of RGB (Red+Green+Blue) = 210+2+179=391 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.71% from 391); Green value is 2 (1.17% from 255 or 0.51% from 391); Blue value is 179 (70.31% from 255 or 45.78% from 391); Max value from RGB is 210 - color contains mainly: red. Hex color #D202B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D202B3 is #2DFD4C. Grayscale: #535353. Windows color (decimal): -3013965 or 11731666. OLE color: 11731666.
HSL color Cylindrical-coordinate representation of color #D202B3: hue angle of 308.94º 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 #D202B3 is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 2 | 179 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.18 |
| HSL | 308.94º | 0.98% | 0.42% | - |
| HSV(B) | 308.94º | 0.99% | 0.82% | - |
| XYZ | 34.74 | 17 | 44.1 | - |
| YUV | 84.37 | 181.41 | 217.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 2 | 179 | 0 | 0.99 | 0.15 | 0.18 | 308.94 | 0.98 | 0.42 |
| Hex | D2 | 2 | B3 | 0 | 63 | F | 12 | 135 | 62 | 2A |
| Octal | 322 | 2 | 263 | 0 | 143 | 17 | 22 | 465 | 142 | 52 |
| Binary | 11010010 | 10 | 10110011 | 0 | 1100011 | 1111 | 10010 | 100110101 | 1100010 | 101010 |
Color Harmonies of #D202B3
Complementary color
Monochromatic Colors of #D202B3
Black with #D202B3
Text Example
Text Example
White with #D202B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D202B3; }
p { color: rgb(210,2,179); }
H1.HeaderClassName
{
color: #D202B3;
}
.AnyTagClassName
{
color: #D202B3;
}
</style>
background-color css
<style>
a { background-color: #D202B3; }
a { background-color: rgb(210,2,179); }
div.DivClassName
{
background-color: #D202B3;
}
.BgClassName
{
background-color: #D202B3;
}
</style>
border-color css
<style>
span { border-color: #D202B3; }
span { border-color: rgb(210,2,179); }
td.TdClassName
{
border-color: #D202B3;
}
.TagClassName
{
border-color: #D202B3;
}
</style>