Shades of Deep Magenta #D221B4
Tints of Deep Magenta #D221B4
RGB
CMYK
RGB Variations
Color information
#D221B4 (or 0xD221B4) is known color: Deep Magenta. HEX triplet: D2, 21 and B4. RGB value is (210,33,180). Sum of RGB (Red+Green+Blue) = 210+33+180=423 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.65% from 423); Green value is 33 (13.28% from 255 or 7.80% from 423); Blue value is 180 (70.70% from 255 or 42.55% from 423); Max value from RGB is 210 - color contains mainly: red. Hex color #D221B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D221B4 is #2DDE4B. Grayscale: #666666. Windows color (decimal): -3006028 or 11805138. OLE color: 11805138.
HSL color Cylindrical-coordinate representation of color #D221B4: hue angle of 310.17º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D221B4 is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 33 | 180 | - |
| CMYK | 0 | 0.84 | 0.14 | 0.18 |
| HSL | 310.17º | 0.73% | 0.48% | - |
| HSV(B) | 310.17º | 0.84% | 0.82% | - |
| XYZ | 35.36 | 18.08 | 44.81 | - |
| YUV | 102.68 | 171.64 | 204.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 33 | 180 | 0 | 0.84 | 0.14 | 0.18 | 310.17 | 0.73 | 0.48 |
| Hex | D2 | 21 | B4 | 0 | 54 | E | 12 | 136 | 49 | 30 |
| Octal | 322 | 41 | 264 | 0 | 124 | 16 | 22 | 466 | 111 | 60 |
| Binary | 11010010 | 100001 | 10110100 | 0 | 1010100 | 1110 | 10010 | 100110110 | 1001001 | 110000 |
Color Harmonies of #D221B4
Complementary color
Monochromatic Colors of #D221B4
Black with #D221B4
Text Example
Text Example
White with #D221B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D221B4; }
p { color: rgb(210,33,180); }
H1.HeaderClassName
{
color: #D221B4;
}
.AnyTagClassName
{
color: #D221B4;
}
</style>
background-color css
<style>
a { background-color: #D221B4; }
a { background-color: rgb(210,33,180); }
div.DivClassName
{
background-color: #D221B4;
}
.BgClassName
{
background-color: #D221B4;
}
</style>
border-color css
<style>
span { border-color: #D221B4; }
span { border-color: rgb(210,33,180); }
td.TdClassName
{
border-color: #D221B4;
}
.TagClassName
{
border-color: #D221B4;
}
</style>