Shades of Deep Magenta #D014BC
Tints of Deep Magenta #D014BC
RGB
CMYK
RGB Variations
Color information
#D014BC (or 0xD014BC) is known color: Deep Magenta. HEX triplet: D0, 14 and BC. RGB value is (208,20,188). Sum of RGB (Red+Green+Blue) = 208+20+188=416 (55% of max value = 765). Red value is 208 (81.64% from 255 or 50% from 416); Green value is 20 (8.20% from 255 or 4.81% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 208 - color contains mainly: red. Hex color #D014BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D014BC is #2FEB43. Grayscale: #5E5E5E. Windows color (decimal): -3140420 or 12326096. OLE color: 12326096.
HSL color Cylindrical-coordinate representation of color #D014BC: hue angle of 306.38º degrees, saturation: 0.82, 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 #D014BC is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 20 | 188 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.18 |
| HSL | 306.38º | 0.82% | 0.45% | - |
| HSV(B) | 306.38º | 0.9% | 0.82% | - |
| XYZ | 35.34 | 17.54 | 49.1 | - |
| YUV | 95.36 | 180.28 | 208.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 20 | 188 | 0 | 0.90 | 0.10 | 0.18 | 306.38 | 0.82 | 0.45 |
| Hex | D0 | 14 | BC | 0 | 5A | A | 12 | 132 | 52 | 2D |
| Octal | 320 | 24 | 274 | 0 | 132 | 12 | 22 | 462 | 122 | 55 |
| Binary | 11010000 | 10100 | 10111100 | 0 | 1011010 | 1010 | 10010 | 100110010 | 1010010 | 101101 |
Color Harmonies of #D014BC
Complementary color
Monochromatic Colors of #D014BC
Black with #D014BC
Text Example
Text Example
White with #D014BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D014BC; }
p { color: rgb(208,20,188); }
H1.HeaderClassName
{
color: #D014BC;
}
.AnyTagClassName
{
color: #D014BC;
}
</style>
background-color css
<style>
a { background-color: #D014BC; }
a { background-color: rgb(208,20,188); }
div.DivClassName
{
background-color: #D014BC;
}
.BgClassName
{
background-color: #D014BC;
}
</style>
border-color css
<style>
span { border-color: #D014BC; }
span { border-color: rgb(208,20,188); }
td.TdClassName
{
border-color: #D014BC;
}
.TagClassName
{
border-color: #D014BC;
}
</style>