Shades of Deep Magenta #D615BE
Tints of Deep Magenta #D615BE
RGB
CMYK
RGB Variations
Color information
#D615BE (or 0xD615BE) is known color: Deep Magenta. HEX triplet: D6, 15 and BE. RGB value is (214,21,190). Sum of RGB (Red+Green+Blue) = 214+21+190=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 21 (8.59% from 255 or 4.94% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D615BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D615BE is #29EA41. Grayscale: #616161. Windows color (decimal): -2746946 or 12457430. OLE color: 12457430.
HSL color Cylindrical-coordinate representation of color #D615BE: hue angle of 307.46º 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 #D615BE is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 21 | 190 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.16 |
| HSL | 307.46º | 0.82% | 0.46% | - |
| HSV(B) | 307.46º | 0.9% | 0.84% | - |
| XYZ | 37.29 | 18.55 | 50.33 | - |
| YUV | 97.97 | 179.94 | 210.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 21 | 190 | 0 | 0.90 | 0.11 | 0.16 | 307.46 | 0.82 | 0.46 |
| Hex | D6 | 15 | BE | 0 | 5A | B | 10 | 133 | 52 | 2E |
| Octal | 326 | 25 | 276 | 0 | 132 | 13 | 20 | 463 | 122 | 56 |
| Binary | 11010110 | 10101 | 10111110 | 0 | 1011010 | 1011 | 10000 | 100110011 | 1010010 | 101110 |
Color Harmonies of #D615BE
Complementary color
Monochromatic Colors of #D615BE
Black with #D615BE
Text Example
Text Example
White with #D615BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D615BE; }
p { color: rgb(214,21,190); }
H1.HeaderClassName
{
color: #D615BE;
}
.AnyTagClassName
{
color: #D615BE;
}
</style>
background-color css
<style>
a { background-color: #D615BE; }
a { background-color: rgb(214,21,190); }
div.DivClassName
{
background-color: #D615BE;
}
.BgClassName
{
background-color: #D615BE;
}
</style>
border-color css
<style>
span { border-color: #D615BE; }
span { border-color: rgb(214,21,190); }
td.TdClassName
{
border-color: #D615BE;
}
.TagClassName
{
border-color: #D615BE;
}
</style>