Shades of Cerise #D4225D
Tints of Cerise #D4225D
RGB
CMYK
RGB Variations
Color information
#D4225D (or 0xD4225D) is known color: Cerise. HEX triplet: D4, 22 and 5D. RGB value is (212,34,93). Sum of RGB (Red+Green+Blue) = 212+34+93=339 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.54% from 339); Green value is 34 (13.67% from 255 or 10.03% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 212 - color contains mainly: red. Hex color #D4225D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4225D is #2BDDA2. Grayscale: #5D5D5D. Windows color (decimal): -2874787 or 6103764. OLE color: 6103764.
HSL color Cylindrical-coordinate representation of color #D4225D: hue angle of 340.11º 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 #D4225D is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 34 | 93 | - |
| CMYK | 0 | 0.84 | 0.56 | 0.17 |
| HSL | 340.11º | 0.72% | 0.48% | - |
| HSV(B) | 340.11º | 0.84% | 0.83% | - |
| XYZ | 29.7 | 15.93 | 11.87 | - |
| YUV | 93.95 | 127.47 | 212.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 34 | 93 | 0 | 0.84 | 0.56 | 0.17 | 340.11 | 0.72 | 0.48 |
| Hex | D4 | 22 | 5D | 0 | 54 | 38 | 11 | 154 | 48 | 30 |
| Octal | 324 | 42 | 135 | 0 | 124 | 70 | 21 | 524 | 110 | 60 |
| Binary | 11010100 | 100010 | 1011101 | 0 | 1010100 | 111000 | 10001 | 101010100 | 1001000 | 110000 |
Color Harmonies of #D4225D
Complementary color
Monochromatic Colors of #D4225D
Black with #D4225D
Text Example
Text Example
White with #D4225D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4225D; }
p { color: rgb(212,34,93); }
H1.HeaderClassName
{
color: #D4225D;
}
.AnyTagClassName
{
color: #D4225D;
}
</style>
background-color css
<style>
a { background-color: #D4225D; }
a { background-color: rgb(212,34,93); }
div.DivClassName
{
background-color: #D4225D;
}
.BgClassName
{
background-color: #D4225D;
}
</style>
border-color css
<style>
span { border-color: #D4225D; }
span { border-color: rgb(212,34,93); }
td.TdClassName
{
border-color: #D4225D;
}
.TagClassName
{
border-color: #D4225D;
}
</style>