Shades of Deep Magenta #D21CBB
Tints of Deep Magenta #D21CBB
RGB
CMYK
RGB Variations
Color information
#D21CBB (or 0xD21CBB) is known color: Deep Magenta. HEX triplet: D2, 1C and BB. RGB value is (210,28,187). Sum of RGB (Red+Green+Blue) = 210+28+187=425 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.41% from 425); Green value is 28 (11.33% from 255 or 6.59% from 425); Blue value is 187 (73.44% from 255 or 44% from 425); Max value from RGB is 210 - color contains mainly: red. Hex color #D21CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21CBB is #2DE344. Grayscale: #646464. Windows color (decimal): -3007301 or 12262610. OLE color: 12262610.
HSL color Cylindrical-coordinate representation of color #D21CBB: hue angle of 307.58º 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 #D21CBB is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 28 | 187 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.18 |
| HSL | 307.58º | 0.76% | 0.47% | - |
| HSV(B) | 307.58º | 0.87% | 0.82% | - |
| XYZ | 35.96 | 18.12 | 48.62 | - |
| YUV | 100.54 | 176.8 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 28 | 187 | 0 | 0.87 | 0.11 | 0.18 | 307.58 | 0.76 | 0.47 |
| Hex | D2 | 1C | BB | 0 | 57 | B | 12 | 134 | 4C | 2F |
| Octal | 322 | 34 | 273 | 0 | 127 | 13 | 22 | 464 | 114 | 57 |
| Binary | 11010010 | 11100 | 10111011 | 0 | 1010111 | 1011 | 10010 | 100110100 | 1001100 | 101111 |
Color Harmonies of #D21CBB
Complementary color
Monochromatic Colors of #D21CBB
Black with #D21CBB
Text Example
Text Example
White with #D21CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21CBB; }
p { color: rgb(210,28,187); }
H1.HeaderClassName
{
color: #D21CBB;
}
.AnyTagClassName
{
color: #D21CBB;
}
</style>
background-color css
<style>
a { background-color: #D21CBB; }
a { background-color: rgb(210,28,187); }
div.DivClassName
{
background-color: #D21CBB;
}
.BgClassName
{
background-color: #D21CBB;
}
</style>
border-color css
<style>
span { border-color: #D21CBB; }
span { border-color: rgb(210,28,187); }
td.TdClassName
{
border-color: #D21CBB;
}
.TagClassName
{
border-color: #D21CBB;
}
</style>