Shades of Deep Magenta #D007CC
Tints of Deep Magenta #D007CC
RGB
CMYK
RGB Variations
Color information
#D007CC (or 0xD007CC) is known color: Deep Magenta. HEX triplet: D0, 07 and CC. RGB value is (208,7,204). Sum of RGB (Red+Green+Blue) = 208+7+204=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 7 (3.12% from 255 or 1.67% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D007CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D007CC is #2FF833. Grayscale: #585858. Windows color (decimal): -3143732 or 13371344. OLE color: 13371344.
HSL color Cylindrical-coordinate representation of color #D007CC: hue angle of 301.19º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D007CC is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 7 | 204 | - |
| CMYK | 0 | 0.97 | 0.02 | 0.18 |
| HSL | 301.19º | 0.93% | 0.42% | - |
| HSV(B) | 301.19º | 0.97% | 0.82% | - |
| XYZ | 36.99 | 17.92 | 58.64 | - |
| YUV | 89.56 | 192.59 | 212.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 7 | 204 | 0 | 0.97 | 0.02 | 0.18 | 301.19 | 0.93 | 0.42 |
| Hex | D0 | 7 | CC | 0 | 61 | 2 | 12 | 12D | 5D | 2A |
| Octal | 320 | 7 | 314 | 0 | 141 | 2 | 22 | 455 | 135 | 52 |
| Binary | 11010000 | 111 | 11001100 | 0 | 1100001 | 10 | 10010 | 100101101 | 1011101 | 101010 |
Color Harmonies of #D007CC
Complementary color
Monochromatic Colors of #D007CC
Black with #D007CC
Text Example
Text Example
White with #D007CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D007CC; }
p { color: rgb(208,7,204); }
H1.HeaderClassName
{
color: #D007CC;
}
.AnyTagClassName
{
color: #D007CC;
}
</style>
background-color css
<style>
a { background-color: #D007CC; }
a { background-color: rgb(208,7,204); }
div.DivClassName
{
background-color: #D007CC;
}
.BgClassName
{
background-color: #D007CC;
}
</style>
border-color css
<style>
span { border-color: #D007CC; }
span { border-color: rgb(208,7,204); }
td.TdClassName
{
border-color: #D007CC;
}
.TagClassName
{
border-color: #D007CC;
}
</style>