Shades of Deep Magenta #D423BC
Tints of Deep Magenta #D423BC
RGB
CMYK
RGB Variations
Color information
#D423BC (or 0xD423BC) is known color: Deep Magenta. HEX triplet: D4, 23 and BC. RGB value is (212,35,188). Sum of RGB (Red+Green+Blue) = 212+35+188=435 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.74% from 435); Green value is 35 (14.06% from 255 or 8.05% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 212 - color contains mainly: red. Hex color #D423BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D423BC is #2BDC43. Grayscale: #686868. Windows color (decimal): -2874436 or 12329940. OLE color: 12329940.
HSL color Cylindrical-coordinate representation of color #D423BC: hue angle of 308.14º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D423BC is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 35 | 188 | - |
| CMYK | 0 | 0.83 | 0.11 | 0.17 |
| HSL | 308.14º | 0.72% | 0.48% | - |
| HSV(B) | 308.14º | 0.83% | 0.83% | - |
| XYZ | 36.83 | 18.83 | 49.27 | - |
| YUV | 105.37 | 174.64 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 35 | 188 | 0 | 0.83 | 0.11 | 0.17 | 308.14 | 0.72 | 0.48 |
| Hex | D4 | 23 | BC | 0 | 53 | B | 11 | 134 | 48 | 30 |
| Octal | 324 | 43 | 274 | 0 | 123 | 13 | 21 | 464 | 110 | 60 |
| Binary | 11010100 | 100011 | 10111100 | 0 | 1010011 | 1011 | 10001 | 100110100 | 1001000 | 110000 |
Color Harmonies of #D423BC
Complementary color
Monochromatic Colors of #D423BC
Black with #D423BC
Text Example
Text Example
White with #D423BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D423BC; }
p { color: rgb(212,35,188); }
H1.HeaderClassName
{
color: #D423BC;
}
.AnyTagClassName
{
color: #D423BC;
}
</style>
background-color css
<style>
a { background-color: #D423BC; }
a { background-color: rgb(212,35,188); }
div.DivClassName
{
background-color: #D423BC;
}
.BgClassName
{
background-color: #D423BC;
}
</style>
border-color css
<style>
span { border-color: #D423BC; }
span { border-color: rgb(212,35,188); }
td.TdClassName
{
border-color: #D423BC;
}
.TagClassName
{
border-color: #D423BC;
}
</style>