Shades of Deep Magenta #D623B8
Tints of Deep Magenta #D623B8
RGB
CMYK
RGB Variations
Color information
#D623B8 (or 0xD623B8) is known color: Deep Magenta. HEX triplet: D6, 23 and B8. RGB value is (214,35,184). Sum of RGB (Red+Green+Blue) = 214+35+184=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 35 (14.06% from 255 or 8.08% from 433); Blue value is 184 (72.27% from 255 or 42.49% from 433); Max value from RGB is 214 - color contains mainly: red. Hex color #D623B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D623B8 is #29DC47. Grayscale: #696969. Windows color (decimal): -2743368 or 12067798. OLE color: 12067798.
HSL color Cylindrical-coordinate representation of color #D623B8: hue angle of 310.06º 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 #D623B8 is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 35 | 184 | - |
| CMYK | 0 | 0.84 | 0.14 | 0.16 |
| HSL | 310.06º | 0.72% | 0.49% | - |
| HSV(B) | 310.06º | 0.84% | 0.84% | - |
| XYZ | 36.98 | 18.96 | 47.06 | - |
| YUV | 105.51 | 172.3 | 205.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 35 | 184 | 0 | 0.84 | 0.14 | 0.16 | 310.06 | 0.72 | 0.49 |
| Hex | D6 | 23 | B8 | 0 | 54 | E | 10 | 136 | 48 | 31 |
| Octal | 326 | 43 | 270 | 0 | 124 | 16 | 20 | 466 | 110 | 61 |
| Binary | 11010110 | 100011 | 10111000 | 0 | 1010100 | 1110 | 10000 | 100110110 | 1001000 | 110001 |
Color Harmonies of #D623B8
Complementary color
Monochromatic Colors of #D623B8
Black with #D623B8
Text Example
Text Example
White with #D623B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D623B8; }
p { color: rgb(214,35,184); }
H1.HeaderClassName
{
color: #D623B8;
}
.AnyTagClassName
{
color: #D623B8;
}
</style>
background-color css
<style>
a { background-color: #D623B8; }
a { background-color: rgb(214,35,184); }
div.DivClassName
{
background-color: #D623B8;
}
.BgClassName
{
background-color: #D623B8;
}
</style>
border-color css
<style>
span { border-color: #D623B8; }
span { border-color: rgb(214,35,184); }
td.TdClassName
{
border-color: #D623B8;
}
.TagClassName
{
border-color: #D623B8;
}
</style>