Shades of Deep Magenta #D722CE
Tints of Deep Magenta #D722CE
RGB
CMYK
RGB Variations
Color information
#D722CE (or 0xD722CE) is known color: Deep Magenta. HEX triplet: D7, 22 and CE. RGB value is (215,34,206). Sum of RGB (Red+Green+Blue) = 215+34+206=455 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.25% from 455); Green value is 34 (13.67% from 255 or 7.47% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 215 - color contains mainly: red. Hex color #D722CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D722CE is #28DD31. Grayscale: #6B6B6B. Windows color (decimal): -2678066 or 13509335. OLE color: 13509335.
HSL color Cylindrical-coordinate representation of color #D722CE: hue angle of 302.98º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D722CE is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 34 | 206 | - |
| CMYK | 0 | 0.84 | 0.04 | 0.16 |
| HSL | 302.98º | 0.73% | 0.49% | - |
| HSV(B) | 302.98º | 0.84% | 0.84% | - |
| XYZ | 39.74 | 20.05 | 60.17 | - |
| YUV | 107.73 | 183.47 | 204.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 34 | 206 | 0 | 0.84 | 0.04 | 0.16 | 302.98 | 0.73 | 0.49 |
| Hex | D7 | 22 | CE | 0 | 54 | 4 | 10 | 12F | 49 | 31 |
| Octal | 327 | 42 | 316 | 0 | 124 | 4 | 20 | 457 | 111 | 61 |
| Binary | 11010111 | 100010 | 11001110 | 0 | 1010100 | 100 | 10000 | 100101111 | 1001001 | 110001 |
Color Harmonies of #D722CE
Complementary color
Monochromatic Colors of #D722CE
Black with #D722CE
Text Example
Text Example
White with #D722CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D722CE; }
p { color: rgb(215,34,206); }
H1.HeaderClassName
{
color: #D722CE;
}
.AnyTagClassName
{
color: #D722CE;
}
</style>
background-color css
<style>
a { background-color: #D722CE; }
a { background-color: rgb(215,34,206); }
div.DivClassName
{
background-color: #D722CE;
}
.BgClassName
{
background-color: #D722CE;
}
</style>
border-color css
<style>
span { border-color: #D722CE; }
span { border-color: rgb(215,34,206); }
td.TdClassName
{
border-color: #D722CE;
}
.TagClassName
{
border-color: #D722CE;
}
</style>