Shades of Deep Magenta #D20CB3
Tints of Deep Magenta #D20CB3
RGB
CMYK
RGB Variations
Color information
#D20CB3 (or 0xD20CB3) is known color: Deep Magenta. HEX triplet: D2, 0C and B3. RGB value is (210,12,179). Sum of RGB (Red+Green+Blue) = 210+12+179=401 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.37% from 401); Green value is 12 (5.08% from 255 or 2.99% from 401); Blue value is 179 (70.31% from 255 or 44.64% from 401); Max value from RGB is 210 - color contains mainly: red. Hex color #D20CB3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20CB3 is #2DF34C. Grayscale: #595959. Windows color (decimal): -3011405 or 11734226. OLE color: 11734226.
HSL color Cylindrical-coordinate representation of color #D20CB3: hue angle of 309.39º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D20CB3 is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 12 | 179 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.18 |
| HSL | 309.39º | 0.89% | 0.44% | - |
| HSV(B) | 309.39º | 0.94% | 0.82% | - |
| XYZ | 34.85 | 17.22 | 44.13 | - |
| YUV | 90.24 | 178.1 | 213.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 12 | 179 | 0 | 0.94 | 0.15 | 0.18 | 309.39 | 0.89 | 0.44 |
| Hex | D2 | C | B3 | 0 | 5E | F | 12 | 135 | 59 | 2C |
| Octal | 322 | 14 | 263 | 0 | 136 | 17 | 22 | 465 | 131 | 54 |
| Binary | 11010010 | 1100 | 10110011 | 0 | 1011110 | 1111 | 10010 | 100110101 | 1011001 | 101100 |
Color Harmonies of #D20CB3
Complementary color
Monochromatic Colors of #D20CB3
Black with #D20CB3
Text Example
Text Example
White with #D20CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20CB3; }
p { color: rgb(210,12,179); }
H1.HeaderClassName
{
color: #D20CB3;
}
.AnyTagClassName
{
color: #D20CB3;
}
</style>
background-color css
<style>
a { background-color: #D20CB3; }
a { background-color: rgb(210,12,179); }
div.DivClassName
{
background-color: #D20CB3;
}
.BgClassName
{
background-color: #D20CB3;
}
</style>
border-color css
<style>
span { border-color: #D20CB3; }
span { border-color: rgb(210,12,179); }
td.TdClassName
{
border-color: #D20CB3;
}
.TagClassName
{
border-color: #D20CB3;
}
</style>