Shades of Deep Magenta #D807CC
Tints of Deep Magenta #D807CC
RGB
CMYK
RGB Variations
Color information
#D807CC (or 0xD807CC) is known color: Deep Magenta. HEX triplet: D8, 07 and CC. RGB value is (216,7,204). Sum of RGB (Red+Green+Blue) = 216+7+204=427 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.59% from 427); Green value is 7 (3.12% from 255 or 1.64% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 216 - color contains mainly: red. Hex color #D807CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D807CC is #27F833. Grayscale: #5B5B5B. Windows color (decimal): -2619444 or 13371352. OLE color: 13371352.
HSL color Cylindrical-coordinate representation of color #D807CC: hue angle of 303.44º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D807CC is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 7 | 204 | - |
| CMYK | 0 | 0.97 | 0.06 | 0.15 |
| HSL | 303.45º | 0.94% | 0.44% | - |
| HSV(B) | 303.45º | 0.97% | 0.85% | - |
| XYZ | 39.29 | 19.11 | 58.74 | - |
| YUV | 91.95 | 191.24 | 216.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 7 | 204 | 0 | 0.97 | 0.06 | 0.15 | 303.45 | 0.94 | 0.44 |
| Hex | D8 | 7 | CC | 0 | 61 | 6 | F | 12F | 5E | 2C |
| Octal | 330 | 7 | 314 | 0 | 141 | 6 | 17 | 457 | 136 | 54 |
| Binary | 11011000 | 111 | 11001100 | 0 | 1100001 | 110 | 1111 | 100101111 | 1011110 | 101100 |
Color Harmonies of #D807CC
Complementary color
Monochromatic Colors of #D807CC
Black with #D807CC
Text Example
Text Example
White with #D807CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D807CC; }
p { color: rgb(216,7,204); }
H1.HeaderClassName
{
color: #D807CC;
}
.AnyTagClassName
{
color: #D807CC;
}
</style>
background-color css
<style>
a { background-color: #D807CC; }
a { background-color: rgb(216,7,204); }
div.DivClassName
{
background-color: #D807CC;
}
.BgClassName
{
background-color: #D807CC;
}
</style>
border-color css
<style>
span { border-color: #D807CC; }
span { border-color: rgb(216,7,204); }
td.TdClassName
{
border-color: #D807CC;
}
.TagClassName
{
border-color: #D807CC;
}
</style>