Shades of Deep Magenta #D615BF
Tints of Deep Magenta #D615BF
RGB
CMYK
RGB Variations
Color information
#D615BF (or 0xD615BF) is known color: Deep Magenta. HEX triplet: D6, 15 and BF. RGB value is (214,21,191). Sum of RGB (Red+Green+Blue) = 214+21+191=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 21 (8.59% from 255 or 4.93% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D615BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D615BF is #29EA40. Grayscale: #616161. Windows color (decimal): -2746945 or 12522966. OLE color: 12522966.
HSL color Cylindrical-coordinate representation of color #D615BF: hue angle of 307.15º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D615BF is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 21 | 191 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.16 |
| HSL | 307.15º | 0.82% | 0.46% | - |
| HSV(B) | 307.15º | 0.9% | 0.84% | - |
| XYZ | 37.4 | 18.59 | 50.91 | - |
| YUV | 98.09 | 180.44 | 210.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 21 | 191 | 0 | 0.90 | 0.11 | 0.16 | 307.15 | 0.82 | 0.46 |
| Hex | D6 | 15 | BF | 0 | 5A | B | 10 | 133 | 52 | 2E |
| Octal | 326 | 25 | 277 | 0 | 132 | 13 | 20 | 463 | 122 | 56 |
| Binary | 11010110 | 10101 | 10111111 | 0 | 1011010 | 1011 | 10000 | 100110011 | 1010010 | 101110 |
Color Harmonies of #D615BF
Complementary color
Monochromatic Colors of #D615BF
Black with #D615BF
Text Example
Text Example
White with #D615BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D615BF; }
p { color: rgb(214,21,191); }
H1.HeaderClassName
{
color: #D615BF;
}
.AnyTagClassName
{
color: #D615BF;
}
</style>
background-color css
<style>
a { background-color: #D615BF; }
a { background-color: rgb(214,21,191); }
div.DivClassName
{
background-color: #D615BF;
}
.BgClassName
{
background-color: #D615BF;
}
</style>
border-color css
<style>
span { border-color: #D615BF; }
span { border-color: rgb(214,21,191); }
td.TdClassName
{
border-color: #D615BF;
}
.TagClassName
{
border-color: #D615BF;
}
</style>