Shades of Deep Magenta #D422DA
Tints of Deep Magenta #D422DA
RGB
CMYK
RGB Variations
Color information
#D422DA (or 0xD422DA) is known color: Deep Magenta. HEX triplet: D4, 22 and DA. RGB value is (212,34,218). Sum of RGB (Red+Green+Blue) = 212+34+218=464 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.69% from 464); Green value is 34 (13.67% from 255 or 7.33% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 218 - color contains mainly: blue. Hex color #D422DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D422DA is #2BDD25. Grayscale: #6B6B6B. Windows color (decimal): -2874662 or 14295764. OLE color: 14295764.
HSL color Cylindrical-coordinate representation of color #D422DA: hue angle of 298.04º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D422DA is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 34 | 218 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.15 |
| HSL | 298.04º | 0.73% | 0.49% | - |
| HSV(B) | 298.04º | 0.84% | 0.85% | - |
| XYZ | 40.38 | 20.2 | 68.1 | - |
| YUV | 108.2 | 189.97 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 34 | 218 | 0.03 | 0.84 | 0 | 0.15 | 298.04 | 0.73 | 0.49 |
| Hex | D4 | 22 | DA | 3 | 54 | 0 | F | 12A | 49 | 31 |
| Octal | 324 | 42 | 332 | 3 | 124 | 0 | 17 | 452 | 111 | 61 |
| Binary | 11010100 | 100010 | 11011010 | 11 | 1010100 | 0 | 1111 | 100101010 | 1001001 | 110001 |
Color Harmonies of #D422DA
Complementary color
Monochromatic Colors of #D422DA
Black with #D422DA
Text Example
Text Example
White with #D422DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D422DA; }
p { color: rgb(212,34,218); }
H1.HeaderClassName
{
color: #D422DA;
}
.AnyTagClassName
{
color: #D422DA;
}
</style>
background-color css
<style>
a { background-color: #D422DA; }
a { background-color: rgb(212,34,218); }
div.DivClassName
{
background-color: #D422DA;
}
.BgClassName
{
background-color: #D422DA;
}
</style>
border-color css
<style>
span { border-color: #D422DA; }
span { border-color: rgb(212,34,218); }
td.TdClassName
{
border-color: #D422DA;
}
.TagClassName
{
border-color: #D422DA;
}
</style>