Shades of Deep Magenta #D620B9
Tints of Deep Magenta #D620B9
RGB
CMYK
RGB Variations
Color information
#D620B9 (or 0xD620B9) is known color: Deep Magenta. HEX triplet: D6, 20 and B9. RGB value is (214,32,185). Sum of RGB (Red+Green+Blue) = 214+32+185=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 32 (12.89% from 255 or 7.42% from 431); Blue value is 185 (72.66% from 255 or 42.92% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D620B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D620B9 is #29DF46. Grayscale: #676767. Windows color (decimal): -2744135 or 12132566. OLE color: 12132566.
HSL color Cylindrical-coordinate representation of color #D620B9: hue angle of 309.56º 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 #D620B9 is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 32 | 185 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.16 |
| HSL | 309.56º | 0.74% | 0.48% | - |
| HSV(B) | 309.56º | 0.85% | 0.84% | - |
| XYZ | 37.01 | 18.83 | 47.58 | - |
| YUV | 103.86 | 173.8 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 32 | 185 | 0 | 0.85 | 0.14 | 0.16 | 309.56 | 0.74 | 0.48 |
| Hex | D6 | 20 | B9 | 0 | 55 | E | 10 | 136 | 4A | 30 |
| Octal | 326 | 40 | 271 | 0 | 125 | 16 | 20 | 466 | 112 | 60 |
| Binary | 11010110 | 100000 | 10111001 | 0 | 1010101 | 1110 | 10000 | 100110110 | 1001010 | 110000 |
Color Harmonies of #D620B9
Complementary color
Monochromatic Colors of #D620B9
Black with #D620B9
Text Example
Text Example
White with #D620B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D620B9; }
p { color: rgb(214,32,185); }
H1.HeaderClassName
{
color: #D620B9;
}
.AnyTagClassName
{
color: #D620B9;
}
</style>
background-color css
<style>
a { background-color: #D620B9; }
a { background-color: rgb(214,32,185); }
div.DivClassName
{
background-color: #D620B9;
}
.BgClassName
{
background-color: #D620B9;
}
</style>
border-color css
<style>
span { border-color: #D620B9; }
span { border-color: rgb(214,32,185); }
td.TdClassName
{
border-color: #D620B9;
}
.TagClassName
{
border-color: #D620B9;
}
</style>