Shades of Deep Magenta #D422BD
Tints of Deep Magenta #D422BD
RGB
CMYK
RGB Variations
Color information
#D422BD (or 0xD422BD) is known color: Deep Magenta. HEX triplet: D4, 22 and BD. RGB value is (212,34,189). Sum of RGB (Red+Green+Blue) = 212+34+189=435 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.74% from 435); Green value is 34 (13.67% from 255 or 7.82% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 212 - color contains mainly: red. Hex color #D422BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D422BD is #2BDD42. Grayscale: #686868. Windows color (decimal): -2874691 or 12395220. OLE color: 12395220.
HSL color Cylindrical-coordinate representation of color #D422BD: hue angle of 307.75º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D422BD is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 34 | 189 | - |
| CMYK | 0 | 0.84 | 0.11 | 0.17 |
| HSL | 307.75º | 0.72% | 0.48% | - |
| HSV(B) | 307.75º | 0.84% | 0.83% | - |
| XYZ | 36.91 | 18.82 | 49.83 | - |
| YUV | 104.89 | 175.47 | 204.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 34 | 189 | 0 | 0.84 | 0.11 | 0.17 | 307.75 | 0.72 | 0.48 |
| Hex | D4 | 22 | BD | 0 | 54 | B | 11 | 134 | 48 | 30 |
| Octal | 324 | 42 | 275 | 0 | 124 | 13 | 21 | 464 | 110 | 60 |
| Binary | 11010100 | 100010 | 10111101 | 0 | 1010100 | 1011 | 10001 | 100110100 | 1001000 | 110000 |
Color Harmonies of #D422BD
Complementary color
Monochromatic Colors of #D422BD
Black with #D422BD
Text Example
Text Example
White with #D422BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D422BD; }
p { color: rgb(212,34,189); }
H1.HeaderClassName
{
color: #D422BD;
}
.AnyTagClassName
{
color: #D422BD;
}
</style>
background-color css
<style>
a { background-color: #D422BD; }
a { background-color: rgb(212,34,189); }
div.DivClassName
{
background-color: #D422BD;
}
.BgClassName
{
background-color: #D422BD;
}
</style>
border-color css
<style>
span { border-color: #D422BD; }
span { border-color: rgb(212,34,189); }
td.TdClassName
{
border-color: #D422BD;
}
.TagClassName
{
border-color: #D422BD;
}
</style>