Shades of Deep Magenta #D614BA
Tints of Deep Magenta #D614BA
RGB
CMYK
RGB Variations
Color information
#D614BA (or 0xD614BA) is known color: Deep Magenta. HEX triplet: D6, 14 and BA. RGB value is (214,20,186). Sum of RGB (Red+Green+Blue) = 214+20+186=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 20 (8.20% from 255 or 4.76% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D614BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D614BA is #29EB45. Grayscale: #606060. Windows color (decimal): -2747206 or 12195030. OLE color: 12195030.
HSL color Cylindrical-coordinate representation of color #D614BA: hue angle of 308.66º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D614BA is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 20 | 186 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.16 |
| HSL | 308.66º | 0.83% | 0.46% | - |
| HSV(B) | 308.66º | 0.91% | 0.84% | - |
| XYZ | 36.84 | 18.34 | 48.05 | - |
| YUV | 96.93 | 178.27 | 211.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 20 | 186 | 0 | 0.91 | 0.13 | 0.16 | 308.66 | 0.83 | 0.46 |
| Hex | D6 | 14 | BA | 0 | 5B | D | 10 | 135 | 53 | 2E |
| Octal | 326 | 24 | 272 | 0 | 133 | 15 | 20 | 465 | 123 | 56 |
| Binary | 11010110 | 10100 | 10111010 | 0 | 1011011 | 1101 | 10000 | 100110101 | 1010011 | 101110 |
Color Harmonies of #D614BA
Complementary color
Monochromatic Colors of #D614BA
Black with #D614BA
Text Example
Text Example
White with #D614BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D614BA; }
p { color: rgb(214,20,186); }
H1.HeaderClassName
{
color: #D614BA;
}
.AnyTagClassName
{
color: #D614BA;
}
</style>
background-color css
<style>
a { background-color: #D614BA; }
a { background-color: rgb(214,20,186); }
div.DivClassName
{
background-color: #D614BA;
}
.BgClassName
{
background-color: #D614BA;
}
</style>
border-color css
<style>
span { border-color: #D614BA; }
span { border-color: rgb(214,20,186); }
td.TdClassName
{
border-color: #D614BA;
}
.TagClassName
{
border-color: #D614BA;
}
</style>