Shades of Deep Magenta #D805C9
Tints of Deep Magenta #D805C9
RGB
CMYK
RGB Variations
Color information
#D805C9 (or 0xD805C9) is known color: Deep Magenta. HEX triplet: D8, 05 and C9. RGB value is (216,5,201). Sum of RGB (Red+Green+Blue) = 216+5+201=422 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.18% from 422); Green value is 5 (2.34% from 255 or 1.18% from 422); Blue value is 201 (78.91% from 255 or 47.63% from 422); Max value from RGB is 216 - color contains mainly: red. Hex color #D805C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D805C9 is #27FA36. Grayscale: #595959. Windows color (decimal): -2619959 or 13174232. OLE color: 13174232.
HSL color Cylindrical-coordinate representation of color #D805C9: hue angle of 304.27º 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 #D805C9 is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 5 | 201 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.15 |
| HSL | 304.27º | 0.95% | 0.43% | - |
| HSV(B) | 304.27º | 0.98% | 0.85% | - |
| XYZ | 38.92 | 18.92 | 56.86 | - |
| YUV | 90.43 | 190.4 | 217.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 5 | 201 | 0 | 0.98 | 0.07 | 0.15 | 304.27 | 0.95 | 0.43 |
| Hex | D8 | 5 | C9 | 0 | 62 | 7 | F | 130 | 5F | 2B |
| Octal | 330 | 5 | 311 | 0 | 142 | 7 | 17 | 460 | 137 | 53 |
| Binary | 11011000 | 101 | 11001001 | 0 | 1100010 | 111 | 1111 | 100110000 | 1011111 | 101011 |
Color Harmonies of #D805C9
Complementary color
Monochromatic Colors of #D805C9
Black with #D805C9
Text Example
Text Example
White with #D805C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D805C9; }
p { color: rgb(216,5,201); }
H1.HeaderClassName
{
color: #D805C9;
}
.AnyTagClassName
{
color: #D805C9;
}
</style>
background-color css
<style>
a { background-color: #D805C9; }
a { background-color: rgb(216,5,201); }
div.DivClassName
{
background-color: #D805C9;
}
.BgClassName
{
background-color: #D805C9;
}
</style>
border-color css
<style>
span { border-color: #D805C9; }
span { border-color: rgb(216,5,201); }
td.TdClassName
{
border-color: #D805C9;
}
.TagClassName
{
border-color: #D805C9;
}
</style>