Shades of Deep Magenta #D615BD
Tints of Deep Magenta #D615BD
RGB
CMYK
RGB Variations
Color information
#D615BD (or 0xD615BD) is known color: Deep Magenta. HEX triplet: D6, 15 and BD. RGB value is (214,21,189). Sum of RGB (Red+Green+Blue) = 214+21+189=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 21 (8.59% from 255 or 4.95% from 424); Blue value is 189 (74.22% from 255 or 44.58% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D615BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D615BD is #29EA42. Grayscale: #616161. Windows color (decimal): -2746947 or 12391894. OLE color: 12391894.
HSL color Cylindrical-coordinate representation of color #D615BD: hue angle of 307.77º 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 #D615BD is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 21 | 189 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.16 |
| HSL | 307.77º | 0.82% | 0.46% | - |
| HSV(B) | 307.77º | 0.9% | 0.84% | - |
| XYZ | 37.19 | 18.51 | 49.76 | - |
| YUV | 97.86 | 179.44 | 210.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 21 | 189 | 0 | 0.90 | 0.12 | 0.16 | 307.77 | 0.82 | 0.46 |
| Hex | D6 | 15 | BD | 0 | 5A | C | 10 | 134 | 52 | 2E |
| Octal | 326 | 25 | 275 | 0 | 132 | 14 | 20 | 464 | 122 | 56 |
| Binary | 11010110 | 10101 | 10111101 | 0 | 1011010 | 1100 | 10000 | 100110100 | 1010010 | 101110 |
Color Harmonies of #D615BD
Complementary color
Monochromatic Colors of #D615BD
Black with #D615BD
Text Example
Text Example
White with #D615BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D615BD; }
p { color: rgb(214,21,189); }
H1.HeaderClassName
{
color: #D615BD;
}
.AnyTagClassName
{
color: #D615BD;
}
</style>
background-color css
<style>
a { background-color: #D615BD; }
a { background-color: rgb(214,21,189); }
div.DivClassName
{
background-color: #D615BD;
}
.BgClassName
{
background-color: #D615BD;
}
</style>
border-color css
<style>
span { border-color: #D615BD; }
span { border-color: rgb(214,21,189); }
td.TdClassName
{
border-color: #D615BD;
}
.TagClassName
{
border-color: #D615BD;
}
</style>