Shades of Deep Magenta #D219BB
Tints of Deep Magenta #D219BB
RGB
CMYK
RGB Variations
Color information
#D219BB (or 0xD219BB) is known color: Deep Magenta. HEX triplet: D2, 19 and BB. RGB value is (210,25,187). Sum of RGB (Red+Green+Blue) = 210+25+187=422 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.76% from 422); Green value is 25 (10.16% from 255 or 5.92% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 210 - color contains mainly: red. Hex color #D219BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D219BB is #2DE644. Grayscale: #626262. Windows color (decimal): -3008069 or 12261842. OLE color: 12261842.
HSL color Cylindrical-coordinate representation of color #D219BB: hue angle of 307.46º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D219BB is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 25 | 187 | - |
| CMYK | 0 | 0.88 | 0.11 | 0.18 |
| HSL | 307.46º | 0.79% | 0.46% | - |
| HSV(B) | 307.46º | 0.88% | 0.82% | - |
| XYZ | 35.9 | 17.98 | 48.59 | - |
| YUV | 98.78 | 177.79 | 207.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 25 | 187 | 0 | 0.88 | 0.11 | 0.18 | 307.46 | 0.79 | 0.46 |
| Hex | D2 | 19 | BB | 0 | 58 | B | 12 | 133 | 4F | 2E |
| Octal | 322 | 31 | 273 | 0 | 130 | 13 | 22 | 463 | 117 | 56 |
| Binary | 11010010 | 11001 | 10111011 | 0 | 1011000 | 1011 | 10010 | 100110011 | 1001111 | 101110 |
Color Harmonies of #D219BB
Complementary color
Monochromatic Colors of #D219BB
Black with #D219BB
Text Example
Text Example
White with #D219BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D219BB; }
p { color: rgb(210,25,187); }
H1.HeaderClassName
{
color: #D219BB;
}
.AnyTagClassName
{
color: #D219BB;
}
</style>
background-color css
<style>
a { background-color: #D219BB; }
a { background-color: rgb(210,25,187); }
div.DivClassName
{
background-color: #D219BB;
}
.BgClassName
{
background-color: #D219BB;
}
</style>
border-color css
<style>
span { border-color: #D219BB; }
span { border-color: rgb(210,25,187); }
td.TdClassName
{
border-color: #D219BB;
}
.TagClassName
{
border-color: #D219BB;
}
</style>