Shades of Deep Magenta #D809BC
Tints of Deep Magenta #D809BC
RGB
CMYK
RGB Variations
Color information
#D809BC (or 0xD809BC) is known color: Deep Magenta. HEX triplet: D8, 09 and BC. RGB value is (216,9,188). Sum of RGB (Red+Green+Blue) = 216+9+188=413 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.30% from 413); Green value is 9 (3.91% from 255 or 2.18% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 216 - color contains mainly: red. Hex color #D809BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D809BC is #27F643. Grayscale: #5A5A5A. Windows color (decimal): -2618948 or 12323288. OLE color: 12323288.
HSL color Cylindrical-coordinate representation of color #D809BC: hue angle of 308.12º 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 #D809BC is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 9 | 188 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.15 |
| HSL | 308.12º | 0.92% | 0.44% | - |
| HSV(B) | 308.12º | 0.96% | 0.85% | - |
| XYZ | 37.49 | 18.43 | 49.16 | - |
| YUV | 91.3 | 182.58 | 216.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 9 | 188 | 0 | 0.96 | 0.13 | 0.15 | 308.12 | 0.92 | 0.44 |
| Hex | D8 | 9 | BC | 0 | 60 | D | F | 134 | 5C | 2C |
| Octal | 330 | 11 | 274 | 0 | 140 | 15 | 17 | 464 | 134 | 54 |
| Binary | 11011000 | 1001 | 10111100 | 0 | 1100000 | 1101 | 1111 | 100110100 | 1011100 | 101100 |
Color Harmonies of #D809BC
Complementary color
Monochromatic Colors of #D809BC
Black with #D809BC
Text Example
Text Example
White with #D809BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D809BC; }
p { color: rgb(216,9,188); }
H1.HeaderClassName
{
color: #D809BC;
}
.AnyTagClassName
{
color: #D809BC;
}
</style>
background-color css
<style>
a { background-color: #D809BC; }
a { background-color: rgb(216,9,188); }
div.DivClassName
{
background-color: #D809BC;
}
.BgClassName
{
background-color: #D809BC;
}
</style>
border-color css
<style>
span { border-color: #D809BC; }
span { border-color: rgb(216,9,188); }
td.TdClassName
{
border-color: #D809BC;
}
.TagClassName
{
border-color: #D809BC;
}
</style>