Shades of Deep Magenta #D221BE
Tints of Deep Magenta #D221BE
RGB
CMYK
RGB Variations
Color information
#D221BE (or 0xD221BE) is known color: Deep Magenta. HEX triplet: D2, 21 and BE. RGB value is (210,33,190). Sum of RGB (Red+Green+Blue) = 210+33+190=433 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.50% from 433); Green value is 33 (13.28% from 255 or 7.62% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 210 - color contains mainly: red. Hex color #D221BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D221BE is #2DDE41. Grayscale: #676767. Windows color (decimal): -3006018 or 12460498. OLE color: 12460498.
HSL color Cylindrical-coordinate representation of color #D221BE: hue angle of 306.78º 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 #D221BE is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 33 | 190 | - |
| CMYK | 0 | 0.84 | 0.10 | 0.18 |
| HSL | 306.78º | 0.73% | 0.48% | - |
| HSV(B) | 306.78º | 0.84% | 0.82% | - |
| XYZ | 36.42 | 18.51 | 50.37 | - |
| YUV | 103.82 | 176.64 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 33 | 190 | 0 | 0.84 | 0.10 | 0.18 | 306.78 | 0.73 | 0.48 |
| Hex | D2 | 21 | BE | 0 | 54 | A | 12 | 133 | 49 | 30 |
| Octal | 322 | 41 | 276 | 0 | 124 | 12 | 22 | 463 | 111 | 60 |
| Binary | 11010010 | 100001 | 10111110 | 0 | 1010100 | 1010 | 10010 | 100110011 | 1001001 | 110000 |
Color Harmonies of #D221BE
Complementary color
Monochromatic Colors of #D221BE
Black with #D221BE
Text Example
Text Example
White with #D221BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D221BE; }
p { color: rgb(210,33,190); }
H1.HeaderClassName
{
color: #D221BE;
}
.AnyTagClassName
{
color: #D221BE;
}
</style>
background-color css
<style>
a { background-color: #D221BE; }
a { background-color: rgb(210,33,190); }
div.DivClassName
{
background-color: #D221BE;
}
.BgClassName
{
background-color: #D221BE;
}
</style>
border-color css
<style>
span { border-color: #D221BE; }
span { border-color: rgb(210,33,190); }
td.TdClassName
{
border-color: #D221BE;
}
.TagClassName
{
border-color: #D221BE;
}
</style>