Shades of Deep Magenta #D805CB
Tints of Deep Magenta #D805CB
RGB
CMYK
RGB Variations
Color information
#D805CB (or 0xD805CB) is known color: Deep Magenta. HEX triplet: D8, 05 and CB. RGB value is (216,5,203). Sum of RGB (Red+Green+Blue) = 216+5+203=424 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.94% from 424); Green value is 5 (2.34% from 255 or 1.18% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 216 - color contains mainly: red. Hex color #D805CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D805CB is #27FA34. Grayscale: #5A5A5A. Windows color (decimal): -2619957 or 13305304. OLE color: 13305304.
HSL color Cylindrical-coordinate representation of color #D805CB: hue angle of 303.7º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D805CB is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 5 | 203 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.15 |
| HSL | 303.7º | 0.95% | 0.43% | - |
| HSV(B) | 303.7º | 0.98% | 0.85% | - |
| XYZ | 39.15 | 19.02 | 58.11 | - |
| YUV | 90.66 | 191.4 | 217.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 5 | 203 | 0 | 0.98 | 0.06 | 0.15 | 303.7 | 0.95 | 0.43 |
| Hex | D8 | 5 | CB | 0 | 62 | 6 | F | 130 | 5F | 2B |
| Octal | 330 | 5 | 313 | 0 | 142 | 6 | 17 | 460 | 137 | 53 |
| Binary | 11011000 | 101 | 11001011 | 0 | 1100010 | 110 | 1111 | 100110000 | 1011111 | 101011 |
Color Harmonies of #D805CB
Complementary color
Monochromatic Colors of #D805CB
Black with #D805CB
Text Example
Text Example
White with #D805CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D805CB; }
p { color: rgb(216,5,203); }
H1.HeaderClassName
{
color: #D805CB;
}
.AnyTagClassName
{
color: #D805CB;
}
</style>
background-color css
<style>
a { background-color: #D805CB; }
a { background-color: rgb(216,5,203); }
div.DivClassName
{
background-color: #D805CB;
}
.BgClassName
{
background-color: #D805CB;
}
</style>
border-color css
<style>
span { border-color: #D805CB; }
span { border-color: rgb(216,5,203); }
td.TdClassName
{
border-color: #D805CB;
}
.TagClassName
{
border-color: #D805CB;
}
</style>