Shades of Deep Magenta #D009C9
Tints of Deep Magenta #D009C9
RGB
CMYK
RGB Variations
Color information
#D009C9 (or 0xD009C9) is known color: Deep Magenta. HEX triplet: D0, 09 and C9. RGB value is (208,9,201). Sum of RGB (Red+Green+Blue) = 208+9+201=418 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.76% from 418); Green value is 9 (3.91% from 255 or 2.15% from 418); Blue value is 201 (78.91% from 255 or 48.09% from 418); Max value from RGB is 208 - color contains mainly: red. Hex color #D009C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D009C9 is #2FF636. Grayscale: #595959. Windows color (decimal): -3143223 or 13175248. OLE color: 13175248.
HSL color Cylindrical-coordinate representation of color #D009C9: hue angle of 302.11º 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 #D009C9 is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 9 | 201 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.18 |
| HSL | 302.11º | 0.92% | 0.43% | - |
| HSV(B) | 302.11º | 0.96% | 0.82% | - |
| XYZ | 36.65 | 17.82 | 56.77 | - |
| YUV | 90.39 | 190.43 | 211.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 9 | 201 | 0 | 0.96 | 0.03 | 0.18 | 302.11 | 0.92 | 0.43 |
| Hex | D0 | 9 | C9 | 0 | 60 | 3 | 12 | 12E | 5C | 2B |
| Octal | 320 | 11 | 311 | 0 | 140 | 3 | 22 | 456 | 134 | 53 |
| Binary | 11010000 | 1001 | 11001001 | 0 | 1100000 | 11 | 10010 | 100101110 | 1011100 | 101011 |
Color Harmonies of #D009C9
Complementary color
Monochromatic Colors of #D009C9
Black with #D009C9
Text Example
Text Example
White with #D009C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D009C9; }
p { color: rgb(208,9,201); }
H1.HeaderClassName
{
color: #D009C9;
}
.AnyTagClassName
{
color: #D009C9;
}
</style>
background-color css
<style>
a { background-color: #D009C9; }
a { background-color: rgb(208,9,201); }
div.DivClassName
{
background-color: #D009C9;
}
.BgClassName
{
background-color: #D009C9;
}
</style>
border-color css
<style>
span { border-color: #D009C9; }
span { border-color: rgb(208,9,201); }
td.TdClassName
{
border-color: #D009C9;
}
.TagClassName
{
border-color: #D009C9;
}
</style>