Shades of Deep Cerise #D429AB
Tints of Deep Cerise #D429AB
RGB
CMYK
RGB Variations
Color information
#D429AB (or 0xD429AB) is known color: Deep Cerise. HEX triplet: D4, 29 and AB. RGB value is (212,41,171). Sum of RGB (Red+Green+Blue) = 212+41+171=424 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50% from 424); Green value is 41 (16.41% from 255 or 9.67% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 212 - color contains mainly: red. Hex color #D429AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D429AB is #2BD654. Grayscale: #6A6A6A. Windows color (decimal): -2872917 or 11217364. OLE color: 11217364.
HSL color Cylindrical-coordinate representation of color #D429AB: hue angle of 314.39º 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 #D429AB is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 41 | 171 | - |
| CMYK | 0 | 0.81 | 0.19 | 0.17 |
| HSL | 314.39º | 0.68% | 0.5% | - |
| HSV(B) | 314.39º | 0.81% | 0.83% | - |
| XYZ | 35.3 | 18.52 | 40.24 | - |
| YUV | 106.95 | 164.15 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 41 | 171 | 0 | 0.81 | 0.19 | 0.17 | 314.39 | 0.68 | 0.5 |
| Hex | D4 | 29 | AB | 0 | 51 | 13 | 11 | 13A | 44 | 32 |
| Octal | 324 | 51 | 253 | 0 | 121 | 23 | 21 | 472 | 104 | 62 |
| Binary | 11010100 | 101001 | 10101011 | 0 | 1010001 | 10011 | 10001 | 100111010 | 1000100 | 110010 |
Color Harmonies of #D429AB
Complementary color
Monochromatic Colors of #D429AB
Black with #D429AB
Text Example
Text Example
White with #D429AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D429AB; }
p { color: rgb(212,41,171); }
H1.HeaderClassName
{
color: #D429AB;
}
.AnyTagClassName
{
color: #D429AB;
}
</style>
background-color css
<style>
a { background-color: #D429AB; }
a { background-color: rgb(212,41,171); }
div.DivClassName
{
background-color: #D429AB;
}
.BgClassName
{
background-color: #D429AB;
}
</style>
border-color css
<style>
span { border-color: #D429AB; }
span { border-color: rgb(212,41,171); }
td.TdClassName
{
border-color: #D429AB;
}
.TagClassName
{
border-color: #D429AB;
}
</style>