Shades of Deep Cerise #D4227A
Tints of Deep Cerise #D4227A
RGB
CMYK
RGB Variations
Color information
#D4227A (or 0xD4227A) is known color: Deep Cerise. HEX triplet: D4, 22 and 7A. RGB value is (212,34,122). Sum of RGB (Red+Green+Blue) = 212+34+122=368 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.61% from 368); Green value is 34 (13.67% from 255 or 9.24% from 368); Blue value is 122 (48.05% from 255 or 33.15% from 368); Max value from RGB is 212 - color contains mainly: red. Hex color #D4227A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4227A is #2BDD85. Grayscale: #616161. Windows color (decimal): -2874758 or 8004308. OLE color: 8004308.
HSL color Cylindrical-coordinate representation of color #D4227A: hue angle of 330.34º 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 #D4227A is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 34 | 122 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.17 |
| HSL | 330.34º | 0.72% | 0.48% | - |
| HSV(B) | 330.34º | 0.84% | 0.83% | - |
| XYZ | 31.24 | 16.55 | 19.96 | - |
| YUV | 97.25 | 141.97 | 209.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 34 | 122 | 0 | 0.84 | 0.42 | 0.17 | 330.34 | 0.72 | 0.48 |
| Hex | D4 | 22 | 7A | 0 | 54 | 2A | 11 | 14A | 48 | 30 |
| Octal | 324 | 42 | 172 | 0 | 124 | 52 | 21 | 512 | 110 | 60 |
| Binary | 11010100 | 100010 | 1111010 | 0 | 1010100 | 101010 | 10001 | 101001010 | 1001000 | 110000 |
Color Harmonies of #D4227A
Complementary color
Monochromatic Colors of #D4227A
Black with #D4227A
Text Example
Text Example
White with #D4227A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4227A; }
p { color: rgb(212,34,122); }
H1.HeaderClassName
{
color: #D4227A;
}
.AnyTagClassName
{
color: #D4227A;
}
</style>
background-color css
<style>
a { background-color: #D4227A; }
a { background-color: rgb(212,34,122); }
div.DivClassName
{
background-color: #D4227A;
}
.BgClassName
{
background-color: #D4227A;
}
</style>
border-color css
<style>
span { border-color: #D4227A; }
span { border-color: rgb(212,34,122); }
td.TdClassName
{
border-color: #D4227A;
}
.TagClassName
{
border-color: #D4227A;
}
</style>