Shades of Deep Magenta #D614BE
Tints of Deep Magenta #D614BE
RGB
CMYK
RGB Variations
Color information
#D614BE (or 0xD614BE) is known color: Deep Magenta. HEX triplet: D6, 14 and BE. RGB value is (214,20,190). Sum of RGB (Red+Green+Blue) = 214+20+190=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 20 (8.20% from 255 or 4.72% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D614BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D614BE is #29EB41. Grayscale: #606060. Windows color (decimal): -2747202 or 12457174. OLE color: 12457174.
HSL color Cylindrical-coordinate representation of color #D614BE: hue angle of 307.42º 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 #D614BE is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 20 | 190 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.16 |
| HSL | 307.42º | 0.83% | 0.46% | - |
| HSV(B) | 307.42º | 0.91% | 0.84% | - |
| XYZ | 37.28 | 18.51 | 50.32 | - |
| YUV | 97.39 | 180.27 | 211.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 20 | 190 | 0 | 0.91 | 0.11 | 0.16 | 307.42 | 0.83 | 0.46 |
| Hex | D6 | 14 | BE | 0 | 5B | B | 10 | 133 | 53 | 2E |
| Octal | 326 | 24 | 276 | 0 | 133 | 13 | 20 | 463 | 123 | 56 |
| Binary | 11010110 | 10100 | 10111110 | 0 | 1011011 | 1011 | 10000 | 100110011 | 1010011 | 101110 |
Color Harmonies of #D614BE
Complementary color
Monochromatic Colors of #D614BE
Black with #D614BE
Text Example
Text Example
White with #D614BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D614BE; }
p { color: rgb(214,20,190); }
H1.HeaderClassName
{
color: #D614BE;
}
.AnyTagClassName
{
color: #D614BE;
}
</style>
background-color css
<style>
a { background-color: #D614BE; }
a { background-color: rgb(214,20,190); }
div.DivClassName
{
background-color: #D614BE;
}
.BgClassName
{
background-color: #D614BE;
}
</style>
border-color css
<style>
span { border-color: #D614BE; }
span { border-color: rgb(214,20,190); }
td.TdClassName
{
border-color: #D614BE;
}
.TagClassName
{
border-color: #D614BE;
}
</style>