Shades of Deep Magenta #D809CB
Tints of Deep Magenta #D809CB
RGB
CMYK
RGB Variations
Color information
#D809CB (or 0xD809CB) is known color: Deep Magenta. HEX triplet: D8, 09 and CB. RGB value is (216,9,203). Sum of RGB (Red+Green+Blue) = 216+9+203=428 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.47% from 428); Green value is 9 (3.91% from 255 or 2.10% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 216 - color contains mainly: red. Hex color #D809CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D809CB is #27F634. Grayscale: #5C5C5C. Windows color (decimal): -2618933 or 13306328. OLE color: 13306328.
HSL color Cylindrical-coordinate representation of color #D809CB: hue angle of 303.77º 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 #D809CB is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 9 | 203 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.15 |
| HSL | 303.77º | 0.92% | 0.44% | - |
| HSV(B) | 303.77º | 0.96% | 0.85% | - |
| XYZ | 39.2 | 19.11 | 58.12 | - |
| YUV | 93.01 | 190.08 | 215.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 9 | 203 | 0 | 0.96 | 0.06 | 0.15 | 303.77 | 0.92 | 0.44 |
| Hex | D8 | 9 | CB | 0 | 60 | 6 | F | 130 | 5C | 2C |
| Octal | 330 | 11 | 313 | 0 | 140 | 6 | 17 | 460 | 134 | 54 |
| Binary | 11011000 | 1001 | 11001011 | 0 | 1100000 | 110 | 1111 | 100110000 | 1011100 | 101100 |
Color Harmonies of #D809CB
Complementary color
Monochromatic Colors of #D809CB
Black with #D809CB
Text Example
Text Example
White with #D809CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D809CB; }
p { color: rgb(216,9,203); }
H1.HeaderClassName
{
color: #D809CB;
}
.AnyTagClassName
{
color: #D809CB;
}
</style>
background-color css
<style>
a { background-color: #D809CB; }
a { background-color: rgb(216,9,203); }
div.DivClassName
{
background-color: #D809CB;
}
.BgClassName
{
background-color: #D809CB;
}
</style>
border-color css
<style>
span { border-color: #D809CB; }
span { border-color: rgb(216,9,203); }
td.TdClassName
{
border-color: #D809CB;
}
.TagClassName
{
border-color: #D809CB;
}
</style>