Shades of Deep Magenta #D80CC3
Tints of Deep Magenta #D80CC3
RGB
CMYK
RGB Variations
Color information
#D80CC3 (or 0xD80CC3) is known color: Deep Magenta. HEX triplet: D8, 0C and C3. RGB value is (216,12,195). Sum of RGB (Red+Green+Blue) = 216+12+195=423 (56% of max value = 765). Red value is 216 (84.77% from 255 or 51.06% from 423); Green value is 12 (5.08% from 255 or 2.84% from 423); Blue value is 195 (76.56% from 255 or 46.10% from 423); Max value from RGB is 216 - color contains mainly: red. Hex color #D80CC3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80CC3 is #27F33C. Grayscale: #5D5D5D. Windows color (decimal): -2618173 or 12782808. OLE color: 12782808.
HSL color Cylindrical-coordinate representation of color #D80CC3: hue angle of 306.18º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D80CC3 is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 12 | 195 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.15 |
| HSL | 306.18º | 0.89% | 0.45% | - |
| HSV(B) | 306.18º | 0.94% | 0.85% | - |
| XYZ | 38.3 | 18.8 | 53.24 | - |
| YUV | 93.86 | 185.09 | 215.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 12 | 195 | 0 | 0.94 | 0.10 | 0.15 | 306.18 | 0.89 | 0.45 |
| Hex | D8 | C | C3 | 0 | 5E | A | F | 132 | 59 | 2D |
| Octal | 330 | 14 | 303 | 0 | 136 | 12 | 17 | 462 | 131 | 55 |
| Binary | 11011000 | 1100 | 11000011 | 0 | 1011110 | 1010 | 1111 | 100110010 | 1011001 | 101101 |
Color Harmonies of #D80CC3
Complementary color
Monochromatic Colors of #D80CC3
Black with #D80CC3
Text Example
Text Example
White with #D80CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80CC3; }
p { color: rgb(216,12,195); }
H1.HeaderClassName
{
color: #D80CC3;
}
.AnyTagClassName
{
color: #D80CC3;
}
</style>
background-color css
<style>
a { background-color: #D80CC3; }
a { background-color: rgb(216,12,195); }
div.DivClassName
{
background-color: #D80CC3;
}
.BgClassName
{
background-color: #D80CC3;
}
</style>
border-color css
<style>
span { border-color: #D80CC3; }
span { border-color: rgb(216,12,195); }
td.TdClassName
{
border-color: #D80CC3;
}
.TagClassName
{
border-color: #D80CC3;
}
</style>