Shades of Deep Magenta #D806CB
Tints of Deep Magenta #D806CB
RGB
CMYK
RGB Variations
Color information
#D806CB (or 0xD806CB) is known color: Deep Magenta. HEX triplet: D8, 06 and CB. RGB value is (216,6,203). Sum of RGB (Red+Green+Blue) = 216+6+203=425 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.82% from 425); Green value is 6 (2.73% from 255 or 1.41% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 216 - color contains mainly: red. Hex color #D806CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D806CB is #27F934. Grayscale: #5A5A5A. Windows color (decimal): -2619701 or 13305560. OLE color: 13305560.
HSL color Cylindrical-coordinate representation of color #D806CB: hue angle of 303.71º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D806CB is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 6 | 203 | - |
| CMYK | 0 | 0.97 | 0.06 | 0.15 |
| HSL | 303.71º | 0.95% | 0.44% | - |
| HSV(B) | 303.71º | 0.97% | 0.85% | - |
| XYZ | 39.16 | 19.04 | 58.11 | - |
| YUV | 91.25 | 191.07 | 216.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 6 | 203 | 0 | 0.97 | 0.06 | 0.15 | 303.71 | 0.95 | 0.44 |
| Hex | D8 | 6 | CB | 0 | 61 | 6 | F | 130 | 5F | 2C |
| Octal | 330 | 6 | 313 | 0 | 141 | 6 | 17 | 460 | 137 | 54 |
| Binary | 11011000 | 110 | 11001011 | 0 | 1100001 | 110 | 1111 | 100110000 | 1011111 | 101100 |
Color Harmonies of #D806CB
Complementary color
Monochromatic Colors of #D806CB
Black with #D806CB
Text Example
Text Example
White with #D806CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D806CB; }
p { color: rgb(216,6,203); }
H1.HeaderClassName
{
color: #D806CB;
}
.AnyTagClassName
{
color: #D806CB;
}
</style>
background-color css
<style>
a { background-color: #D806CB; }
a { background-color: rgb(216,6,203); }
div.DivClassName
{
background-color: #D806CB;
}
.BgClassName
{
background-color: #D806CB;
}
</style>
border-color css
<style>
span { border-color: #D806CB; }
span { border-color: rgb(216,6,203); }
td.TdClassName
{
border-color: #D806CB;
}
.TagClassName
{
border-color: #D806CB;
}
</style>