Shades of Deep Magenta #D80CDD
Tints of Deep Magenta #D80CDD
RGB
CMYK
RGB Variations
Color information
#D80CDD (or 0xD80CDD) is known color: Deep Magenta. HEX triplet: D8, 0C and DD. RGB value is (216,12,221). Sum of RGB (Red+Green+Blue) = 216+12+221=449 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.11% from 449); Green value is 12 (5.08% from 255 or 2.67% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #D80CDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80CDD is #27F322. Grayscale: #606060. Windows color (decimal): -2618147 or 14486744. OLE color: 14486744.
HSL color Cylindrical-coordinate representation of color #D80CDD: hue angle of 298.56º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D80CDD is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 12 | 221 | - |
| CMYK | 0.02 | 0.95 | 0 | 0.13 |
| HSL | 298.56º | 0.9% | 0.46% | - |
| HSV(B) | 298.56º | 0.95% | 0.87% | - |
| XYZ | 41.5 | 20.08 | 70.1 | - |
| YUV | 96.82 | 198.09 | 213.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 12 | 221 | 0.02 | 0.95 | 0 | 0.13 | 298.56 | 0.9 | 0.46 |
| Hex | D8 | C | DD | 2 | 5F | 0 | D | 12B | 5A | 2E |
| Octal | 330 | 14 | 335 | 2 | 137 | 0 | 15 | 453 | 132 | 56 |
| Binary | 11011000 | 1100 | 11011101 | 10 | 1011111 | 0 | 1101 | 100101011 | 1011010 | 101110 |
Color Harmonies of #D80CDD
Complementary color
Monochromatic Colors of #D80CDD
Black with #D80CDD
Text Example
Text Example
White with #D80CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80CDD; }
p { color: rgb(216,12,221); }
H1.HeaderClassName
{
color: #D80CDD;
}
.AnyTagClassName
{
color: #D80CDD;
}
</style>
background-color css
<style>
a { background-color: #D80CDD; }
a { background-color: rgb(216,12,221); }
div.DivClassName
{
background-color: #D80CDD;
}
.BgClassName
{
background-color: #D80CDD;
}
</style>
border-color css
<style>
span { border-color: #D80CDD; }
span { border-color: rgb(216,12,221); }
td.TdClassName
{
border-color: #D80CDD;
}
.TagClassName
{
border-color: #D80CDD;
}
</style>