Shades of Deep Magenta #D623B9
Tints of Deep Magenta #D623B9
RGB
CMYK
RGB Variations
Color information
#D623B9 (or 0xD623B9) is known color: Deep Magenta. HEX triplet: D6, 23 and B9. RGB value is (214,35,185). Sum of RGB (Red+Green+Blue) = 214+35+185=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 35 (14.06% from 255 or 8.06% from 434); Blue value is 185 (72.66% from 255 or 42.63% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D623B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D623B9 is #29DC46. Grayscale: #696969. Windows color (decimal): -2743367 or 12133334. OLE color: 12133334.
HSL color Cylindrical-coordinate representation of color #D623B9: hue angle of 309.72º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D623B9 is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 35 | 185 | - |
| CMYK | 0 | 0.84 | 0.14 | 0.16 |
| HSL | 309.72º | 0.72% | 0.49% | - |
| HSV(B) | 309.72º | 0.84% | 0.84% | - |
| XYZ | 37.09 | 19 | 47.61 | - |
| YUV | 105.62 | 172.8 | 205.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 35 | 185 | 0 | 0.84 | 0.14 | 0.16 | 309.72 | 0.72 | 0.49 |
| Hex | D6 | 23 | B9 | 0 | 54 | E | 10 | 136 | 48 | 31 |
| Octal | 326 | 43 | 271 | 0 | 124 | 16 | 20 | 466 | 110 | 61 |
| Binary | 11010110 | 100011 | 10111001 | 0 | 1010100 | 1110 | 10000 | 100110110 | 1001000 | 110001 |
Color Harmonies of #D623B9
Complementary color
Monochromatic Colors of #D623B9
Black with #D623B9
Text Example
Text Example
White with #D623B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D623B9; }
p { color: rgb(214,35,185); }
H1.HeaderClassName
{
color: #D623B9;
}
.AnyTagClassName
{
color: #D623B9;
}
</style>
background-color css
<style>
a { background-color: #D623B9; }
a { background-color: rgb(214,35,185); }
div.DivClassName
{
background-color: #D623B9;
}
.BgClassName
{
background-color: #D623B9;
}
</style>
border-color css
<style>
span { border-color: #D623B9; }
span { border-color: rgb(214,35,185); }
td.TdClassName
{
border-color: #D623B9;
}
.TagClassName
{
border-color: #D623B9;
}
</style>