Shades of Deep Magenta #D110CC
Tints of Deep Magenta #D110CC
RGB
CMYK
RGB Variations
Color information
#D110CC (or 0xD110CC) is known color: Deep Magenta. HEX triplet: D1, 10 and CC. RGB value is (209,16,204). Sum of RGB (Red+Green+Blue) = 209+16+204=429 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.72% from 429); Green value is 16 (6.64% from 255 or 3.73% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 209 - color contains mainly: red. Hex color #D110CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D110CC is #2EEF33. Grayscale: #5E5E5E. Windows color (decimal): -3075892 or 13373649. OLE color: 13373649.
HSL color Cylindrical-coordinate representation of color #D110CC: hue angle of 301.55º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D110CC is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 16 | 204 | - |
| CMYK | 0 | 0.92 | 0.02 | 0.18 |
| HSL | 301.55º | 0.86% | 0.44% | - |
| HSV(B) | 301.55º | 0.92% | 0.82% | - |
| XYZ | 37.38 | 18.29 | 58.69 | - |
| YUV | 95.14 | 189.44 | 209.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 16 | 204 | 0 | 0.92 | 0.02 | 0.18 | 301.55 | 0.86 | 0.44 |
| Hex | D1 | 10 | CC | 0 | 5C | 2 | 12 | 12E | 56 | 2C |
| Octal | 321 | 20 | 314 | 0 | 134 | 2 | 22 | 456 | 126 | 54 |
| Binary | 11010001 | 10000 | 11001100 | 0 | 1011100 | 10 | 10010 | 100101110 | 1010110 | 101100 |
Color Harmonies of #D110CC
Complementary color
Monochromatic Colors of #D110CC
Black with #D110CC
Text Example
Text Example
White with #D110CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D110CC; }
p { color: rgb(209,16,204); }
H1.HeaderClassName
{
color: #D110CC;
}
.AnyTagClassName
{
color: #D110CC;
}
</style>
background-color css
<style>
a { background-color: #D110CC; }
a { background-color: rgb(209,16,204); }
div.DivClassName
{
background-color: #D110CC;
}
.BgClassName
{
background-color: #D110CC;
}
</style>
border-color css
<style>
span { border-color: #D110CC; }
span { border-color: rgb(209,16,204); }
td.TdClassName
{
border-color: #D110CC;
}
.TagClassName
{
border-color: #D110CC;
}
</style>