Shades of Deep Magenta #D200C6
Tints of Deep Magenta #D200C6
RGB
CMYK
RGB Variations
Color information
#D200C6 (or 0xD200C6) is known color: Deep Magenta. HEX triplet: D2, 00 and C6. RGB value is (210,0,198). Sum of RGB (Red+Green+Blue) = 210+0+198=408 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.47% from 408); Green value is 0 (0.39% from 255 or 0% from 408); Blue value is 198 (77.73% from 255 or 48.53% from 408); Max value from RGB is 210 - color contains mainly: red. Hex color #D200C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D200C6 is #2DFF39. Grayscale: #545454. Windows color (decimal): -3014458 or 12976338. OLE color: 12976338.
HSL color Cylindrical-coordinate representation of color #D200C6: hue angle of 303.43º 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 #D200C6 is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 0 | 198 | - |
| CMYK | 0 | 1 | 0.06 | 0.18 |
| HSL | 303.43º | 1% | 0.41% | - |
| HSV(B) | 303.43º | 1% | 0.82% | - |
| XYZ | 36.77 | 17.78 | 54.92 | - |
| YUV | 85.36 | 191.57 | 216.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 0 | 198 | 0 | 1 | 0.06 | 0.18 | 303.43 | 1 | 0.41 |
| Hex | D2 | 0 | C6 | 0 | 64 | 6 | 12 | 12F | 64 | 29 |
| Octal | 322 | 0 | 306 | 0 | 144 | 6 | 22 | 457 | 144 | 51 |
| Binary | 11010010 | 0 | 11000110 | 0 | 1100100 | 110 | 10010 | 100101111 | 1100100 | 101001 |
Color Harmonies of #D200C6
Complementary color
Monochromatic Colors of #D200C6
Black with #D200C6
Text Example
Text Example
White with #D200C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D200C6; }
p { color: rgb(210,0,198); }
H1.HeaderClassName
{
color: #D200C6;
}
.AnyTagClassName
{
color: #D200C6;
}
</style>
background-color css
<style>
a { background-color: #D200C6; }
a { background-color: rgb(210,0,198); }
div.DivClassName
{
background-color: #D200C6;
}
.BgClassName
{
background-color: #D200C6;
}
</style>
border-color css
<style>
span { border-color: #D200C6; }
span { border-color: rgb(210,0,198); }
td.TdClassName
{
border-color: #D200C6;
}
.TagClassName
{
border-color: #D200C6;
}
</style>