Shades of Deep Magenta #D809C6
Tints of Deep Magenta #D809C6
RGB
CMYK
RGB Variations
Color information
#D809C6 (or 0xD809C6) is known color: Deep Magenta. HEX triplet: D8, 09 and C6. RGB value is (216,9,198). Sum of RGB (Red+Green+Blue) = 216+9+198=423 (56% of max value = 765). Red value is 216 (84.77% from 255 or 51.06% from 423); Green value is 9 (3.91% from 255 or 2.13% from 423); Blue value is 198 (77.73% from 255 or 46.81% from 423); Max value from RGB is 216 - color contains mainly: red. Hex color #D809C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D809C6 is #27F639. Grayscale: #5B5B5B. Windows color (decimal): -2618938 or 12978648. OLE color: 12978648.
HSL color Cylindrical-coordinate representation of color #D809C6: hue angle of 305.22º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D809C6 is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 9 | 198 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.15 |
| HSL | 305.22º | 0.92% | 0.44% | - |
| HSV(B) | 305.22º | 0.96% | 0.85% | - |
| XYZ | 38.61 | 18.87 | 55.03 | - |
| YUV | 92.44 | 187.58 | 216.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 9 | 198 | 0 | 0.96 | 0.08 | 0.15 | 305.22 | 0.92 | 0.44 |
| Hex | D8 | 9 | C6 | 0 | 60 | 8 | F | 131 | 5C | 2C |
| Octal | 330 | 11 | 306 | 0 | 140 | 10 | 17 | 461 | 134 | 54 |
| Binary | 11011000 | 1001 | 11000110 | 0 | 1100000 | 1000 | 1111 | 100110001 | 1011100 | 101100 |
Color Harmonies of #D809C6
Complementary color
Monochromatic Colors of #D809C6
Black with #D809C6
Text Example
Text Example
White with #D809C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D809C6; }
p { color: rgb(216,9,198); }
H1.HeaderClassName
{
color: #D809C6;
}
.AnyTagClassName
{
color: #D809C6;
}
</style>
background-color css
<style>
a { background-color: #D809C6; }
a { background-color: rgb(216,9,198); }
div.DivClassName
{
background-color: #D809C6;
}
.BgClassName
{
background-color: #D809C6;
}
</style>
border-color css
<style>
span { border-color: #D809C6; }
span { border-color: rgb(216,9,198); }
td.TdClassName
{
border-color: #D809C6;
}
.TagClassName
{
border-color: #D809C6;
}
</style>