Shades of Deep Magenta #D009CF
Tints of Deep Magenta #D009CF
RGB
CMYK
RGB Variations
Color information
#D009CF (or 0xD009CF) is known color: Deep Magenta. HEX triplet: D0, 09 and CF. RGB value is (208,9,207). Sum of RGB (Red+Green+Blue) = 208+9+207=424 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.06% from 424); Green value is 9 (3.91% from 255 or 2.12% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 208 - color contains mainly: red. Hex color #D009CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D009CF is #2FF630. Grayscale: #5A5A5A. Windows color (decimal): -3143217 or 13568464. OLE color: 13568464.
HSL color Cylindrical-coordinate representation of color #D009CF: hue angle of 300.3º 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 #D009CF is Cyan = 0, Magento = 0.96, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 9 | 207 | - |
| CMYK | 0 | 0.96 | 0.00 | 0.18 |
| HSL | 300.3º | 0.92% | 0.43% | - |
| HSV(B) | 300.3º | 0.96% | 0.82% | - |
| XYZ | 37.37 | 18.11 | 60.56 | - |
| YUV | 91.07 | 193.43 | 211.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 9 | 207 | 0 | 0.96 | 0.00 | 0.18 | 300.3 | 0.92 | 0.43 |
| Hex | D0 | 9 | CF | 0 | 60 | 0 | 12 | 12C | 5C | 2B |
| Octal | 320 | 11 | 317 | 0 | 140 | 0 | 22 | 454 | 134 | 53 |
| Binary | 11010000 | 1001 | 11001111 | 0 | 1100000 | 0 | 10010 | 100101100 | 1011100 | 101011 |
Color Harmonies of #D009CF
Complementary color
Monochromatic Colors of #D009CF
Black with #D009CF
Text Example
Text Example
White with #D009CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D009CF; }
p { color: rgb(208,9,207); }
H1.HeaderClassName
{
color: #D009CF;
}
.AnyTagClassName
{
color: #D009CF;
}
</style>
background-color css
<style>
a { background-color: #D009CF; }
a { background-color: rgb(208,9,207); }
div.DivClassName
{
background-color: #D009CF;
}
.BgClassName
{
background-color: #D009CF;
}
</style>
border-color css
<style>
span { border-color: #D009CF; }
span { border-color: rgb(208,9,207); }
td.TdClassName
{
border-color: #D009CF;
}
.TagClassName
{
border-color: #D009CF;
}
</style>