Shades of Deep Magenta #D21CBA
Tints of Deep Magenta #D21CBA
RGB
CMYK
RGB Variations
Color information
#D21CBA (or 0xD21CBA) is known color: Deep Magenta. HEX triplet: D2, 1C and BA. RGB value is (210,28,186). Sum of RGB (Red+Green+Blue) = 210+28+186=424 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.53% from 424); Green value is 28 (11.33% from 255 or 6.60% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 210 - color contains mainly: red. Hex color #D21CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21CBA is #2DE345. Grayscale: #636363. Windows color (decimal): -3007302 or 12197074. OLE color: 12197074.
HSL color Cylindrical-coordinate representation of color #D21CBA: hue angle of 307.91º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D21CBA is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 28 | 186 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.18 |
| HSL | 307.91º | 0.76% | 0.47% | - |
| HSV(B) | 307.91º | 0.87% | 0.82% | - |
| XYZ | 35.86 | 18.08 | 48.05 | - |
| YUV | 100.43 | 176.3 | 206.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 28 | 186 | 0 | 0.87 | 0.11 | 0.18 | 307.91 | 0.76 | 0.47 |
| Hex | D2 | 1C | BA | 0 | 57 | B | 12 | 134 | 4C | 2F |
| Octal | 322 | 34 | 272 | 0 | 127 | 13 | 22 | 464 | 114 | 57 |
| Binary | 11010010 | 11100 | 10111010 | 0 | 1010111 | 1011 | 10010 | 100110100 | 1001100 | 101111 |
Color Harmonies of #D21CBA
Complementary color
Monochromatic Colors of #D21CBA
Black with #D21CBA
Text Example
Text Example
White with #D21CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21CBA; }
p { color: rgb(210,28,186); }
H1.HeaderClassName
{
color: #D21CBA;
}
.AnyTagClassName
{
color: #D21CBA;
}
</style>
background-color css
<style>
a { background-color: #D21CBA; }
a { background-color: rgb(210,28,186); }
div.DivClassName
{
background-color: #D21CBA;
}
.BgClassName
{
background-color: #D21CBA;
}
</style>
border-color css
<style>
span { border-color: #D21CBA; }
span { border-color: rgb(210,28,186); }
td.TdClassName
{
border-color: #D21CBA;
}
.TagClassName
{
border-color: #D21CBA;
}
</style>