Shades of Deep Magenta #D22BC4
Tints of Deep Magenta #D22BC4
RGB
CMYK
RGB Variations
Color information
#D22BC4 (or 0xD22BC4) is known color: Deep Magenta. HEX triplet: D2, 2B and C4. RGB value is (210,43,196). Sum of RGB (Red+Green+Blue) = 210+43+196=449 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.77% from 449); Green value is 43 (17.19% from 255 or 9.58% from 449); Blue value is 196 (76.95% from 255 or 43.65% from 449); Max value from RGB is 210 - color contains mainly: red. Hex color #D22BC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22BC4 is #2DD43B. Grayscale: #6D6D6D. Windows color (decimal): -3003452 or 12856274. OLE color: 12856274.
HSL color Cylindrical-coordinate representation of color #D22BC4: hue angle of 305.03º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D22BC4 is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 43 | 196 | - |
| CMYK | 0 | 0.80 | 0.07 | 0.18 |
| HSL | 305.03º | 0.66% | 0.5% | - |
| HSV(B) | 305.03º | 0.8% | 0.82% | - |
| XYZ | 37.41 | 19.41 | 54 | - |
| YUV | 110.38 | 176.33 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 43 | 196 | 0 | 0.80 | 0.07 | 0.18 | 305.03 | 0.66 | 0.5 |
| Hex | D2 | 2B | C4 | 0 | 50 | 7 | 12 | 131 | 42 | 32 |
| Octal | 322 | 53 | 304 | 0 | 120 | 7 | 22 | 461 | 102 | 62 |
| Binary | 11010010 | 101011 | 11000100 | 0 | 1010000 | 111 | 10010 | 100110001 | 1000010 | 110010 |
Color Harmonies of #D22BC4
Complementary color
Monochromatic Colors of #D22BC4
Black with #D22BC4
Text Example
Text Example
White with #D22BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22BC4; }
p { color: rgb(210,43,196); }
H1.HeaderClassName
{
color: #D22BC4;
}
.AnyTagClassName
{
color: #D22BC4;
}
</style>
background-color css
<style>
a { background-color: #D22BC4; }
a { background-color: rgb(210,43,196); }
div.DivClassName
{
background-color: #D22BC4;
}
.BgClassName
{
background-color: #D22BC4;
}
</style>
border-color css
<style>
span { border-color: #D22BC4; }
span { border-color: rgb(210,43,196); }
td.TdClassName
{
border-color: #D22BC4;
}
.TagClassName
{
border-color: #D22BC4;
}
</style>