Shades of Deep Magenta #D214BC
Tints of Deep Magenta #D214BC
RGB
CMYK
RGB Variations
Color information
#D214BC (or 0xD214BC) is known color: Deep Magenta. HEX triplet: D2, 14 and BC. RGB value is (210,20,188). Sum of RGB (Red+Green+Blue) = 210+20+188=418 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.24% from 418); Green value is 20 (8.20% from 255 or 4.78% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 210 - color contains mainly: red. Hex color #D214BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D214BC is #2DEB43. Grayscale: #5F5F5F. Windows color (decimal): -3009348 or 12326098. OLE color: 12326098.
HSL color Cylindrical-coordinate representation of color #D214BC: hue angle of 306.95º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D214BC is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 20 | 188 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.18 |
| HSL | 306.95º | 0.83% | 0.45% | - |
| HSV(B) | 306.95º | 0.9% | 0.82% | - |
| XYZ | 35.91 | 17.83 | 49.13 | - |
| YUV | 95.96 | 179.95 | 209.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 20 | 188 | 0 | 0.90 | 0.10 | 0.18 | 306.95 | 0.83 | 0.45 |
| Hex | D2 | 14 | BC | 0 | 5A | A | 12 | 133 | 53 | 2D |
| Octal | 322 | 24 | 274 | 0 | 132 | 12 | 22 | 463 | 123 | 55 |
| Binary | 11010010 | 10100 | 10111100 | 0 | 1011010 | 1010 | 10010 | 100110011 | 1010011 | 101101 |
Color Harmonies of #D214BC
Complementary color
Monochromatic Colors of #D214BC
Black with #D214BC
Text Example
Text Example
White with #D214BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D214BC; }
p { color: rgb(210,20,188); }
H1.HeaderClassName
{
color: #D214BC;
}
.AnyTagClassName
{
color: #D214BC;
}
</style>
background-color css
<style>
a { background-color: #D214BC; }
a { background-color: rgb(210,20,188); }
div.DivClassName
{
background-color: #D214BC;
}
.BgClassName
{
background-color: #D214BC;
}
</style>
border-color css
<style>
span { border-color: #D214BC; }
span { border-color: rgb(210,20,188); }
td.TdClassName
{
border-color: #D214BC;
}
.TagClassName
{
border-color: #D214BC;
}
</style>