Shades of Deep Magenta #D811CD
Tints of Deep Magenta #D811CD
RGB
CMYK
RGB Variations
Color information
#D811CD (or 0xD811CD) is known color: Deep Magenta. HEX triplet: D8, 11 and CD. RGB value is (216,17,205). Sum of RGB (Red+Green+Blue) = 216+17+205=438 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.32% from 438); Green value is 17 (7.03% from 255 or 3.88% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 216 - color contains mainly: red. Hex color #D811CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D811CD is #27EE32. Grayscale: #616161. Windows color (decimal): -2616883 or 13439448. OLE color: 13439448.
HSL color Cylindrical-coordinate representation of color #D811CD: hue angle of 303.32º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D811CD is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 17 | 205 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.15 |
| HSL | 303.32º | 0.85% | 0.46% | - |
| HSV(B) | 303.32º | 0.92% | 0.85% | - |
| XYZ | 39.54 | 19.41 | 59.42 | - |
| YUV | 97.93 | 188.43 | 212.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 17 | 205 | 0 | 0.92 | 0.05 | 0.15 | 303.32 | 0.85 | 0.46 |
| Hex | D8 | 11 | CD | 0 | 5C | 5 | F | 12F | 55 | 2E |
| Octal | 330 | 21 | 315 | 0 | 134 | 5 | 17 | 457 | 125 | 56 |
| Binary | 11011000 | 10001 | 11001101 | 0 | 1011100 | 101 | 1111 | 100101111 | 1010101 | 101110 |
Color Harmonies of #D811CD
Complementary color
Monochromatic Colors of #D811CD
Black with #D811CD
Text Example
Text Example
White with #D811CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D811CD; }
p { color: rgb(216,17,205); }
H1.HeaderClassName
{
color: #D811CD;
}
.AnyTagClassName
{
color: #D811CD;
}
</style>
background-color css
<style>
a { background-color: #D811CD; }
a { background-color: rgb(216,17,205); }
div.DivClassName
{
background-color: #D811CD;
}
.BgClassName
{
background-color: #D811CD;
}
</style>
border-color css
<style>
span { border-color: #D811CD; }
span { border-color: rgb(216,17,205); }
td.TdClassName
{
border-color: #D811CD;
}
.TagClassName
{
border-color: #D811CD;
}
</style>