Shades of Deep Magenta #D614C0
Tints of Deep Magenta #D614C0
RGB
CMYK
RGB Variations
Color information
#D614C0 (or 0xD614C0) is known color: Deep Magenta. HEX triplet: D6, 14 and C0. RGB value is (214,20,192). Sum of RGB (Red+Green+Blue) = 214+20+192=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 20 (8.20% from 255 or 4.69% from 426); Blue value is 192 (75.39% from 255 or 45.07% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D614C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D614C0 is #29EB3F. Grayscale: #616161. Windows color (decimal): -2747200 or 12588246. OLE color: 12588246.
HSL color Cylindrical-coordinate representation of color #D614C0: hue angle of 306.8º 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 #D614C0 is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 20 | 192 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.16 |
| HSL | 306.8º | 0.83% | 0.46% | - |
| HSV(B) | 306.8º | 0.91% | 0.84% | - |
| XYZ | 37.5 | 18.6 | 51.48 | - |
| YUV | 97.61 | 181.27 | 211.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 20 | 192 | 0 | 0.91 | 0.10 | 0.16 | 306.8 | 0.83 | 0.46 |
| Hex | D6 | 14 | C0 | 0 | 5B | A | 10 | 133 | 53 | 2E |
| Octal | 326 | 24 | 300 | 0 | 133 | 12 | 20 | 463 | 123 | 56 |
| Binary | 11010110 | 10100 | 11000000 | 0 | 1011011 | 1010 | 10000 | 100110011 | 1010011 | 101110 |
Color Harmonies of #D614C0
Complementary color
Monochromatic Colors of #D614C0
Black with #D614C0
Text Example
Text Example
White with #D614C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D614C0; }
p { color: rgb(214,20,192); }
H1.HeaderClassName
{
color: #D614C0;
}
.AnyTagClassName
{
color: #D614C0;
}
</style>
background-color css
<style>
a { background-color: #D614C0; }
a { background-color: rgb(214,20,192); }
div.DivClassName
{
background-color: #D614C0;
}
.BgClassName
{
background-color: #D614C0;
}
</style>
border-color css
<style>
span { border-color: #D614C0; }
span { border-color: rgb(214,20,192); }
td.TdClassName
{
border-color: #D614C0;
}
.TagClassName
{
border-color: #D614C0;
}
</style>