Shades of Deep Magenta #D721C1
Tints of Deep Magenta #D721C1
RGB
CMYK
RGB Variations
Color information
#D721C1 (or 0xD721C1) is known color: Deep Magenta. HEX triplet: D7, 21 and C1. RGB value is (215,33,193). Sum of RGB (Red+Green+Blue) = 215+33+193=441 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.75% from 441); Green value is 33 (13.28% from 255 or 7.48% from 441); Blue value is 193 (75.78% from 255 or 43.76% from 441); Max value from RGB is 215 - color contains mainly: red. Hex color #D721C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D721C1 is #28DE3E. Grayscale: #696969. Windows color (decimal): -2678335 or 12657111. OLE color: 12657111.
HSL color Cylindrical-coordinate representation of color #D721C1: hue angle of 307.25º 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 #D721C1 is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 33 | 193 | - |
| CMYK | 0 | 0.85 | 0.10 | 0.16 |
| HSL | 307.25º | 0.73% | 0.49% | - |
| HSV(B) | 307.25º | 0.85% | 0.84% | - |
| XYZ | 38.19 | 19.39 | 52.18 | - |
| YUV | 105.66 | 177.3 | 205.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 33 | 193 | 0 | 0.85 | 0.10 | 0.16 | 307.25 | 0.73 | 0.49 |
| Hex | D7 | 21 | C1 | 0 | 55 | A | 10 | 133 | 49 | 31 |
| Octal | 327 | 41 | 301 | 0 | 125 | 12 | 20 | 463 | 111 | 61 |
| Binary | 11010111 | 100001 | 11000001 | 0 | 1010101 | 1010 | 10000 | 100110011 | 1001001 | 110001 |
Color Harmonies of #D721C1
Complementary color
Monochromatic Colors of #D721C1
Black with #D721C1
Text Example
Text Example
White with #D721C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D721C1; }
p { color: rgb(215,33,193); }
H1.HeaderClassName
{
color: #D721C1;
}
.AnyTagClassName
{
color: #D721C1;
}
</style>
background-color css
<style>
a { background-color: #D721C1; }
a { background-color: rgb(215,33,193); }
div.DivClassName
{
background-color: #D721C1;
}
.BgClassName
{
background-color: #D721C1;
}
</style>
border-color css
<style>
span { border-color: #D721C1; }
span { border-color: rgb(215,33,193); }
td.TdClassName
{
border-color: #D721C1;
}
.TagClassName
{
border-color: #D721C1;
}
</style>