Shades of Deep Magenta #D219BE
Tints of Deep Magenta #D219BE
RGB
CMYK
RGB Variations
Color information
#D219BE (or 0xD219BE) is known color: Deep Magenta. HEX triplet: D2, 19 and BE. RGB value is (210,25,190). Sum of RGB (Red+Green+Blue) = 210+25+190=425 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.41% from 425); Green value is 25 (10.16% from 255 or 5.88% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 210 - color contains mainly: red. Hex color #D219BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D219BE is #2DE641. Grayscale: #626262. Windows color (decimal): -3008066 or 12458450. OLE color: 12458450.
HSL color Cylindrical-coordinate representation of color #D219BE: hue angle of 306.49º 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 #D219BE is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 25 | 190 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.18 |
| HSL | 306.49º | 0.79% | 0.46% | - |
| HSV(B) | 306.49º | 0.88% | 0.82% | - |
| XYZ | 36.22 | 18.11 | 50.3 | - |
| YUV | 99.13 | 179.29 | 207.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 25 | 190 | 0 | 0.88 | 0.10 | 0.18 | 306.49 | 0.79 | 0.46 |
| Hex | D2 | 19 | BE | 0 | 58 | A | 12 | 132 | 4F | 2E |
| Octal | 322 | 31 | 276 | 0 | 130 | 12 | 22 | 462 | 117 | 56 |
| Binary | 11010010 | 11001 | 10111110 | 0 | 1011000 | 1010 | 10010 | 100110010 | 1001111 | 101110 |
Color Harmonies of #D219BE
Complementary color
Monochromatic Colors of #D219BE
Black with #D219BE
Text Example
Text Example
White with #D219BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D219BE; }
p { color: rgb(210,25,190); }
H1.HeaderClassName
{
color: #D219BE;
}
.AnyTagClassName
{
color: #D219BE;
}
</style>
background-color css
<style>
a { background-color: #D219BE; }
a { background-color: rgb(210,25,190); }
div.DivClassName
{
background-color: #D219BE;
}
.BgClassName
{
background-color: #D219BE;
}
</style>
border-color css
<style>
span { border-color: #D219BE; }
span { border-color: rgb(210,25,190); }
td.TdClassName
{
border-color: #D219BE;
}
.TagClassName
{
border-color: #D219BE;
}
</style>