Shades of Deep Cerise #D4228E
Tints of Deep Cerise #D4228E
RGB
CMYK
RGB Variations
Color information
#D4228E (or 0xD4228E) is known color: Deep Cerise. HEX triplet: D4, 22 and 8E. RGB value is (212,34,142). Sum of RGB (Red+Green+Blue) = 212+34+142=388 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.64% from 388); Green value is 34 (13.67% from 255 or 8.76% from 388); Blue value is 142 (55.86% from 255 or 36.60% from 388); Max value from RGB is 212 - color contains mainly: red. Hex color #D4228E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4228E is #2BDD71. Grayscale: #636363. Windows color (decimal): -2874738 or 9315028. OLE color: 9315028.
HSL color Cylindrical-coordinate representation of color #D4228E: hue angle of 323.6º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D4228E is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 34 | 142 | - |
| CMYK | 0 | 0.84 | 0.33 | 0.17 |
| HSL | 323.6º | 0.72% | 0.48% | - |
| HSV(B) | 323.6º | 0.84% | 0.83% | - |
| XYZ | 32.61 | 17.09 | 27.17 | - |
| YUV | 99.53 | 151.97 | 208.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 34 | 142 | 0 | 0.84 | 0.33 | 0.17 | 323.6 | 0.72 | 0.48 |
| Hex | D4 | 22 | 8E | 0 | 54 | 21 | 11 | 144 | 48 | 30 |
| Octal | 324 | 42 | 216 | 0 | 124 | 41 | 21 | 504 | 110 | 60 |
| Binary | 11010100 | 100010 | 10001110 | 0 | 1010100 | 100001 | 10001 | 101000100 | 1001000 | 110000 |
Color Harmonies of #D4228E
Complementary color
Monochromatic Colors of #D4228E
Black with #D4228E
Text Example
Text Example
White with #D4228E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4228E; }
p { color: rgb(212,34,142); }
H1.HeaderClassName
{
color: #D4228E;
}
.AnyTagClassName
{
color: #D4228E;
}
</style>
background-color css
<style>
a { background-color: #D4228E; }
a { background-color: rgb(212,34,142); }
div.DivClassName
{
background-color: #D4228E;
}
.BgClassName
{
background-color: #D4228E;
}
</style>
border-color css
<style>
span { border-color: #D4228E; }
span { border-color: rgb(212,34,142); }
td.TdClassName
{
border-color: #D4228E;
}
.TagClassName
{
border-color: #D4228E;
}
</style>