Shades of Deep Magenta #D210CC
Tints of Deep Magenta #D210CC
RGB
CMYK
RGB Variations
Color information
#D210CC (or 0xD210CC) is known color: Deep Magenta. HEX triplet: D2, 10 and CC. RGB value is (210,16,204). Sum of RGB (Red+Green+Blue) = 210+16+204=430 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.84% from 430); Green value is 16 (6.64% from 255 or 3.72% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 210 - color contains mainly: red. Hex color #D210CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D210CC is #2DEF33. Grayscale: #5E5E5E. Windows color (decimal): -3010356 or 13373650. OLE color: 13373650.
HSL color Cylindrical-coordinate representation of color #D210CC: hue angle of 301.86º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D210CC is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 16 | 204 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.18 |
| HSL | 301.86º | 0.86% | 0.44% | - |
| HSV(B) | 301.86º | 0.92% | 0.82% | - |
| XYZ | 37.66 | 18.43 | 58.7 | - |
| YUV | 95.44 | 189.27 | 209.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 16 | 204 | 0 | 0.92 | 0.03 | 0.18 | 301.86 | 0.86 | 0.44 |
| Hex | D2 | 10 | CC | 0 | 5C | 3 | 12 | 12E | 56 | 2C |
| Octal | 322 | 20 | 314 | 0 | 134 | 3 | 22 | 456 | 126 | 54 |
| Binary | 11010010 | 10000 | 11001100 | 0 | 1011100 | 11 | 10010 | 100101110 | 1010110 | 101100 |
Color Harmonies of #D210CC
Complementary color
Monochromatic Colors of #D210CC
Black with #D210CC
Text Example
Text Example
White with #D210CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D210CC; }
p { color: rgb(210,16,204); }
H1.HeaderClassName
{
color: #D210CC;
}
.AnyTagClassName
{
color: #D210CC;
}
</style>
background-color css
<style>
a { background-color: #D210CC; }
a { background-color: rgb(210,16,204); }
div.DivClassName
{
background-color: #D210CC;
}
.BgClassName
{
background-color: #D210CC;
}
</style>
border-color css
<style>
span { border-color: #D210CC; }
span { border-color: rgb(210,16,204); }
td.TdClassName
{
border-color: #D210CC;
}
.TagClassName
{
border-color: #D210CC;
}
</style>