Shades of Deep Magenta #D421B5
Tints of Deep Magenta #D421B5
RGB
CMYK
RGB Variations
Color information
#D421B5 (or 0xD421B5) is known color: Deep Magenta. HEX triplet: D4, 21 and B5. RGB value is (212,33,181). Sum of RGB (Red+Green+Blue) = 212+33+181=426 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.77% from 426); Green value is 33 (13.28% from 255 or 7.75% from 426); Blue value is 181 (71.09% from 255 or 42.49% from 426); Max value from RGB is 212 - color contains mainly: red. Hex color #D421B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D421B5 is #2BDE4A. Grayscale: #666666. Windows color (decimal): -2874955 or 11870676. OLE color: 11870676.
HSL color Cylindrical-coordinate representation of color #D421B5: hue angle of 310.39º degrees, saturation: 0.73, 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 #D421B5 is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 33 | 181 | - |
| CMYK | 0 | 0.84 | 0.15 | 0.17 |
| HSL | 310.39º | 0.73% | 0.48% | - |
| HSV(B) | 310.39º | 0.84% | 0.83% | - |
| XYZ | 36.04 | 18.42 | 45.37 | - |
| YUV | 103.39 | 171.8 | 205.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 33 | 181 | 0 | 0.84 | 0.15 | 0.17 | 310.39 | 0.73 | 0.48 |
| Hex | D4 | 21 | B5 | 0 | 54 | F | 11 | 136 | 49 | 30 |
| Octal | 324 | 41 | 265 | 0 | 124 | 17 | 21 | 466 | 111 | 60 |
| Binary | 11010100 | 100001 | 10110101 | 0 | 1010100 | 1111 | 10001 | 100110110 | 1001001 | 110000 |
Color Harmonies of #D421B5
Complementary color
Monochromatic Colors of #D421B5
Black with #D421B5
Text Example
Text Example
White with #D421B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D421B5; }
p { color: rgb(212,33,181); }
H1.HeaderClassName
{
color: #D421B5;
}
.AnyTagClassName
{
color: #D421B5;
}
</style>
background-color css
<style>
a { background-color: #D421B5; }
a { background-color: rgb(212,33,181); }
div.DivClassName
{
background-color: #D421B5;
}
.BgClassName
{
background-color: #D421B5;
}
</style>
border-color css
<style>
span { border-color: #D421B5; }
span { border-color: rgb(212,33,181); }
td.TdClassName
{
border-color: #D421B5;
}
.TagClassName
{
border-color: #D421B5;
}
</style>