Shades of Deep Magenta #D713BF
Tints of Deep Magenta #D713BF
RGB
CMYK
RGB Variations
Color information
#D713BF (or 0xD713BF) is known color: Deep Magenta. HEX triplet: D7, 13 and BF. RGB value is (215,19,191). Sum of RGB (Red+Green+Blue) = 215+19+191=425 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.59% from 425); Green value is 19 (7.81% from 255 or 4.47% from 425); Blue value is 191 (75% from 255 or 44.94% from 425); Max value from RGB is 215 - color contains mainly: red. Hex color #D713BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D713BF is #28EC40. Grayscale: #606060. Windows color (decimal): -2681921 or 12522455. OLE color: 12522455.
HSL color Cylindrical-coordinate representation of color #D713BF: hue angle of 307.35º degrees, saturation: 0.84, 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 #D713BF is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 19 | 191 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.16 |
| HSL | 307.35º | 0.84% | 0.46% | - |
| HSV(B) | 307.35º | 0.91% | 0.84% | - |
| XYZ | 37.66 | 18.67 | 50.91 | - |
| YUV | 97.21 | 180.93 | 212.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 19 | 191 | 0 | 0.91 | 0.11 | 0.16 | 307.35 | 0.84 | 0.46 |
| Hex | D7 | 13 | BF | 0 | 5B | B | 10 | 133 | 54 | 2E |
| Octal | 327 | 23 | 277 | 0 | 133 | 13 | 20 | 463 | 124 | 56 |
| Binary | 11010111 | 10011 | 10111111 | 0 | 1011011 | 1011 | 10000 | 100110011 | 1010100 | 101110 |
Color Harmonies of #D713BF
Complementary color
Monochromatic Colors of #D713BF
Black with #D713BF
Text Example
Text Example
White with #D713BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D713BF; }
p { color: rgb(215,19,191); }
H1.HeaderClassName
{
color: #D713BF;
}
.AnyTagClassName
{
color: #D713BF;
}
</style>
background-color css
<style>
a { background-color: #D713BF; }
a { background-color: rgb(215,19,191); }
div.DivClassName
{
background-color: #D713BF;
}
.BgClassName
{
background-color: #D713BF;
}
</style>
border-color css
<style>
span { border-color: #D713BF; }
span { border-color: rgb(215,19,191); }
td.TdClassName
{
border-color: #D713BF;
}
.TagClassName
{
border-color: #D713BF;
}
</style>