Shades of Deep Magenta #D721C7
Tints of Deep Magenta #D721C7
RGB
CMYK
RGB Variations
Color information
#D721C7 (or 0xD721C7) is known color: Deep Magenta. HEX triplet: D7, 21 and C7. RGB value is (215,33,199). Sum of RGB (Red+Green+Blue) = 215+33+199=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 33 (13.28% from 255 or 7.38% from 447); Blue value is 199 (78.12% from 255 or 44.52% from 447); Max value from RGB is 215 - color contains mainly: red. Hex color #D721C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D721C7 is #28DE38. Grayscale: #696969. Windows color (decimal): -2678329 or 13050327. OLE color: 13050327.
HSL color Cylindrical-coordinate representation of color #D721C7: hue angle of 305.27º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D721C7 is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 33 | 199 | - |
| CMYK | 0 | 0.85 | 0.07 | 0.16 |
| HSL | 305.27º | 0.73% | 0.49% | - |
| HSV(B) | 305.27º | 0.85% | 0.84% | - |
| XYZ | 38.88 | 19.66 | 55.78 | - |
| YUV | 106.34 | 180.3 | 205.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 33 | 199 | 0 | 0.85 | 0.07 | 0.16 | 305.27 | 0.73 | 0.49 |
| Hex | D7 | 21 | C7 | 0 | 55 | 7 | 10 | 131 | 49 | 31 |
| Octal | 327 | 41 | 307 | 0 | 125 | 7 | 20 | 461 | 111 | 61 |
| Binary | 11010111 | 100001 | 11000111 | 0 | 1010101 | 111 | 10000 | 100110001 | 1001001 | 110001 |
Color Harmonies of #D721C7
Complementary color
Monochromatic Colors of #D721C7
Black with #D721C7
Text Example
Text Example
White with #D721C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D721C7; }
p { color: rgb(215,33,199); }
H1.HeaderClassName
{
color: #D721C7;
}
.AnyTagClassName
{
color: #D721C7;
}
</style>
background-color css
<style>
a { background-color: #D721C7; }
a { background-color: rgb(215,33,199); }
div.DivClassName
{
background-color: #D721C7;
}
.BgClassName
{
background-color: #D721C7;
}
</style>
border-color css
<style>
span { border-color: #D721C7; }
span { border-color: rgb(215,33,199); }
td.TdClassName
{
border-color: #D721C7;
}
.TagClassName
{
border-color: #D721C7;
}
</style>