Shades of Deep Magenta #D805CD
Tints of Deep Magenta #D805CD
RGB
CMYK
RGB Variations
Color information
#D805CD (or 0xD805CD) is known color: Deep Magenta. HEX triplet: D8, 05 and CD. RGB value is (216,5,205). Sum of RGB (Red+Green+Blue) = 216+5+205=426 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.70% from 426); Green value is 5 (2.34% from 255 or 1.17% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 216 - color contains mainly: red. Hex color #D805CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D805CD is #27FA32. Grayscale: #5A5A5A. Windows color (decimal): -2619955 or 13436376. OLE color: 13436376.
HSL color Cylindrical-coordinate representation of color #D805CD: hue angle of 303.13º 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 #D805CD is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 5 | 205 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.15 |
| HSL | 303.13º | 0.95% | 0.43% | - |
| HSV(B) | 303.13º | 0.98% | 0.85% | - |
| XYZ | 39.39 | 19.12 | 59.37 | - |
| YUV | 90.89 | 192.4 | 217.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 5 | 205 | 0 | 0.98 | 0.05 | 0.15 | 303.13 | 0.95 | 0.43 |
| Hex | D8 | 5 | CD | 0 | 62 | 5 | F | 12F | 5F | 2B |
| Octal | 330 | 5 | 315 | 0 | 142 | 5 | 17 | 457 | 137 | 53 |
| Binary | 11011000 | 101 | 11001101 | 0 | 1100010 | 101 | 1111 | 100101111 | 1011111 | 101011 |
Color Harmonies of #D805CD
Complementary color
Monochromatic Colors of #D805CD
Black with #D805CD
Text Example
Text Example
White with #D805CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D805CD; }
p { color: rgb(216,5,205); }
H1.HeaderClassName
{
color: #D805CD;
}
.AnyTagClassName
{
color: #D805CD;
}
</style>
background-color css
<style>
a { background-color: #D805CD; }
a { background-color: rgb(216,5,205); }
div.DivClassName
{
background-color: #D805CD;
}
.BgClassName
{
background-color: #D805CD;
}
</style>
border-color css
<style>
span { border-color: #D805CD; }
span { border-color: rgb(216,5,205); }
td.TdClassName
{
border-color: #D805CD;
}
.TagClassName
{
border-color: #D805CD;
}
</style>