Shades of Deep Magenta #D714BF
Tints of Deep Magenta #D714BF
RGB
CMYK
RGB Variations
Color information
#D714BF (or 0xD714BF) is known color: Deep Magenta. HEX triplet: D7, 14 and BF. RGB value is (215,20,191). Sum of RGB (Red+Green+Blue) = 215+20+191=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 20 (8.20% from 255 or 4.69% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D714BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D714BF is #28EB40. Grayscale: #616161. Windows color (decimal): -2681665 or 12522711. OLE color: 12522711.
HSL color Cylindrical-coordinate representation of color #D714BF: hue angle of 307.38º 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 #D714BF is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 20 | 191 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.16 |
| HSL | 307.38º | 0.83% | 0.46% | - |
| HSV(B) | 307.38º | 0.91% | 0.84% | - |
| XYZ | 37.68 | 18.71 | 50.92 | - |
| YUV | 97.8 | 180.6 | 211.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 20 | 191 | 0 | 0.91 | 0.11 | 0.16 | 307.38 | 0.83 | 0.46 |
| Hex | D7 | 14 | BF | 0 | 5B | B | 10 | 133 | 53 | 2E |
| Octal | 327 | 24 | 277 | 0 | 133 | 13 | 20 | 463 | 123 | 56 |
| Binary | 11010111 | 10100 | 10111111 | 0 | 1011011 | 1011 | 10000 | 100110011 | 1010011 | 101110 |
Color Harmonies of #D714BF
Complementary color
Monochromatic Colors of #D714BF
Black with #D714BF
Text Example
Text Example
White with #D714BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D714BF; }
p { color: rgb(215,20,191); }
H1.HeaderClassName
{
color: #D714BF;
}
.AnyTagClassName
{
color: #D714BF;
}
</style>
background-color css
<style>
a { background-color: #D714BF; }
a { background-color: rgb(215,20,191); }
div.DivClassName
{
background-color: #D714BF;
}
.BgClassName
{
background-color: #D714BF;
}
</style>
border-color css
<style>
span { border-color: #D714BF; }
span { border-color: rgb(215,20,191); }
td.TdClassName
{
border-color: #D714BF;
}
.TagClassName
{
border-color: #D714BF;
}
</style>