Shades of Deep Magenta #D714BB
Tints of Deep Magenta #D714BB
RGB
CMYK
RGB Variations
Color information
#D714BB (or 0xD714BB) is known color: Deep Magenta. HEX triplet: D7, 14 and BB. RGB value is (215,20,187). Sum of RGB (Red+Green+Blue) = 215+20+187=422 (55% of max value = 765). Red value is 215 (84.38% from 255 or 50.95% from 422); Green value is 20 (8.20% from 255 or 4.74% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 215 - color contains mainly: red. Hex color #D714BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D714BB is #28EB44. Grayscale: #606060. Windows color (decimal): -2681669 or 12260567. OLE color: 12260567.
HSL color Cylindrical-coordinate representation of color #D714BB: hue angle of 308.62º 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 #D714BB is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 20 | 187 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.16 |
| HSL | 308.62º | 0.83% | 0.46% | - |
| HSV(B) | 308.62º | 0.91% | 0.84% | - |
| XYZ | 37.24 | 18.54 | 48.63 | - |
| YUV | 97.34 | 178.6 | 211.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 20 | 187 | 0 | 0.91 | 0.13 | 0.16 | 308.62 | 0.83 | 0.46 |
| Hex | D7 | 14 | BB | 0 | 5B | D | 10 | 135 | 53 | 2E |
| Octal | 327 | 24 | 273 | 0 | 133 | 15 | 20 | 465 | 123 | 56 |
| Binary | 11010111 | 10100 | 10111011 | 0 | 1011011 | 1101 | 10000 | 100110101 | 1010011 | 101110 |
Color Harmonies of #D714BB
Complementary color
Monochromatic Colors of #D714BB
Black with #D714BB
Text Example
Text Example
White with #D714BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D714BB; }
p { color: rgb(215,20,187); }
H1.HeaderClassName
{
color: #D714BB;
}
.AnyTagClassName
{
color: #D714BB;
}
</style>
background-color css
<style>
a { background-color: #D714BB; }
a { background-color: rgb(215,20,187); }
div.DivClassName
{
background-color: #D714BB;
}
.BgClassName
{
background-color: #D714BB;
}
</style>
border-color css
<style>
span { border-color: #D714BB; }
span { border-color: rgb(215,20,187); }
td.TdClassName
{
border-color: #D714BB;
}
.TagClassName
{
border-color: #D714BB;
}
</style>