Shades of Deep Magenta #D209CC
Tints of Deep Magenta #D209CC
RGB
CMYK
RGB Variations
Color information
#D209CC (or 0xD209CC) is known color: Deep Magenta. HEX triplet: D2, 09 and CC. RGB value is (210,9,204). Sum of RGB (Red+Green+Blue) = 210+9+204=423 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.65% from 423); Green value is 9 (3.91% from 255 or 2.13% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 210 - color contains mainly: red. Hex color #D209CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D209CC is #2DF633. Grayscale: #5A5A5A. Windows color (decimal): -3012148 or 13371858. OLE color: 13371858.
HSL color Cylindrical-coordinate representation of color #D209CC: hue angle of 301.79º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D209CC is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 9 | 204 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.18 |
| HSL | 301.79º | 0.92% | 0.43% | - |
| HSV(B) | 301.79º | 0.96% | 0.82% | - |
| XYZ | 37.58 | 18.26 | 58.67 | - |
| YUV | 91.33 | 191.59 | 212.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 9 | 204 | 0 | 0.96 | 0.03 | 0.18 | 301.79 | 0.92 | 0.43 |
| Hex | D2 | 9 | CC | 0 | 60 | 3 | 12 | 12E | 5C | 2B |
| Octal | 322 | 11 | 314 | 0 | 140 | 3 | 22 | 456 | 134 | 53 |
| Binary | 11010010 | 1001 | 11001100 | 0 | 1100000 | 11 | 10010 | 100101110 | 1011100 | 101011 |
Color Harmonies of #D209CC
Complementary color
Monochromatic Colors of #D209CC
Black with #D209CC
Text Example
Text Example
White with #D209CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D209CC; }
p { color: rgb(210,9,204); }
H1.HeaderClassName
{
color: #D209CC;
}
.AnyTagClassName
{
color: #D209CC;
}
</style>
background-color css
<style>
a { background-color: #D209CC; }
a { background-color: rgb(210,9,204); }
div.DivClassName
{
background-color: #D209CC;
}
.BgClassName
{
background-color: #D209CC;
}
</style>
border-color css
<style>
span { border-color: #D209CC; }
span { border-color: rgb(210,9,204); }
td.TdClassName
{
border-color: #D209CC;
}
.TagClassName
{
border-color: #D209CC;
}
</style>