Shades of Deep Magenta #D201CB
Tints of Deep Magenta #D201CB
RGB
CMYK
RGB Variations
Color information
#D201CB (or 0xD201CB) is known color: Deep Magenta. HEX triplet: D2, 01 and CB. RGB value is (210,1,203). Sum of RGB (Red+Green+Blue) = 210+1+203=414 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.72% from 414); Green value is 1 (0.78% from 255 or 0.24% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 210 - color contains mainly: red. Hex color #D201CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D201CB is #2DFE34. Grayscale: #555555. Windows color (decimal): -3014197 or 13304274. OLE color: 13304274.
HSL color Cylindrical-coordinate representation of color #D201CB: hue angle of 302.01º 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 #D201CB is Cyan = 0, Magento = 1.00, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 1 | 203 | - |
| CMYK | 0 | 1.00 | 0.03 | 0.18 |
| HSL | 302.01º | 0.99% | 0.41% | - |
| HSV(B) | 302.01º | 1% | 0.82% | - |
| XYZ | 37.37 | 18.04 | 58.01 | - |
| YUV | 86.52 | 193.74 | 216.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 1 | 203 | 0 | 1.00 | 0.03 | 0.18 | 302.01 | 0.99 | 0.41 |
| Hex | D2 | 1 | CB | 0 | 64 | 3 | 12 | 12E | 63 | 29 |
| Octal | 322 | 1 | 313 | 0 | 144 | 3 | 22 | 456 | 143 | 51 |
| Binary | 11010010 | 1 | 11001011 | 0 | 1100100 | 11 | 10010 | 100101110 | 1100011 | 101001 |
Color Harmonies of #D201CB
Complementary color
Monochromatic Colors of #D201CB
Black with #D201CB
Text Example
Text Example
White with #D201CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D201CB; }
p { color: rgb(210,1,203); }
H1.HeaderClassName
{
color: #D201CB;
}
.AnyTagClassName
{
color: #D201CB;
}
</style>
background-color css
<style>
a { background-color: #D201CB; }
a { background-color: rgb(210,1,203); }
div.DivClassName
{
background-color: #D201CB;
}
.BgClassName
{
background-color: #D201CB;
}
</style>
border-color css
<style>
span { border-color: #D201CB; }
span { border-color: rgb(210,1,203); }
td.TdClassName
{
border-color: #D201CB;
}
.TagClassName
{
border-color: #D201CB;
}
</style>