Shades of Deep Magenta #D009CA
Tints of Deep Magenta #D009CA
RGB
CMYK
RGB Variations
Color information
#D009CA (or 0xD009CA) is known color: Deep Magenta. HEX triplet: D0, 09 and CA. RGB value is (208,9,202). Sum of RGB (Red+Green+Blue) = 208+9+202=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 9 (3.91% from 255 or 2.15% from 419); Blue value is 202 (79.30% from 255 or 48.21% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D009CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D009CA is #2FF635. Grayscale: #595959. Windows color (decimal): -3143222 or 13240784. OLE color: 13240784.
HSL color Cylindrical-coordinate representation of color #D009CA: hue angle of 301.81º 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 #D009CA is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 9 | 202 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.18 |
| HSL | 301.81º | 0.92% | 0.43% | - |
| HSV(B) | 301.81º | 0.96% | 0.82% | - |
| XYZ | 36.77 | 17.87 | 57.39 | - |
| YUV | 90.5 | 190.93 | 211.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 9 | 202 | 0 | 0.96 | 0.03 | 0.18 | 301.81 | 0.92 | 0.43 |
| Hex | D0 | 9 | CA | 0 | 60 | 3 | 12 | 12E | 5C | 2B |
| Octal | 320 | 11 | 312 | 0 | 140 | 3 | 22 | 456 | 134 | 53 |
| Binary | 11010000 | 1001 | 11001010 | 0 | 1100000 | 11 | 10010 | 100101110 | 1011100 | 101011 |
Color Harmonies of #D009CA
Complementary color
Monochromatic Colors of #D009CA
Black with #D009CA
Text Example
Text Example
White with #D009CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D009CA; }
p { color: rgb(208,9,202); }
H1.HeaderClassName
{
color: #D009CA;
}
.AnyTagClassName
{
color: #D009CA;
}
</style>
background-color css
<style>
a { background-color: #D009CA; }
a { background-color: rgb(208,9,202); }
div.DivClassName
{
background-color: #D009CA;
}
.BgClassName
{
background-color: #D009CA;
}
</style>
border-color css
<style>
span { border-color: #D009CA; }
span { border-color: rgb(208,9,202); }
td.TdClassName
{
border-color: #D009CA;
}
.TagClassName
{
border-color: #D009CA;
}
</style>