Shades of Deep Magenta #D615BC
Tints of Deep Magenta #D615BC
RGB
CMYK
RGB Variations
Color information
#D615BC (or 0xD615BC) is known color: Deep Magenta. HEX triplet: D6, 15 and BC. RGB value is (214,21,188). Sum of RGB (Red+Green+Blue) = 214+21+188=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 21 (8.59% from 255 or 4.96% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D615BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D615BC is #29EA43. Grayscale: #616161. Windows color (decimal): -2746948 or 12326358. OLE color: 12326358.
HSL color Cylindrical-coordinate representation of color #D615BC: hue angle of 308.08º 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 #D615BC is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 21 | 188 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.16 |
| HSL | 308.08º | 0.82% | 0.46% | - |
| HSV(B) | 308.08º | 0.9% | 0.84% | - |
| XYZ | 37.08 | 18.46 | 49.19 | - |
| YUV | 97.75 | 178.94 | 210.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 21 | 188 | 0 | 0.90 | 0.12 | 0.16 | 308.08 | 0.82 | 0.46 |
| Hex | D6 | 15 | BC | 0 | 5A | C | 10 | 134 | 52 | 2E |
| Octal | 326 | 25 | 274 | 0 | 132 | 14 | 20 | 464 | 122 | 56 |
| Binary | 11010110 | 10101 | 10111100 | 0 | 1011010 | 1100 | 10000 | 100110100 | 1010010 | 101110 |
Color Harmonies of #D615BC
Complementary color
Monochromatic Colors of #D615BC
Black with #D615BC
Text Example
Text Example
White with #D615BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D615BC; }
p { color: rgb(214,21,188); }
H1.HeaderClassName
{
color: #D615BC;
}
.AnyTagClassName
{
color: #D615BC;
}
</style>
background-color css
<style>
a { background-color: #D615BC; }
a { background-color: rgb(214,21,188); }
div.DivClassName
{
background-color: #D615BC;
}
.BgClassName
{
background-color: #D615BC;
}
</style>
border-color css
<style>
span { border-color: #D615BC; }
span { border-color: rgb(214,21,188); }
td.TdClassName
{
border-color: #D615BC;
}
.TagClassName
{
border-color: #D615BC;
}
</style>