Shades of Deep Magenta #D722BD
Tints of Deep Magenta #D722BD
RGB
CMYK
RGB Variations
Color information
#D722BD (or 0xD722BD) is known color: Deep Magenta. HEX triplet: D7, 22 and BD. RGB value is (215,34,189). Sum of RGB (Red+Green+Blue) = 215+34+189=438 (58% of max value = 765). Red value is 215 (84.38% from 255 or 49.09% from 438); Green value is 34 (13.67% from 255 or 7.76% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 215 - color contains mainly: red. Hex color #D722BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D722BD is #28DD42. Grayscale: #696969. Windows color (decimal): -2678083 or 12395223. OLE color: 12395223.
HSL color Cylindrical-coordinate representation of color #D722BD: hue angle of 308.62º 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 #D722BD is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 34 | 189 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.16 |
| HSL | 308.62º | 0.73% | 0.49% | - |
| HSV(B) | 308.62º | 0.84% | 0.84% | - |
| XYZ | 37.78 | 19.27 | 49.87 | - |
| YUV | 105.79 | 174.97 | 205.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 34 | 189 | 0 | 0.84 | 0.12 | 0.16 | 308.62 | 0.73 | 0.49 |
| Hex | D7 | 22 | BD | 0 | 54 | C | 10 | 135 | 49 | 31 |
| Octal | 327 | 42 | 275 | 0 | 124 | 14 | 20 | 465 | 111 | 61 |
| Binary | 11010111 | 100010 | 10111101 | 0 | 1010100 | 1100 | 10000 | 100110101 | 1001001 | 110001 |
Color Harmonies of #D722BD
Complementary color
Monochromatic Colors of #D722BD
Black with #D722BD
Text Example
Text Example
White with #D722BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D722BD; }
p { color: rgb(215,34,189); }
H1.HeaderClassName
{
color: #D722BD;
}
.AnyTagClassName
{
color: #D722BD;
}
</style>
background-color css
<style>
a { background-color: #D722BD; }
a { background-color: rgb(215,34,189); }
div.DivClassName
{
background-color: #D722BD;
}
.BgClassName
{
background-color: #D722BD;
}
</style>
border-color css
<style>
span { border-color: #D722BD; }
span { border-color: rgb(215,34,189); }
td.TdClassName
{
border-color: #D722BD;
}
.TagClassName
{
border-color: #D722BD;
}
</style>