Shades of Deep Magenta #D429CB
Tints of Deep Magenta #D429CB
RGB
CMYK
RGB Variations
Color information
#D429CB (or 0xD429CB) is known color: Deep Magenta. HEX triplet: D4, 29 and CB. RGB value is (212,41,203). Sum of RGB (Red+Green+Blue) = 212+41+203=456 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.49% from 456); Green value is 41 (16.41% from 255 or 8.99% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 212 - color contains mainly: red. Hex color #D429CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D429CB is #2BD634. Grayscale: #6E6E6E. Windows color (decimal): -2872885 or 13314516. OLE color: 13314516.
HSL color Cylindrical-coordinate representation of color #D429CB: hue angle of 303.16º 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 #D429CB is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 41 | 203 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.17 |
| HSL | 303.16º | 0.68% | 0.5% | - |
| HSV(B) | 303.16º | 0.81% | 0.83% | - |
| XYZ | 38.72 | 19.89 | 58.3 | - |
| YUV | 110.6 | 180.15 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 41 | 203 | 0 | 0.81 | 0.04 | 0.17 | 303.16 | 0.68 | 0.5 |
| Hex | D4 | 29 | CB | 0 | 51 | 4 | 11 | 12F | 44 | 32 |
| Octal | 324 | 51 | 313 | 0 | 121 | 4 | 21 | 457 | 104 | 62 |
| Binary | 11010100 | 101001 | 11001011 | 0 | 1010001 | 100 | 10001 | 100101111 | 1000100 | 110010 |
Color Harmonies of #D429CB
Complementary color
Monochromatic Colors of #D429CB
Black with #D429CB
Text Example
Text Example
White with #D429CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D429CB; }
p { color: rgb(212,41,203); }
H1.HeaderClassName
{
color: #D429CB;
}
.AnyTagClassName
{
color: #D429CB;
}
</style>
background-color css
<style>
a { background-color: #D429CB; }
a { background-color: rgb(212,41,203); }
div.DivClassName
{
background-color: #D429CB;
}
.BgClassName
{
background-color: #D429CB;
}
</style>
border-color css
<style>
span { border-color: #D429CB; }
span { border-color: rgb(212,41,203); }
td.TdClassName
{
border-color: #D429CB;
}
.TagClassName
{
border-color: #D429CB;
}
</style>