Shades of Deep Magenta #D805CF
Tints of Deep Magenta #D805CF
RGB
CMYK
RGB Variations
Color information
#D805CF (or 0xD805CF) is known color: Deep Magenta. HEX triplet: D8, 05 and CF. RGB value is (216,5,207). Sum of RGB (Red+Green+Blue) = 216+5+207=428 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.47% from 428); Green value is 5 (2.34% from 255 or 1.17% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 216 - color contains mainly: red. Hex color #D805CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D805CF is #27FA30. Grayscale: #5A5A5A. Windows color (decimal): -2619953 or 13567448. OLE color: 13567448.
HSL color Cylindrical-coordinate representation of color #D805CF: hue angle of 302.56º 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 #D805CF is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 5 | 207 | - |
| CMYK | 0 | 0.98 | 0.04 | 0.15 |
| HSL | 302.56º | 0.95% | 0.43% | - |
| HSV(B) | 302.56º | 0.98% | 0.85% | - |
| XYZ | 39.64 | 19.21 | 60.65 | - |
| YUV | 91.12 | 193.4 | 217.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 5 | 207 | 0 | 0.98 | 0.04 | 0.15 | 302.56 | 0.95 | 0.43 |
| Hex | D8 | 5 | CF | 0 | 62 | 4 | F | 12F | 5F | 2B |
| Octal | 330 | 5 | 317 | 0 | 142 | 4 | 17 | 457 | 137 | 53 |
| Binary | 11011000 | 101 | 11001111 | 0 | 1100010 | 100 | 1111 | 100101111 | 1011111 | 101011 |
Color Harmonies of #D805CF
Complementary color
Monochromatic Colors of #D805CF
Black with #D805CF
Text Example
Text Example
White with #D805CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D805CF; }
p { color: rgb(216,5,207); }
H1.HeaderClassName
{
color: #D805CF;
}
.AnyTagClassName
{
color: #D805CF;
}
</style>
background-color css
<style>
a { background-color: #D805CF; }
a { background-color: rgb(216,5,207); }
div.DivClassName
{
background-color: #D805CF;
}
.BgClassName
{
background-color: #D805CF;
}
</style>
border-color css
<style>
span { border-color: #D805CF; }
span { border-color: rgb(216,5,207); }
td.TdClassName
{
border-color: #D805CF;
}
.TagClassName
{
border-color: #D805CF;
}
</style>