Shades of Deep Magenta #D811CC
Tints of Deep Magenta #D811CC
RGB
CMYK
RGB Variations
Color information
#D811CC (or 0xD811CC) is known color: Deep Magenta. HEX triplet: D8, 11 and CC. RGB value is (216,17,204). Sum of RGB (Red+Green+Blue) = 216+17+204=437 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.43% from 437); Green value is 17 (7.03% from 255 or 3.89% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 216 - color contains mainly: red. Hex color #D811CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D811CC is #27EE33. Grayscale: #616161. Windows color (decimal): -2616884 or 13373912. OLE color: 13373912.
HSL color Cylindrical-coordinate representation of color #D811CC: hue angle of 303.62º 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 #D811CC is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 17 | 204 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.15 |
| HSL | 303.62º | 0.85% | 0.46% | - |
| HSV(B) | 303.62º | 0.92% | 0.85% | - |
| XYZ | 39.42 | 19.36 | 58.79 | - |
| YUV | 97.82 | 187.93 | 212.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 17 | 204 | 0 | 0.92 | 0.06 | 0.15 | 303.62 | 0.85 | 0.46 |
| Hex | D8 | 11 | CC | 0 | 5C | 6 | F | 130 | 55 | 2E |
| Octal | 330 | 21 | 314 | 0 | 134 | 6 | 17 | 460 | 125 | 56 |
| Binary | 11011000 | 10001 | 11001100 | 0 | 1011100 | 110 | 1111 | 100110000 | 1010101 | 101110 |
Color Harmonies of #D811CC
Complementary color
Monochromatic Colors of #D811CC
Black with #D811CC
Text Example
Text Example
White with #D811CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D811CC; }
p { color: rgb(216,17,204); }
H1.HeaderClassName
{
color: #D811CC;
}
.AnyTagClassName
{
color: #D811CC;
}
</style>
background-color css
<style>
a { background-color: #D811CC; }
a { background-color: rgb(216,17,204); }
div.DivClassName
{
background-color: #D811CC;
}
.BgClassName
{
background-color: #D811CC;
}
</style>
border-color css
<style>
span { border-color: #D811CC; }
span { border-color: rgb(216,17,204); }
td.TdClassName
{
border-color: #D811CC;
}
.TagClassName
{
border-color: #D811CC;
}
</style>