Shades of Deep Magenta #D614BD
Tints of Deep Magenta #D614BD
RGB
CMYK
RGB Variations
Color information
#D614BD (or 0xD614BD) is known color: Deep Magenta. HEX triplet: D6, 14 and BD. RGB value is (214,20,189). Sum of RGB (Red+Green+Blue) = 214+20+189=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 20 (8.20% from 255 or 4.73% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D614BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D614BD is #29EB42. Grayscale: #606060. Windows color (decimal): -2747203 or 12391638. OLE color: 12391638.
HSL color Cylindrical-coordinate representation of color #D614BD: hue angle of 307.73º 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 #D614BD is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 20 | 189 | - |
| CMYK | 0 | 0.91 | 0.12 | 0.16 |
| HSL | 307.73º | 0.83% | 0.46% | - |
| HSV(B) | 307.73º | 0.91% | 0.84% | - |
| XYZ | 37.17 | 18.47 | 49.75 | - |
| YUV | 97.27 | 179.77 | 211.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 20 | 189 | 0 | 0.91 | 0.12 | 0.16 | 307.73 | 0.83 | 0.46 |
| Hex | D6 | 14 | BD | 0 | 5B | C | 10 | 134 | 53 | 2E |
| Octal | 326 | 24 | 275 | 0 | 133 | 14 | 20 | 464 | 123 | 56 |
| Binary | 11010110 | 10100 | 10111101 | 0 | 1011011 | 1100 | 10000 | 100110100 | 1010011 | 101110 |
Color Harmonies of #D614BD
Complementary color
Monochromatic Colors of #D614BD
Black with #D614BD
Text Example
Text Example
White with #D614BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D614BD; }
p { color: rgb(214,20,189); }
H1.HeaderClassName
{
color: #D614BD;
}
.AnyTagClassName
{
color: #D614BD;
}
</style>
background-color css
<style>
a { background-color: #D614BD; }
a { background-color: rgb(214,20,189); }
div.DivClassName
{
background-color: #D614BD;
}
.BgClassName
{
background-color: #D614BD;
}
</style>
border-color css
<style>
span { border-color: #D614BD; }
span { border-color: rgb(214,20,189); }
td.TdClassName
{
border-color: #D614BD;
}
.TagClassName
{
border-color: #D614BD;
}
</style>