Shades of Deep Magenta #D620BA
Tints of Deep Magenta #D620BA
RGB
CMYK
RGB Variations
Color information
#D620BA (or 0xD620BA) is known color: Deep Magenta. HEX triplet: D6, 20 and BA. RGB value is (214,32,186). Sum of RGB (Red+Green+Blue) = 214+32+186=432 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.54% from 432); Green value is 32 (12.89% from 255 or 7.41% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 214 - color contains mainly: red. Hex color #D620BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D620BA is #29DF45. Grayscale: #676767. Windows color (decimal): -2744134 or 12198102. OLE color: 12198102.
HSL color Cylindrical-coordinate representation of color #D620BA: hue angle of 309.23º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D620BA is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 32 | 186 | - |
| CMYK | 0 | 0.85 | 0.13 | 0.16 |
| HSL | 309.23º | 0.74% | 0.48% | - |
| HSV(B) | 309.23º | 0.85% | 0.84% | - |
| XYZ | 37.11 | 18.87 | 48.14 | - |
| YUV | 103.97 | 174.3 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 32 | 186 | 0 | 0.85 | 0.13 | 0.16 | 309.23 | 0.74 | 0.48 |
| Hex | D6 | 20 | BA | 0 | 55 | D | 10 | 135 | 4A | 30 |
| Octal | 326 | 40 | 272 | 0 | 125 | 15 | 20 | 465 | 112 | 60 |
| Binary | 11010110 | 100000 | 10111010 | 0 | 1010101 | 1101 | 10000 | 100110101 | 1001010 | 110000 |
Color Harmonies of #D620BA
Complementary color
Monochromatic Colors of #D620BA
Black with #D620BA
Text Example
Text Example
White with #D620BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D620BA; }
p { color: rgb(214,32,186); }
H1.HeaderClassName
{
color: #D620BA;
}
.AnyTagClassName
{
color: #D620BA;
}
</style>
background-color css
<style>
a { background-color: #D620BA; }
a { background-color: rgb(214,32,186); }
div.DivClassName
{
background-color: #D620BA;
}
.BgClassName
{
background-color: #D620BA;
}
</style>
border-color css
<style>
span { border-color: #D620BA; }
span { border-color: rgb(214,32,186); }
td.TdClassName
{
border-color: #D620BA;
}
.TagClassName
{
border-color: #D620BA;
}
</style>