Shades of Deep Magenta #D205C2
Tints of Deep Magenta #D205C2
RGB
CMYK
RGB Variations
Color information
#D205C2 (or 0xD205C2) is known color: Deep Magenta. HEX triplet: D2, 05 and C2. RGB value is (210,5,194). Sum of RGB (Red+Green+Blue) = 210+5+194=409 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.34% from 409); Green value is 5 (2.34% from 255 or 1.22% from 409); Blue value is 194 (76.17% from 255 or 47.43% from 409); Max value from RGB is 210 - color contains mainly: red. Hex color #D205C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D205C2 is #2DFA3D. Grayscale: #575757. Windows color (decimal): -3013182 or 12715474. OLE color: 12715474.
HSL color Cylindrical-coordinate representation of color #D205C2: hue angle of 304.68º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D205C2 is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 5 | 194 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.18 |
| HSL | 304.68º | 0.95% | 0.42% | - |
| HSV(B) | 304.68º | 0.98% | 0.82% | - |
| XYZ | 36.37 | 17.71 | 52.54 | - |
| YUV | 87.84 | 187.92 | 215.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 5 | 194 | 0 | 0.98 | 0.08 | 0.18 | 304.68 | 0.95 | 0.42 |
| Hex | D2 | 5 | C2 | 0 | 62 | 8 | 12 | 131 | 5F | 2A |
| Octal | 322 | 5 | 302 | 0 | 142 | 10 | 22 | 461 | 137 | 52 |
| Binary | 11010010 | 101 | 11000010 | 0 | 1100010 | 1000 | 10010 | 100110001 | 1011111 | 101010 |
Color Harmonies of #D205C2
Complementary color
Monochromatic Colors of #D205C2
Black with #D205C2
Text Example
Text Example
White with #D205C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D205C2; }
p { color: rgb(210,5,194); }
H1.HeaderClassName
{
color: #D205C2;
}
.AnyTagClassName
{
color: #D205C2;
}
</style>
background-color css
<style>
a { background-color: #D205C2; }
a { background-color: rgb(210,5,194); }
div.DivClassName
{
background-color: #D205C2;
}
.BgClassName
{
background-color: #D205C2;
}
</style>
border-color css
<style>
span { border-color: #D205C2; }
span { border-color: rgb(210,5,194); }
td.TdClassName
{
border-color: #D205C2;
}
.TagClassName
{
border-color: #D205C2;
}
</style>