Shades of Deep Magenta #D009BA
Tints of Deep Magenta #D009BA
RGB
CMYK
RGB Variations
Color information
#D009BA (or 0xD009BA) is known color: Deep Magenta. HEX triplet: D0, 09 and BA. RGB value is (208,9,186). Sum of RGB (Red+Green+Blue) = 208+9+186=403 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.61% from 403); Green value is 9 (3.91% from 255 or 2.23% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 208 - color contains mainly: red. Hex color #D009BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D009BA is #2FF645. Grayscale: #585858. Windows color (decimal): -3143238 or 12192208. OLE color: 12192208.
HSL color Cylindrical-coordinate representation of color #D009BA: hue angle of 306.63º 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 #D009BA is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 9 | 186 | - |
| CMYK | 0 | 0.96 | 0.11 | 0.18 |
| HSL | 306.63º | 0.92% | 0.43% | - |
| HSV(B) | 306.63º | 0.96% | 0.82% | - |
| XYZ | 34.97 | 17.15 | 47.92 | - |
| YUV | 88.68 | 182.93 | 213.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 9 | 186 | 0 | 0.96 | 0.11 | 0.18 | 306.63 | 0.92 | 0.43 |
| Hex | D0 | 9 | BA | 0 | 60 | B | 12 | 133 | 5C | 2B |
| Octal | 320 | 11 | 272 | 0 | 140 | 13 | 22 | 463 | 134 | 53 |
| Binary | 11010000 | 1001 | 10111010 | 0 | 1100000 | 1011 | 10010 | 100110011 | 1011100 | 101011 |
Color Harmonies of #D009BA
Complementary color
Monochromatic Colors of #D009BA
Black with #D009BA
Text Example
Text Example
White with #D009BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D009BA; }
p { color: rgb(208,9,186); }
H1.HeaderClassName
{
color: #D009BA;
}
.AnyTagClassName
{
color: #D009BA;
}
</style>
background-color css
<style>
a { background-color: #D009BA; }
a { background-color: rgb(208,9,186); }
div.DivClassName
{
background-color: #D009BA;
}
.BgClassName
{
background-color: #D009BA;
}
</style>
border-color css
<style>
span { border-color: #D009BA; }
span { border-color: rgb(208,9,186); }
td.TdClassName
{
border-color: #D009BA;
}
.TagClassName
{
border-color: #D009BA;
}
</style>