Shades of Deep Magenta #D805C1
Tints of Deep Magenta #D805C1
RGB
CMYK
RGB Variations
Color information
#D805C1 (or 0xD805C1) is known color: Deep Magenta. HEX triplet: D8, 05 and C1. RGB value is (216,5,193). Sum of RGB (Red+Green+Blue) = 216+5+193=414 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.17% from 414); Green value is 5 (2.34% from 255 or 1.21% from 414); Blue value is 193 (75.78% from 255 or 46.62% from 414); Max value from RGB is 216 - color contains mainly: red. Hex color #D805C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D805C1 is #27FA3E. Grayscale: #585858. Windows color (decimal): -2619967 or 12649944. OLE color: 12649944.
HSL color Cylindrical-coordinate representation of color #D805C1: hue angle of 306.54º 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 #D805C1 is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 5 | 193 | - |
| CMYK | 0 | 0.98 | 0.11 | 0.15 |
| HSL | 306.54º | 0.95% | 0.43% | - |
| HSV(B) | 306.54º | 0.98% | 0.85% | - |
| XYZ | 38 | 18.56 | 52.03 | - |
| YUV | 89.52 | 186.4 | 218.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 5 | 193 | 0 | 0.98 | 0.11 | 0.15 | 306.54 | 0.95 | 0.43 |
| Hex | D8 | 5 | C1 | 0 | 62 | B | F | 133 | 5F | 2B |
| Octal | 330 | 5 | 301 | 0 | 142 | 13 | 17 | 463 | 137 | 53 |
| Binary | 11011000 | 101 | 11000001 | 0 | 1100010 | 1011 | 1111 | 100110011 | 1011111 | 101011 |
Color Harmonies of #D805C1
Complementary color
Monochromatic Colors of #D805C1
Black with #D805C1
Text Example
Text Example
White with #D805C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D805C1; }
p { color: rgb(216,5,193); }
H1.HeaderClassName
{
color: #D805C1;
}
.AnyTagClassName
{
color: #D805C1;
}
</style>
background-color css
<style>
a { background-color: #D805C1; }
a { background-color: rgb(216,5,193); }
div.DivClassName
{
background-color: #D805C1;
}
.BgClassName
{
background-color: #D805C1;
}
</style>
border-color css
<style>
span { border-color: #D805C1; }
span { border-color: rgb(216,5,193); }
td.TdClassName
{
border-color: #D805C1;
}
.TagClassName
{
border-color: #D805C1;
}
</style>