Shades of Deep Magenta #D201BA
Tints of Deep Magenta #D201BA
RGB
CMYK
RGB Variations
Color information
#D201BA (or 0xD201BA) is known color: Deep Magenta. HEX triplet: D2, 01 and BA. RGB value is (210,1,186). Sum of RGB (Red+Green+Blue) = 210+1+186=397 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.90% from 397); Green value is 1 (0.78% from 255 or 0.25% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 210 - color contains mainly: red. Hex color #D201BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D201BA is #2DFE45. Grayscale: #545454. Windows color (decimal): -3014214 or 12190162. OLE color: 12190162.
HSL color Cylindrical-coordinate representation of color #D201BA: hue angle of 306.89º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D201BA is Cyan = 0, Magento = 1.00, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 1 | 186 | - |
| CMYK | 0 | 1.00 | 0.11 | 0.18 |
| HSL | 306.89º | 0.99% | 0.41% | - |
| HSV(B) | 306.89º | 1% | 0.82% | - |
| XYZ | 35.45 | 17.27 | 47.92 | - |
| YUV | 84.58 | 185.24 | 217.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 1 | 186 | 0 | 1.00 | 0.11 | 0.18 | 306.89 | 0.99 | 0.41 |
| Hex | D2 | 1 | BA | 0 | 64 | B | 12 | 133 | 63 | 29 |
| Octal | 322 | 1 | 272 | 0 | 144 | 13 | 22 | 463 | 143 | 51 |
| Binary | 11010010 | 1 | 10111010 | 0 | 1100100 | 1011 | 10010 | 100110011 | 1100011 | 101001 |
Color Harmonies of #D201BA
Complementary color
Monochromatic Colors of #D201BA
Black with #D201BA
Text Example
Text Example
White with #D201BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D201BA; }
p { color: rgb(210,1,186); }
H1.HeaderClassName
{
color: #D201BA;
}
.AnyTagClassName
{
color: #D201BA;
}
</style>
background-color css
<style>
a { background-color: #D201BA; }
a { background-color: rgb(210,1,186); }
div.DivClassName
{
background-color: #D201BA;
}
.BgClassName
{
background-color: #D201BA;
}
</style>
border-color css
<style>
span { border-color: #D201BA; }
span { border-color: rgb(210,1,186); }
td.TdClassName
{
border-color: #D201BA;
}
.TagClassName
{
border-color: #D201BA;
}
</style>