Shades of Deep Cerise #D429AC
Tints of Deep Cerise #D429AC
RGB
CMYK
RGB Variations
Color information
#D429AC (or 0xD429AC) is known color: Deep Cerise. HEX triplet: D4, 29 and AC. RGB value is (212,41,172). Sum of RGB (Red+Green+Blue) = 212+41+172=425 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.88% from 425); Green value is 41 (16.41% from 255 or 9.65% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 212 - color contains mainly: red. Hex color #D429AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D429AC is #2BD653. Grayscale: #6A6A6A. Windows color (decimal): -2872916 or 11282900. OLE color: 11282900.
HSL color Cylindrical-coordinate representation of color #D429AC: hue angle of 314.04º 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 #D429AC is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 41 | 172 | - |
| CMYK | 0 | 0.81 | 0.19 | 0.17 |
| HSL | 314.04º | 0.68% | 0.5% | - |
| HSV(B) | 314.04º | 0.81% | 0.83% | - |
| XYZ | 35.39 | 18.56 | 40.75 | - |
| YUV | 107.06 | 164.65 | 202.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 41 | 172 | 0 | 0.81 | 0.19 | 0.17 | 314.04 | 0.68 | 0.5 |
| Hex | D4 | 29 | AC | 0 | 51 | 13 | 11 | 13A | 44 | 32 |
| Octal | 324 | 51 | 254 | 0 | 121 | 23 | 21 | 472 | 104 | 62 |
| Binary | 11010100 | 101001 | 10101100 | 0 | 1010001 | 10011 | 10001 | 100111010 | 1000100 | 110010 |
Color Harmonies of #D429AC
Complementary color
Monochromatic Colors of #D429AC
Black with #D429AC
Text Example
Text Example
White with #D429AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D429AC; }
p { color: rgb(212,41,172); }
H1.HeaderClassName
{
color: #D429AC;
}
.AnyTagClassName
{
color: #D429AC;
}
</style>
background-color css
<style>
a { background-color: #D429AC; }
a { background-color: rgb(212,41,172); }
div.DivClassName
{
background-color: #D429AC;
}
.BgClassName
{
background-color: #D429AC;
}
</style>
border-color css
<style>
span { border-color: #D429AC; }
span { border-color: rgb(212,41,172); }
td.TdClassName
{
border-color: #D429AC;
}
.TagClassName
{
border-color: #D429AC;
}
</style>