Shades of Deep Magenta #D81CCD
Tints of Deep Magenta #D81CCD
RGB
CMYK
RGB Variations
Color information
#D81CCD (or 0xD81CCD) is known color: Deep Magenta. HEX triplet: D8, 1C and CD. RGB value is (216,28,205). Sum of RGB (Red+Green+Blue) = 216+28+205=449 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.11% from 449); Green value is 28 (11.33% from 255 or 6.24% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 216 - color contains mainly: red. Hex color #D81CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D81CCD is #27E332. Grayscale: #676767. Windows color (decimal): -2614067 or 13442264. OLE color: 13442264.
HSL color Cylindrical-coordinate representation of color #D81CCD: hue angle of 303.51º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D81CCD is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 28 | 205 | - |
| CMYK | 0 | 0.87 | 0.05 | 0.15 |
| HSL | 303.51º | 0.77% | 0.48% | - |
| HSV(B) | 303.51º | 0.87% | 0.85% | - |
| XYZ | 39.75 | 19.84 | 59.49 | - |
| YUV | 104.39 | 184.78 | 207.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 28 | 205 | 0 | 0.87 | 0.05 | 0.15 | 303.51 | 0.77 | 0.48 |
| Hex | D8 | 1C | CD | 0 | 57 | 5 | F | 130 | 4D | 30 |
| Octal | 330 | 34 | 315 | 0 | 127 | 5 | 17 | 460 | 115 | 60 |
| Binary | 11011000 | 11100 | 11001101 | 0 | 1010111 | 101 | 1111 | 100110000 | 1001101 | 110000 |
Color Harmonies of #D81CCD
Complementary color
Monochromatic Colors of #D81CCD
Black with #D81CCD
Text Example
Text Example
White with #D81CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81CCD; }
p { color: rgb(216,28,205); }
H1.HeaderClassName
{
color: #D81CCD;
}
.AnyTagClassName
{
color: #D81CCD;
}
</style>
background-color css
<style>
a { background-color: #D81CCD; }
a { background-color: rgb(216,28,205); }
div.DivClassName
{
background-color: #D81CCD;
}
.BgClassName
{
background-color: #D81CCD;
}
</style>
border-color css
<style>
span { border-color: #D81CCD; }
span { border-color: rgb(216,28,205); }
td.TdClassName
{
border-color: #D81CCD;
}
.TagClassName
{
border-color: #D81CCD;
}
</style>