Shades of Deep Magenta #D614B0
Tints of Deep Magenta #D614B0
RGB
CMYK
RGB Variations
Color information
#D614B0 (or 0xD614B0) is known color: Deep Magenta. HEX triplet: D6, 14 and B0. RGB value is (214,20,176). Sum of RGB (Red+Green+Blue) = 214+20+176=410 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.20% from 410); Green value is 20 (8.20% from 255 or 4.88% from 410); Blue value is 176 (69.14% from 255 or 42.93% from 410); Max value from RGB is 214 - color contains mainly: red. Hex color #D614B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D614B0 is #29EB4F. Grayscale: #5F5F5F. Windows color (decimal): -2747216 or 11539670. OLE color: 11539670.
HSL color Cylindrical-coordinate representation of color #D614B0: hue angle of 311.75º 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 #D614B0 is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 20 | 176 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.16 |
| HSL | 311.75º | 0.83% | 0.46% | - |
| HSV(B) | 311.75º | 0.91% | 0.84% | - |
| XYZ | 35.82 | 17.93 | 42.65 | - |
| YUV | 95.79 | 173.27 | 212.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 20 | 176 | 0 | 0.91 | 0.18 | 0.16 | 311.75 | 0.83 | 0.46 |
| Hex | D6 | 14 | B0 | 0 | 5B | 12 | 10 | 138 | 53 | 2E |
| Octal | 326 | 24 | 260 | 0 | 133 | 22 | 20 | 470 | 123 | 56 |
| Binary | 11010110 | 10100 | 10110000 | 0 | 1011011 | 10010 | 10000 | 100111000 | 1010011 | 101110 |
Color Harmonies of #D614B0
Complementary color
Monochromatic Colors of #D614B0
Black with #D614B0
Text Example
Text Example
White with #D614B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D614B0; }
p { color: rgb(214,20,176); }
H1.HeaderClassName
{
color: #D614B0;
}
.AnyTagClassName
{
color: #D614B0;
}
</style>
background-color css
<style>
a { background-color: #D614B0; }
a { background-color: rgb(214,20,176); }
div.DivClassName
{
background-color: #D614B0;
}
.BgClassName
{
background-color: #D614B0;
}
</style>
border-color css
<style>
span { border-color: #D614B0; }
span { border-color: rgb(214,20,176); }
td.TdClassName
{
border-color: #D614B0;
}
.TagClassName
{
border-color: #D614B0;
}
</style>