Shades of Deep Magenta #D714BC
Tints of Deep Magenta #D714BC
RGB
CMYK
RGB Variations
Color information
#D714BC (or 0xD714BC) is known color: Deep Magenta. HEX triplet: D7, 14 and BC. RGB value is (215,20,188). Sum of RGB (Red+Green+Blue) = 215+20+188=423 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.83% from 423); Green value is 20 (8.20% from 255 or 4.73% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 215 - color contains mainly: red. Hex color #D714BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D714BC is #28EB43. Grayscale: #606060. Windows color (decimal): -2681668 or 12326103. OLE color: 12326103.
HSL color Cylindrical-coordinate representation of color #D714BC: hue angle of 308.31º 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 #D714BC is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 20 | 188 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.16 |
| HSL | 308.31º | 0.83% | 0.46% | - |
| HSV(B) | 308.31º | 0.91% | 0.84% | - |
| XYZ | 37.35 | 18.58 | 49.19 | - |
| YUV | 97.46 | 179.1 | 211.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 20 | 188 | 0 | 0.91 | 0.13 | 0.16 | 308.31 | 0.83 | 0.46 |
| Hex | D7 | 14 | BC | 0 | 5B | D | 10 | 134 | 53 | 2E |
| Octal | 327 | 24 | 274 | 0 | 133 | 15 | 20 | 464 | 123 | 56 |
| Binary | 11010111 | 10100 | 10111100 | 0 | 1011011 | 1101 | 10000 | 100110100 | 1010011 | 101110 |
Color Harmonies of #D714BC
Complementary color
Monochromatic Colors of #D714BC
Black with #D714BC
Text Example
Text Example
White with #D714BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D714BC; }
p { color: rgb(215,20,188); }
H1.HeaderClassName
{
color: #D714BC;
}
.AnyTagClassName
{
color: #D714BC;
}
</style>
background-color css
<style>
a { background-color: #D714BC; }
a { background-color: rgb(215,20,188); }
div.DivClassName
{
background-color: #D714BC;
}
.BgClassName
{
background-color: #D714BC;
}
</style>
border-color css
<style>
span { border-color: #D714BC; }
span { border-color: rgb(215,20,188); }
td.TdClassName
{
border-color: #D714BC;
}
.TagClassName
{
border-color: #D714BC;
}
</style>