Shades of Deep Magenta #D422CC
Tints of Deep Magenta #D422CC
RGB
CMYK
RGB Variations
Color information
#D422CC (or 0xD422CC) is known color: Deep Magenta. HEX triplet: D4, 22 and CC. RGB value is (212,34,204). Sum of RGB (Red+Green+Blue) = 212+34+204=450 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.11% from 450); Green value is 34 (13.67% from 255 or 7.56% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 212 - color contains mainly: red. Hex color #D422CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D422CC is #2BDD33. Grayscale: #6A6A6A. Windows color (decimal): -2874676 or 13378260. OLE color: 13378260.
HSL color Cylindrical-coordinate representation of color #D422CC: hue angle of 302.7º 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 #D422CC is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 34 | 204 | - |
| CMYK | 0 | 0.84 | 0.04 | 0.17 |
| HSL | 302.7º | 0.72% | 0.48% | - |
| HSV(B) | 302.7º | 0.84% | 0.83% | - |
| XYZ | 38.62 | 19.5 | 58.86 | - |
| YUV | 106.6 | 182.97 | 203.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 34 | 204 | 0 | 0.84 | 0.04 | 0.17 | 302.7 | 0.72 | 0.48 |
| Hex | D4 | 22 | CC | 0 | 54 | 4 | 11 | 12F | 48 | 30 |
| Octal | 324 | 42 | 314 | 0 | 124 | 4 | 21 | 457 | 110 | 60 |
| Binary | 11010100 | 100010 | 11001100 | 0 | 1010100 | 100 | 10001 | 100101111 | 1001000 | 110000 |
Color Harmonies of #D422CC
Complementary color
Monochromatic Colors of #D422CC
Black with #D422CC
Text Example
Text Example
White with #D422CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D422CC; }
p { color: rgb(212,34,204); }
H1.HeaderClassName
{
color: #D422CC;
}
.AnyTagClassName
{
color: #D422CC;
}
</style>
background-color css
<style>
a { background-color: #D422CC; }
a { background-color: rgb(212,34,204); }
div.DivClassName
{
background-color: #D422CC;
}
.BgClassName
{
background-color: #D422CC;
}
</style>
border-color css
<style>
span { border-color: #D422CC; }
span { border-color: rgb(212,34,204); }
td.TdClassName
{
border-color: #D422CC;
}
.TagClassName
{
border-color: #D422CC;
}
</style>