Shades of Deep Magenta #D909C0
Tints of Deep Magenta #D909C0
RGB
CMYK
RGB Variations
Color information
#D909C0 (or 0xD909C0) is known color: Deep Magenta. HEX triplet: D9, 09 and C0. RGB value is (217,9,192). Sum of RGB (Red+Green+Blue) = 217+9+192=418 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.91% from 418); Green value is 9 (3.91% from 255 or 2.15% from 418); Blue value is 192 (75.39% from 255 or 45.93% from 418); Max value from RGB is 217 - color contains mainly: red. Hex color #D909C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D909C0 is #26F63F. Grayscale: #5B5B5B. Windows color (decimal): -2553408 or 12585433. OLE color: 12585433.
HSL color Cylindrical-coordinate representation of color #D909C0: hue angle of 307.21º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D909C0 is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 9 | 192 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.15 |
| HSL | 307.21º | 0.92% | 0.44% | - |
| HSV(B) | 307.21º | 0.96% | 0.85% | - |
| XYZ | 38.23 | 18.75 | 51.47 | - |
| YUV | 92.05 | 184.41 | 217.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 9 | 192 | 0 | 0.96 | 0.12 | 0.15 | 307.21 | 0.92 | 0.44 |
| Hex | D9 | 9 | C0 | 0 | 60 | C | F | 133 | 5C | 2C |
| Octal | 331 | 11 | 300 | 0 | 140 | 14 | 17 | 463 | 134 | 54 |
| Binary | 11011001 | 1001 | 11000000 | 0 | 1100000 | 1100 | 1111 | 100110011 | 1011100 | 101100 |
Color Harmonies of #D909C0
Complementary color
Monochromatic Colors of #D909C0
Black with #D909C0
Text Example
Text Example
White with #D909C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D909C0; }
p { color: rgb(217,9,192); }
H1.HeaderClassName
{
color: #D909C0;
}
.AnyTagClassName
{
color: #D909C0;
}
</style>
background-color css
<style>
a { background-color: #D909C0; }
a { background-color: rgb(217,9,192); }
div.DivClassName
{
background-color: #D909C0;
}
.BgClassName
{
background-color: #D909C0;
}
</style>
border-color css
<style>
span { border-color: #D909C0; }
span { border-color: rgb(217,9,192); }
td.TdClassName
{
border-color: #D909C0;
}
.TagClassName
{
border-color: #D909C0;
}
</style>