Shades of Deep Magenta #D009C2
Tints of Deep Magenta #D009C2
RGB
CMYK
RGB Variations
Color information
#D009C2 (or 0xD009C2) is known color: Deep Magenta. HEX triplet: D0, 09 and C2. RGB value is (208,9,194). Sum of RGB (Red+Green+Blue) = 208+9+194=411 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.61% from 411); Green value is 9 (3.91% from 255 or 2.19% from 411); Blue value is 194 (76.17% from 255 or 47.20% from 411); Max value from RGB is 208 - color contains mainly: red. Hex color #D009C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D009C2 is #2FF63D. Grayscale: #595959. Windows color (decimal): -3143230 or 12716496. OLE color: 12716496.
HSL color Cylindrical-coordinate representation of color #D009C2: hue angle of 304.22º 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 #D009C2 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 9 | 194 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.18 |
| HSL | 304.22º | 0.92% | 0.43% | - |
| HSV(B) | 304.22º | 0.96% | 0.82% | - |
| XYZ | 35.85 | 17.5 | 52.53 | - |
| YUV | 89.59 | 186.93 | 212.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 9 | 194 | 0 | 0.96 | 0.07 | 0.18 | 304.22 | 0.92 | 0.43 |
| Hex | D0 | 9 | C2 | 0 | 60 | 7 | 12 | 130 | 5C | 2B |
| Octal | 320 | 11 | 302 | 0 | 140 | 7 | 22 | 460 | 134 | 53 |
| Binary | 11010000 | 1001 | 11000010 | 0 | 1100000 | 111 | 10010 | 100110000 | 1011100 | 101011 |
Color Harmonies of #D009C2
Complementary color
Monochromatic Colors of #D009C2
Black with #D009C2
Text Example
Text Example
White with #D009C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D009C2; }
p { color: rgb(208,9,194); }
H1.HeaderClassName
{
color: #D009C2;
}
.AnyTagClassName
{
color: #D009C2;
}
</style>
background-color css
<style>
a { background-color: #D009C2; }
a { background-color: rgb(208,9,194); }
div.DivClassName
{
background-color: #D009C2;
}
.BgClassName
{
background-color: #D009C2;
}
</style>
border-color css
<style>
span { border-color: #D009C2; }
span { border-color: rgb(208,9,194); }
td.TdClassName
{
border-color: #D009C2;
}
.TagClassName
{
border-color: #D009C2;
}
</style>