Shades of Deep Magenta #D109CC
Tints of Deep Magenta #D109CC
RGB
CMYK
RGB Variations
Color information
#D109CC (or 0xD109CC) is known color: Deep Magenta. HEX triplet: D1, 09 and CC. RGB value is (209,9,204). Sum of RGB (Red+Green+Blue) = 209+9+204=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 9 (3.91% from 255 or 2.13% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D109CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D109CC is #2EF633. Grayscale: #5A5A5A. Windows color (decimal): -3077684 or 13371857. OLE color: 13371857.
HSL color Cylindrical-coordinate representation of color #D109CC: hue angle of 301.5º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D109CC is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 9 | 204 | - |
| CMYK | 0 | 0.96 | 0.02 | 0.18 |
| HSL | 301.5º | 0.92% | 0.43% | - |
| HSV(B) | 301.5º | 0.96% | 0.82% | - |
| XYZ | 37.29 | 18.11 | 58.66 | - |
| YUV | 91.03 | 191.76 | 212.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 9 | 204 | 0 | 0.96 | 0.02 | 0.18 | 301.5 | 0.92 | 0.43 |
| Hex | D1 | 9 | CC | 0 | 60 | 2 | 12 | 12E | 5C | 2B |
| Octal | 321 | 11 | 314 | 0 | 140 | 2 | 22 | 456 | 134 | 53 |
| Binary | 11010001 | 1001 | 11001100 | 0 | 1100000 | 10 | 10010 | 100101110 | 1011100 | 101011 |
Color Harmonies of #D109CC
Complementary color
Monochromatic Colors of #D109CC
Black with #D109CC
Text Example
Text Example
White with #D109CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D109CC; }
p { color: rgb(209,9,204); }
H1.HeaderClassName
{
color: #D109CC;
}
.AnyTagClassName
{
color: #D109CC;
}
</style>
background-color css
<style>
a { background-color: #D109CC; }
a { background-color: rgb(209,9,204); }
div.DivClassName
{
background-color: #D109CC;
}
.BgClassName
{
background-color: #D109CC;
}
</style>
border-color css
<style>
span { border-color: #D109CC; }
span { border-color: rgb(209,9,204); }
td.TdClassName
{
border-color: #D109CC;
}
.TagClassName
{
border-color: #D109CC;
}
</style>