Shades of Deep Cerise #D429AA
Tints of Deep Cerise #D429AA
RGB
CMYK
RGB Variations
Color information
#D429AA (or 0xD429AA) is known color: Deep Cerise. HEX triplet: D4, 29 and AA. RGB value is (212,41,170). Sum of RGB (Red+Green+Blue) = 212+41+170=423 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50.12% from 423); Green value is 41 (16.41% from 255 or 9.69% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 212 - color contains mainly: red. Hex color #D429AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D429AA is #2BD655. Grayscale: #6A6A6A. Windows color (decimal): -2872918 or 11151828. OLE color: 11151828.
HSL color Cylindrical-coordinate representation of color #D429AA: hue angle of 314.74º 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 #D429AA is Cyan = 0, Magento = 0.81, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 41 | 170 | - |
| CMYK | 0 | 0.81 | 0.20 | 0.17 |
| HSL | 314.74º | 0.68% | 0.5% | - |
| HSV(B) | 314.74º | 0.81% | 0.83% | - |
| XYZ | 35.2 | 18.49 | 39.74 | - |
| YUV | 106.84 | 163.65 | 203.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 41 | 170 | 0 | 0.81 | 0.20 | 0.17 | 314.74 | 0.68 | 0.5 |
| Hex | D4 | 29 | AA | 0 | 51 | 14 | 11 | 13B | 44 | 32 |
| Octal | 324 | 51 | 252 | 0 | 121 | 24 | 21 | 473 | 104 | 62 |
| Binary | 11010100 | 101001 | 10101010 | 0 | 1010001 | 10100 | 10001 | 100111011 | 1000100 | 110010 |
Color Harmonies of #D429AA
Complementary color
Monochromatic Colors of #D429AA
Black with #D429AA
Text Example
Text Example
White with #D429AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D429AA; }
p { color: rgb(212,41,170); }
H1.HeaderClassName
{
color: #D429AA;
}
.AnyTagClassName
{
color: #D429AA;
}
</style>
background-color css
<style>
a { background-color: #D429AA; }
a { background-color: rgb(212,41,170); }
div.DivClassName
{
background-color: #D429AA;
}
.BgClassName
{
background-color: #D429AA;
}
</style>
border-color css
<style>
span { border-color: #D429AA; }
span { border-color: rgb(212,41,170); }
td.TdClassName
{
border-color: #D429AA;
}
.TagClassName
{
border-color: #D429AA;
}
</style>