Shades of Cerise #D4245C
Tints of Cerise #D4245C
RGB
CMYK
RGB Variations
Color information
#D4245C (or 0xD4245C) is known color: Cerise. HEX triplet: D4, 24 and 5C. RGB value is (212,36,92). Sum of RGB (Red+Green+Blue) = 212+36+92=340 (45% of max value = 765). Red value is 212 (83.20% from 255 or 62.35% from 340); Green value is 36 (14.45% from 255 or 10.59% from 340); Blue value is 92 (36.33% from 255 or 27.06% from 340); Max value from RGB is 212 - color contains mainly: red. Hex color #D4245C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4245C is #2BDBA3. Grayscale: #5E5E5E. Windows color (decimal): -2874276 or 6038740. OLE color: 6038740.
HSL color Cylindrical-coordinate representation of color #D4245C: hue angle of 340.91º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D4245C is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 36 | 92 | - |
| CMYK | 0 | 0.83 | 0.57 | 0.17 |
| HSL | 340.91º | 0.71% | 0.49% | - |
| HSV(B) | 340.91º | 0.83% | 0.83% | - |
| XYZ | 29.71 | 16.03 | 11.65 | - |
| YUV | 95.01 | 126.31 | 211.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 36 | 92 | 0 | 0.83 | 0.57 | 0.17 | 340.91 | 0.71 | 0.49 |
| Hex | D4 | 24 | 5C | 0 | 53 | 39 | 11 | 155 | 47 | 31 |
| Octal | 324 | 44 | 134 | 0 | 123 | 71 | 21 | 525 | 107 | 61 |
| Binary | 11010100 | 100100 | 1011100 | 0 | 1010011 | 111001 | 10001 | 101010101 | 1000111 | 110001 |
Color Harmonies of #D4245C
Complementary color
Monochromatic Colors of #D4245C
Black with #D4245C
Text Example
Text Example
White with #D4245C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4245C; }
p { color: rgb(212,36,92); }
H1.HeaderClassName
{
color: #D4245C;
}
.AnyTagClassName
{
color: #D4245C;
}
</style>
background-color css
<style>
a { background-color: #D4245C; }
a { background-color: rgb(212,36,92); }
div.DivClassName
{
background-color: #D4245C;
}
.BgClassName
{
background-color: #D4245C;
}
</style>
border-color css
<style>
span { border-color: #D4245C; }
span { border-color: rgb(212,36,92); }
td.TdClassName
{
border-color: #D4245C;
}
.TagClassName
{
border-color: #D4245C;
}
</style>