Shades of Deep Magenta #D109CD
Tints of Deep Magenta #D109CD
RGB
CMYK
RGB Variations
Color information
#D109CD (or 0xD109CD) is known color: Deep Magenta. HEX triplet: D1, 09 and CD. RGB value is (209,9,205). Sum of RGB (Red+Green+Blue) = 209+9+205=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 9 (3.91% from 255 or 2.13% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D109CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D109CD is #2EF632. Grayscale: #5A5A5A. Windows color (decimal): -3077683 or 13437393. OLE color: 13437393.
HSL color Cylindrical-coordinate representation of color #D109CD: hue angle of 301.2º 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 #D109CD is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 9 | 205 | - |
| CMYK | 0 | 0.96 | 0.02 | 0.18 |
| HSL | 301.2º | 0.92% | 0.43% | - |
| HSV(B) | 301.2º | 0.96% | 0.82% | - |
| XYZ | 37.41 | 18.16 | 59.29 | - |
| YUV | 91.14 | 192.26 | 212.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 9 | 205 | 0 | 0.96 | 0.02 | 0.18 | 301.2 | 0.92 | 0.43 |
| Hex | D1 | 9 | CD | 0 | 60 | 2 | 12 | 12D | 5C | 2B |
| Octal | 321 | 11 | 315 | 0 | 140 | 2 | 22 | 455 | 134 | 53 |
| Binary | 11010001 | 1001 | 11001101 | 0 | 1100000 | 10 | 10010 | 100101101 | 1011100 | 101011 |
Color Harmonies of #D109CD
Complementary color
Monochromatic Colors of #D109CD
Black with #D109CD
Text Example
Text Example
White with #D109CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D109CD; }
p { color: rgb(209,9,205); }
H1.HeaderClassName
{
color: #D109CD;
}
.AnyTagClassName
{
color: #D109CD;
}
</style>
background-color css
<style>
a { background-color: #D109CD; }
a { background-color: rgb(209,9,205); }
div.DivClassName
{
background-color: #D109CD;
}
.BgClassName
{
background-color: #D109CD;
}
</style>
border-color css
<style>
span { border-color: #D109CD; }
span { border-color: rgb(209,9,205); }
td.TdClassName
{
border-color: #D109CD;
}
.TagClassName
{
border-color: #D109CD;
}
</style>