Shades of Deep Magenta #D623BB
Tints of Deep Magenta #D623BB
RGB
CMYK
RGB Variations
Color information
#D623BB (or 0xD623BB) is known color: Deep Magenta. HEX triplet: D6, 23 and BB. RGB value is (214,35,187). Sum of RGB (Red+Green+Blue) = 214+35+187=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 35 (14.06% from 255 or 8.03% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D623BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D623BB is #29DC44. Grayscale: #696969. Windows color (decimal): -2743365 or 12264406. OLE color: 12264406.
HSL color Cylindrical-coordinate representation of color #D623BB: hue angle of 309.05º 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 #D623BB is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 35 | 187 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.16 |
| HSL | 309.05º | 0.72% | 0.49% | - |
| HSV(B) | 309.05º | 0.84% | 0.84% | - |
| XYZ | 37.3 | 19.09 | 48.73 | - |
| YUV | 105.85 | 173.8 | 205.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 35 | 187 | 0 | 0.84 | 0.13 | 0.16 | 309.05 | 0.72 | 0.49 |
| Hex | D6 | 23 | BB | 0 | 54 | D | 10 | 135 | 48 | 31 |
| Octal | 326 | 43 | 273 | 0 | 124 | 15 | 20 | 465 | 110 | 61 |
| Binary | 11010110 | 100011 | 10111011 | 0 | 1010100 | 1101 | 10000 | 100110101 | 1001000 | 110001 |
Color Harmonies of #D623BB
Complementary color
Monochromatic Colors of #D623BB
Black with #D623BB
Text Example
Text Example
White with #D623BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D623BB; }
p { color: rgb(214,35,187); }
H1.HeaderClassName
{
color: #D623BB;
}
.AnyTagClassName
{
color: #D623BB;
}
</style>
background-color css
<style>
a { background-color: #D623BB; }
a { background-color: rgb(214,35,187); }
div.DivClassName
{
background-color: #D623BB;
}
.BgClassName
{
background-color: #D623BB;
}
</style>
border-color css
<style>
span { border-color: #D623BB; }
span { border-color: rgb(214,35,187); }
td.TdClassName
{
border-color: #D623BB;
}
.TagClassName
{
border-color: #D623BB;
}
</style>