Shades of Deep Magenta #D80DCB
Tints of Deep Magenta #D80DCB
RGB
CMYK
RGB Variations
Color information
#D80DCB (or 0xD80DCB) is known color: Deep Magenta. HEX triplet: D8, 0D and CB. RGB value is (216,13,203). Sum of RGB (Red+Green+Blue) = 216+13+203=432 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50% from 432); Green value is 13 (5.47% from 255 or 3.01% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 216 - color contains mainly: red. Hex color #D80DCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80DCB is #27F234. Grayscale: #5E5E5E. Windows color (decimal): -2617909 or 13307352. OLE color: 13307352.
HSL color Cylindrical-coordinate representation of color #D80DCB: hue angle of 303.84º 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 #D80DCB is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 13 | 203 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.15 |
| HSL | 303.84º | 0.89% | 0.45% | - |
| HSV(B) | 303.84º | 0.94% | 0.85% | - |
| XYZ | 39.24 | 19.2 | 58.14 | - |
| YUV | 95.36 | 188.75 | 214.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 13 | 203 | 0 | 0.94 | 0.06 | 0.15 | 303.84 | 0.89 | 0.45 |
| Hex | D8 | D | CB | 0 | 5E | 6 | F | 130 | 59 | 2D |
| Octal | 330 | 15 | 313 | 0 | 136 | 6 | 17 | 460 | 131 | 55 |
| Binary | 11011000 | 1101 | 11001011 | 0 | 1011110 | 110 | 1111 | 100110000 | 1011001 | 101101 |
Color Harmonies of #D80DCB
Complementary color
Monochromatic Colors of #D80DCB
Black with #D80DCB
Text Example
Text Example
White with #D80DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80DCB; }
p { color: rgb(216,13,203); }
H1.HeaderClassName
{
color: #D80DCB;
}
.AnyTagClassName
{
color: #D80DCB;
}
</style>
background-color css
<style>
a { background-color: #D80DCB; }
a { background-color: rgb(216,13,203); }
div.DivClassName
{
background-color: #D80DCB;
}
.BgClassName
{
background-color: #D80DCB;
}
</style>
border-color css
<style>
span { border-color: #D80DCB; }
span { border-color: rgb(216,13,203); }
td.TdClassName
{
border-color: #D80DCB;
}
.TagClassName
{
border-color: #D80DCB;
}
</style>