Shades of Deep Magenta #D619BB
Tints of Deep Magenta #D619BB
RGB
CMYK
RGB Variations
Color information
#D619BB (or 0xD619BB) is known color: Deep Magenta. HEX triplet: D6, 19 and BB. RGB value is (214,25,187). Sum of RGB (Red+Green+Blue) = 214+25+187=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 25 (10.16% from 255 or 5.87% from 426); Blue value is 187 (73.44% from 255 or 43.90% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D619BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D619BB is #29E644. Grayscale: #636363. Windows color (decimal): -2745925 or 12261846. OLE color: 12261846.
HSL color Cylindrical-coordinate representation of color #D619BB: hue angle of 308.57º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D619BB is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 25 | 187 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.16 |
| HSL | 308.57º | 0.79% | 0.47% | - |
| HSV(B) | 308.57º | 0.88% | 0.84% | - |
| XYZ | 37.05 | 18.58 | 48.65 | - |
| YUV | 99.98 | 177.12 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 25 | 187 | 0 | 0.88 | 0.13 | 0.16 | 308.57 | 0.79 | 0.47 |
| Hex | D6 | 19 | BB | 0 | 58 | D | 10 | 135 | 4F | 2F |
| Octal | 326 | 31 | 273 | 0 | 130 | 15 | 20 | 465 | 117 | 57 |
| Binary | 11010110 | 11001 | 10111011 | 0 | 1011000 | 1101 | 10000 | 100110101 | 1001111 | 101111 |
Color Harmonies of #D619BB
Complementary color
Monochromatic Colors of #D619BB
Black with #D619BB
Text Example
Text Example
White with #D619BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D619BB; }
p { color: rgb(214,25,187); }
H1.HeaderClassName
{
color: #D619BB;
}
.AnyTagClassName
{
color: #D619BB;
}
</style>
background-color css
<style>
a { background-color: #D619BB; }
a { background-color: rgb(214,25,187); }
div.DivClassName
{
background-color: #D619BB;
}
.BgClassName
{
background-color: #D619BB;
}
</style>
border-color css
<style>
span { border-color: #D619BB; }
span { border-color: rgb(214,25,187); }
td.TdClassName
{
border-color: #D619BB;
}
.TagClassName
{
border-color: #D619BB;
}
</style>