Shades of Deep Magenta #D224B8
Tints of Deep Magenta #D224B8
RGB
CMYK
RGB Variations
Color information
#D224B8 (or 0xD224B8) is known color: Deep Magenta. HEX triplet: D2, 24 and B8. RGB value is (210,36,184). Sum of RGB (Red+Green+Blue) = 210+36+184=430 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.84% from 430); Green value is 36 (14.45% from 255 or 8.37% from 430); Blue value is 184 (72.27% from 255 or 42.79% from 430); Max value from RGB is 210 - color contains mainly: red. Hex color #D224B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D224B8 is #2DDB47. Grayscale: #686868. Windows color (decimal): -3005256 or 12068050. OLE color: 12068050.
HSL color Cylindrical-coordinate representation of color #D224B8: hue angle of 308.97º 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 #D224B8 is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 36 | 184 | - |
| CMYK | 0 | 0.83 | 0.12 | 0.18 |
| HSL | 308.97º | 0.71% | 0.48% | - |
| HSV(B) | 308.97º | 0.83% | 0.82% | - |
| XYZ | 35.86 | 18.42 | 47.01 | - |
| YUV | 104.9 | 172.65 | 202.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 36 | 184 | 0 | 0.83 | 0.12 | 0.18 | 308.97 | 0.71 | 0.48 |
| Hex | D2 | 24 | B8 | 0 | 53 | C | 12 | 135 | 47 | 30 |
| Octal | 322 | 44 | 270 | 0 | 123 | 14 | 22 | 465 | 107 | 60 |
| Binary | 11010010 | 100100 | 10111000 | 0 | 1010011 | 1100 | 10010 | 100110101 | 1000111 | 110000 |
Color Harmonies of #D224B8
Complementary color
Monochromatic Colors of #D224B8
Black with #D224B8
Text Example
Text Example
White with #D224B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D224B8; }
p { color: rgb(210,36,184); }
H1.HeaderClassName
{
color: #D224B8;
}
.AnyTagClassName
{
color: #D224B8;
}
</style>
background-color css
<style>
a { background-color: #D224B8; }
a { background-color: rgb(210,36,184); }
div.DivClassName
{
background-color: #D224B8;
}
.BgClassName
{
background-color: #D224B8;
}
</style>
border-color css
<style>
span { border-color: #D224B8; }
span { border-color: rgb(210,36,184); }
td.TdClassName
{
border-color: #D224B8;
}
.TagClassName
{
border-color: #D224B8;
}
</style>