Shades of Deep Magenta #D221DA
Tints of Deep Magenta #D221DA
RGB
CMYK
RGB Variations
Color information
#D221DA (or 0xD221DA) is known color: Deep Magenta. HEX triplet: D2, 21 and DA. RGB value is (210,33,218). Sum of RGB (Red+Green+Blue) = 210+33+218=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 33 (13.28% from 255 or 7.16% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 218 - color contains mainly: blue. Hex color #D221DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D221DA is #2DDE25. Grayscale: #6A6A6A. Windows color (decimal): -3005990 or 14295506. OLE color: 14295506.
HSL color Cylindrical-coordinate representation of color #D221DA: hue angle of 297.41º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D221DA is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 33 | 218 | - |
| CMYK | 0.04 | 0.85 | 0 | 0.15 |
| HSL | 297.41º | 0.74% | 0.49% | - |
| HSV(B) | 297.41º | 0.85% | 0.85% | - |
| XYZ | 39.78 | 19.85 | 68.06 | - |
| YUV | 107.01 | 190.64 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 33 | 218 | 0.04 | 0.85 | 0 | 0.15 | 297.41 | 0.74 | 0.49 |
| Hex | D2 | 21 | DA | 4 | 55 | 0 | F | 129 | 4A | 31 |
| Octal | 322 | 41 | 332 | 4 | 125 | 0 | 17 | 451 | 112 | 61 |
| Binary | 11010010 | 100001 | 11011010 | 100 | 1010101 | 0 | 1111 | 100101001 | 1001010 | 110001 |
Color Harmonies of #D221DA
Complementary color
Monochromatic Colors of #D221DA
Black with #D221DA
Text Example
Text Example
White with #D221DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D221DA; }
p { color: rgb(210,33,218); }
H1.HeaderClassName
{
color: #D221DA;
}
.AnyTagClassName
{
color: #D221DA;
}
</style>
background-color css
<style>
a { background-color: #D221DA; }
a { background-color: rgb(210,33,218); }
div.DivClassName
{
background-color: #D221DA;
}
.BgClassName
{
background-color: #D221DA;
}
</style>
border-color css
<style>
span { border-color: #D221DA; }
span { border-color: rgb(210,33,218); }
td.TdClassName
{
border-color: #D221DA;
}
.TagClassName
{
border-color: #D221DA;
}
</style>