Shades of Deep Cerise #D432AE
Tints of Deep Cerise #D432AE
RGB
CMYK
RGB Variations
Color information
#D432AE (or 0xD432AE) is known color: Deep Cerise. HEX triplet: D4, 32 and AE. RGB value is (212,50,174). Sum of RGB (Red+Green+Blue) = 212+50+174=436 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.62% from 436); Green value is 50 (19.92% from 255 or 11.47% from 436); Blue value is 174 (68.36% from 255 or 39.91% from 436); Max value from RGB is 212 - color contains mainly: red. Hex color #D432AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D432AE is #2BCD51. Grayscale: #707070. Windows color (decimal): -2870610 or 11416276. OLE color: 11416276.
HSL color Cylindrical-coordinate representation of color #D432AE: hue angle of 314.07º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D432AE is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 50 | 174 | - |
| CMYK | 0 | 0.76 | 0.18 | 0.17 |
| HSL | 314.07º | 0.65% | 0.51% | - |
| HSV(B) | 314.07º | 0.76% | 0.83% | - |
| XYZ | 35.93 | 19.33 | 41.88 | - |
| YUV | 112.57 | 162.67 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 50 | 174 | 0 | 0.76 | 0.18 | 0.17 | 314.07 | 0.65 | 0.51 |
| Hex | D4 | 32 | AE | 0 | 4C | 12 | 11 | 13A | 41 | 33 |
| Octal | 324 | 62 | 256 | 0 | 114 | 22 | 21 | 472 | 101 | 63 |
| Binary | 11010100 | 110010 | 10101110 | 0 | 1001100 | 10010 | 10001 | 100111010 | 1000001 | 110011 |
Color Harmonies of #D432AE
Complementary color
Monochromatic Colors of #D432AE
Black with #D432AE
Text Example
Text Example
White with #D432AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D432AE; }
p { color: rgb(212,50,174); }
H1.HeaderClassName
{
color: #D432AE;
}
.AnyTagClassName
{
color: #D432AE;
}
</style>
background-color css
<style>
a { background-color: #D432AE; }
a { background-color: rgb(212,50,174); }
div.DivClassName
{
background-color: #D432AE;
}
.BgClassName
{
background-color: #D432AE;
}
</style>
border-color css
<style>
span { border-color: #D432AE; }
span { border-color: rgb(212,50,174); }
td.TdClassName
{
border-color: #D432AE;
}
.TagClassName
{
border-color: #D432AE;
}
</style>