Shades of Deep Magenta #D815BF
Tints of Deep Magenta #D815BF
RGB
CMYK
RGB Variations
Color information
#D815BF (or 0xD815BF) is known color: Deep Magenta. HEX triplet: D8, 15 and BF. RGB value is (216,21,191). Sum of RGB (Red+Green+Blue) = 216+21+191=428 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.47% from 428); Green value is 21 (8.59% from 255 or 4.91% from 428); Blue value is 191 (75% from 255 or 44.63% from 428); Max value from RGB is 216 - color contains mainly: red. Hex color #D815BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D815BF is #27EA40. Grayscale: #626262. Windows color (decimal): -2615873 or 12522968. OLE color: 12522968.
HSL color Cylindrical-coordinate representation of color #D815BF: hue angle of 307.69º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D815BF is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 21 | 191 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.15 |
| HSL | 307.69º | 0.82% | 0.46% | - |
| HSV(B) | 307.69º | 0.9% | 0.85% | - |
| XYZ | 37.99 | 18.9 | 50.94 | - |
| YUV | 98.69 | 180.1 | 211.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 21 | 191 | 0 | 0.90 | 0.12 | 0.15 | 307.69 | 0.82 | 0.46 |
| Hex | D8 | 15 | BF | 0 | 5A | C | F | 134 | 52 | 2E |
| Octal | 330 | 25 | 277 | 0 | 132 | 14 | 17 | 464 | 122 | 56 |
| Binary | 11011000 | 10101 | 10111111 | 0 | 1011010 | 1100 | 1111 | 100110100 | 1010010 | 101110 |
Color Harmonies of #D815BF
Complementary color
Monochromatic Colors of #D815BF
Black with #D815BF
Text Example
Text Example
White with #D815BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D815BF; }
p { color: rgb(216,21,191); }
H1.HeaderClassName
{
color: #D815BF;
}
.AnyTagClassName
{
color: #D815BF;
}
</style>
background-color css
<style>
a { background-color: #D815BF; }
a { background-color: rgb(216,21,191); }
div.DivClassName
{
background-color: #D815BF;
}
.BgClassName
{
background-color: #D815BF;
}
</style>
border-color css
<style>
span { border-color: #D815BF; }
span { border-color: rgb(216,21,191); }
td.TdClassName
{
border-color: #D815BF;
}
.TagClassName
{
border-color: #D815BF;
}
</style>