Shades of Deep Magenta #D80CDE
Tints of Deep Magenta #D80CDE
RGB
CMYK
RGB Variations
Color information
#D80CDE (or 0xD80CDE) is known color: Deep Magenta. HEX triplet: D8, 0C and DE. RGB value is (216,12,222). Sum of RGB (Red+Green+Blue) = 216+12+222=450 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48% from 450); Green value is 12 (5.08% from 255 or 2.67% from 450); Blue value is 222 (87.11% from 255 or 49.33% from 450); Max value from RGB is 222 - color contains mainly: blue. Hex color #D80CDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80CDE is #27F321. Grayscale: #606060. Windows color (decimal): -2618146 or 14552280. OLE color: 14552280.
HSL color Cylindrical-coordinate representation of color #D80CDE: hue angle of 298.29º 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 #D80CDE is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 12 | 222 | - |
| CMYK | 0.03 | 0.95 | 0 | 0.13 |
| HSL | 298.29º | 0.9% | 0.46% | - |
| HSV(B) | 298.29º | 0.95% | 0.87% | - |
| XYZ | 41.64 | 20.14 | 70.8 | - |
| YUV | 96.94 | 198.59 | 212.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 12 | 222 | 0.03 | 0.95 | 0 | 0.13 | 298.29 | 0.9 | 0.46 |
| Hex | D8 | C | DE | 3 | 5F | 0 | D | 12A | 5A | 2E |
| Octal | 330 | 14 | 336 | 3 | 137 | 0 | 15 | 452 | 132 | 56 |
| Binary | 11011000 | 1100 | 11011110 | 11 | 1011111 | 0 | 1101 | 100101010 | 1011010 | 101110 |
Color Harmonies of #D80CDE
Complementary color
Monochromatic Colors of #D80CDE
Black with #D80CDE
Text Example
Text Example
White with #D80CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80CDE; }
p { color: rgb(216,12,222); }
H1.HeaderClassName
{
color: #D80CDE;
}
.AnyTagClassName
{
color: #D80CDE;
}
</style>
background-color css
<style>
a { background-color: #D80CDE; }
a { background-color: rgb(216,12,222); }
div.DivClassName
{
background-color: #D80CDE;
}
.BgClassName
{
background-color: #D80CDE;
}
</style>
border-color css
<style>
span { border-color: #D80CDE; }
span { border-color: rgb(216,12,222); }
td.TdClassName
{
border-color: #D80CDE;
}
.TagClassName
{
border-color: #D80CDE;
}
</style>