Shades of Deep Magenta #D623BC
Tints of Deep Magenta #D623BC
RGB
CMYK
RGB Variations
Color information
#D623BC (or 0xD623BC) is known color: Deep Magenta. HEX triplet: D6, 23 and BC. RGB value is (214,35,188). Sum of RGB (Red+Green+Blue) = 214+35+188=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 35 (14.06% from 255 or 8.01% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D623BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D623BC is #29DC43. Grayscale: #696969. Windows color (decimal): -2743364 or 12329942. OLE color: 12329942.
HSL color Cylindrical-coordinate representation of color #D623BC: hue angle of 308.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 #D623BC is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 35 | 188 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.16 |
| HSL | 308.72º | 0.72% | 0.49% | - |
| HSV(B) | 308.72º | 0.84% | 0.84% | - |
| XYZ | 37.41 | 19.13 | 49.3 | - |
| YUV | 105.96 | 174.3 | 205.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 35 | 188 | 0 | 0.84 | 0.12 | 0.16 | 308.72 | 0.72 | 0.49 |
| Hex | D6 | 23 | BC | 0 | 54 | C | 10 | 135 | 48 | 31 |
| Octal | 326 | 43 | 274 | 0 | 124 | 14 | 20 | 465 | 110 | 61 |
| Binary | 11010110 | 100011 | 10111100 | 0 | 1010100 | 1100 | 10000 | 100110101 | 1001000 | 110001 |
Color Harmonies of #D623BC
Complementary color
Monochromatic Colors of #D623BC
Black with #D623BC
Text Example
Text Example
White with #D623BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D623BC; }
p { color: rgb(214,35,188); }
H1.HeaderClassName
{
color: #D623BC;
}
.AnyTagClassName
{
color: #D623BC;
}
</style>
background-color css
<style>
a { background-color: #D623BC; }
a { background-color: rgb(214,35,188); }
div.DivClassName
{
background-color: #D623BC;
}
.BgClassName
{
background-color: #D623BC;
}
</style>
border-color css
<style>
span { border-color: #D623BC; }
span { border-color: rgb(214,35,188); }
td.TdClassName
{
border-color: #D623BC;
}
.TagClassName
{
border-color: #D623BC;
}
</style>