Shades of Deep Magenta #D224BA
Tints of Deep Magenta #D224BA
RGB
CMYK
RGB Variations
Color information
#D224BA (or 0xD224BA) is known color: Deep Magenta. HEX triplet: D2, 24 and BA. RGB value is (210,36,186). Sum of RGB (Red+Green+Blue) = 210+36+186=432 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.61% from 432); Green value is 36 (14.45% from 255 or 8.33% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 210 - color contains mainly: red. Hex color #D224BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D224BA is #2DDB45. Grayscale: #686868. Windows color (decimal): -3005254 or 12199122. OLE color: 12199122.
HSL color Cylindrical-coordinate representation of color #D224BA: hue angle of 308.28º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D224BA is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 36 | 186 | - |
| CMYK | 0 | 0.83 | 0.11 | 0.18 |
| HSL | 308.28º | 0.71% | 0.48% | - |
| HSV(B) | 308.28º | 0.83% | 0.82% | - |
| XYZ | 36.07 | 18.51 | 48.13 | - |
| YUV | 105.13 | 173.65 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 36 | 186 | 0 | 0.83 | 0.11 | 0.18 | 308.28 | 0.71 | 0.48 |
| Hex | D2 | 24 | BA | 0 | 53 | B | 12 | 134 | 47 | 30 |
| Octal | 322 | 44 | 272 | 0 | 123 | 13 | 22 | 464 | 107 | 60 |
| Binary | 11010010 | 100100 | 10111010 | 0 | 1010011 | 1011 | 10010 | 100110100 | 1000111 | 110000 |
Color Harmonies of #D224BA
Complementary color
Monochromatic Colors of #D224BA
Black with #D224BA
Text Example
Text Example
White with #D224BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D224BA; }
p { color: rgb(210,36,186); }
H1.HeaderClassName
{
color: #D224BA;
}
.AnyTagClassName
{
color: #D224BA;
}
</style>
background-color css
<style>
a { background-color: #D224BA; }
a { background-color: rgb(210,36,186); }
div.DivClassName
{
background-color: #D224BA;
}
.BgClassName
{
background-color: #D224BA;
}
</style>
border-color css
<style>
span { border-color: #D224BA; }
span { border-color: rgb(210,36,186); }
td.TdClassName
{
border-color: #D224BA;
}
.TagClassName
{
border-color: #D224BA;
}
</style>