Shades of Deep Magenta #D429B8
Tints of Deep Magenta #D429B8
RGB
CMYK
RGB Variations
Color information
#D429B8 (or 0xD429B8) is known color: Deep Magenta. HEX triplet: D4, 29 and B8. RGB value is (212,41,184). Sum of RGB (Red+Green+Blue) = 212+41+184=437 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.51% from 437); Green value is 41 (16.41% from 255 or 9.38% from 437); Blue value is 184 (72.27% from 255 or 42.11% from 437); Max value from RGB is 212 - color contains mainly: red. Hex color #D429B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D429B8 is #2BD647. Grayscale: #6C6C6C. Windows color (decimal): -2872904 or 12069332. OLE color: 12069332.
HSL color Cylindrical-coordinate representation of color #D429B8: hue angle of 309.82º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D429B8 is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 41 | 184 | - |
| CMYK | 0 | 0.81 | 0.13 | 0.17 |
| HSL | 309.82º | 0.68% | 0.5% | - |
| HSV(B) | 309.82º | 0.81% | 0.83% | - |
| XYZ | 36.6 | 19.04 | 47.09 | - |
| YUV | 108.43 | 170.65 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 41 | 184 | 0 | 0.81 | 0.13 | 0.17 | 309.82 | 0.68 | 0.5 |
| Hex | D4 | 29 | B8 | 0 | 51 | D | 11 | 136 | 44 | 32 |
| Octal | 324 | 51 | 270 | 0 | 121 | 15 | 21 | 466 | 104 | 62 |
| Binary | 11010100 | 101001 | 10111000 | 0 | 1010001 | 1101 | 10001 | 100110110 | 1000100 | 110010 |
Color Harmonies of #D429B8
Complementary color
Monochromatic Colors of #D429B8
Black with #D429B8
Text Example
Text Example
White with #D429B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D429B8; }
p { color: rgb(212,41,184); }
H1.HeaderClassName
{
color: #D429B8;
}
.AnyTagClassName
{
color: #D429B8;
}
</style>
background-color css
<style>
a { background-color: #D429B8; }
a { background-color: rgb(212,41,184); }
div.DivClassName
{
background-color: #D429B8;
}
.BgClassName
{
background-color: #D429B8;
}
</style>
border-color css
<style>
span { border-color: #D429B8; }
span { border-color: rgb(212,41,184); }
td.TdClassName
{
border-color: #D429B8;
}
.TagClassName
{
border-color: #D429B8;
}
</style>