Shades of Deep Magenta #D224B2
Tints of Deep Magenta #D224B2
RGB
CMYK
RGB Variations
Color information
#D224B2 (or 0xD224B2) is known color: Deep Magenta. HEX triplet: D2, 24 and B2. RGB value is (210,36,178). Sum of RGB (Red+Green+Blue) = 210+36+178=424 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.53% from 424); Green value is 36 (14.45% from 255 or 8.49% from 424); Blue value is 178 (69.92% from 255 or 41.98% from 424); Max value from RGB is 210 - color contains mainly: red. Hex color #D224B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D224B2 is #2DDB4D. Grayscale: #676767. Windows color (decimal): -3005262 or 11674834. OLE color: 11674834.
HSL color Cylindrical-coordinate representation of color #D224B2: hue angle of 311.03º 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 #D224B2 is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 36 | 178 | - |
| CMYK | 0 | 0.83 | 0.15 | 0.18 |
| HSL | 311.03º | 0.71% | 0.48% | - |
| HSV(B) | 311.03º | 0.83% | 0.82% | - |
| XYZ | 35.25 | 18.18 | 43.77 | - |
| YUV | 104.21 | 169.65 | 203.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 36 | 178 | 0 | 0.83 | 0.15 | 0.18 | 311.03 | 0.71 | 0.48 |
| Hex | D2 | 24 | B2 | 0 | 53 | F | 12 | 137 | 47 | 30 |
| Octal | 322 | 44 | 262 | 0 | 123 | 17 | 22 | 467 | 107 | 60 |
| Binary | 11010010 | 100100 | 10110010 | 0 | 1010011 | 1111 | 10010 | 100110111 | 1000111 | 110000 |
Color Harmonies of #D224B2
Complementary color
Monochromatic Colors of #D224B2
Black with #D224B2
Text Example
Text Example
White with #D224B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D224B2; }
p { color: rgb(210,36,178); }
H1.HeaderClassName
{
color: #D224B2;
}
.AnyTagClassName
{
color: #D224B2;
}
</style>
background-color css
<style>
a { background-color: #D224B2; }
a { background-color: rgb(210,36,178); }
div.DivClassName
{
background-color: #D224B2;
}
.BgClassName
{
background-color: #D224B2;
}
</style>
border-color css
<style>
span { border-color: #D224B2; }
span { border-color: rgb(210,36,178); }
td.TdClassName
{
border-color: #D224B2;
}
.TagClassName
{
border-color: #D224B2;
}
</style>