Shades of Deep Magenta #D200C9
Tints of Deep Magenta #D200C9
RGB
CMYK
RGB Variations
Color information
#D200C9 (or 0xD200C9) is known color: Deep Magenta. HEX triplet: D2, 00 and C9. RGB value is (210,0,201). Sum of RGB (Red+Green+Blue) = 210+0+201=411 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.09% from 411); Green value is 0 (0.39% from 255 or 0% from 411); Blue value is 201 (78.91% from 255 or 48.91% from 411); Max value from RGB is 210 - color contains mainly: red. Hex color #D200C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D200C9 is #2DFF36. Grayscale: #555555. Windows color (decimal): -3014455 or 13172946. OLE color: 13172946.
HSL color Cylindrical-coordinate representation of color #D200C9: hue angle of 302.57º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D200C9 is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 0 | 201 | - |
| CMYK | 0 | 1 | 0.04 | 0.18 |
| HSL | 302.57º | 1% | 0.41% | - |
| HSV(B) | 302.57º | 1% | 0.82% | - |
| XYZ | 37.12 | 17.92 | 56.76 | - |
| YUV | 85.7 | 193.07 | 216.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 0 | 201 | 0 | 1 | 0.04 | 0.18 | 302.57 | 1 | 0.41 |
| Hex | D2 | 0 | C9 | 0 | 64 | 4 | 12 | 12F | 64 | 29 |
| Octal | 322 | 0 | 311 | 0 | 144 | 4 | 22 | 457 | 144 | 51 |
| Binary | 11010010 | 0 | 11001001 | 0 | 1100100 | 100 | 10010 | 100101111 | 1100100 | 101001 |
Color Harmonies of #D200C9
Complementary color
Monochromatic Colors of #D200C9
Black with #D200C9
Text Example
Text Example
White with #D200C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D200C9; }
p { color: rgb(210,0,201); }
H1.HeaderClassName
{
color: #D200C9;
}
.AnyTagClassName
{
color: #D200C9;
}
</style>
background-color css
<style>
a { background-color: #D200C9; }
a { background-color: rgb(210,0,201); }
div.DivClassName
{
background-color: #D200C9;
}
.BgClassName
{
background-color: #D200C9;
}
</style>
border-color css
<style>
span { border-color: #D200C9; }
span { border-color: rgb(210,0,201); }
td.TdClassName
{
border-color: #D200C9;
}
.TagClassName
{
border-color: #D200C9;
}
</style>