Shades of Cerise #D2245C
Tints of Cerise #D2245C
RGB
CMYK
RGB Variations
Color information
#D2245C (or 0xD2245C) is known color: Cerise. HEX triplet: D2, 24 and 5C. RGB value is (210,36,92). Sum of RGB (Red+Green+Blue) = 210+36+92=338 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.13% from 338); Green value is 36 (14.45% from 255 or 10.65% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 210 - color contains mainly: red. Hex color #D2245C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2245C is #2DDBA3. Grayscale: #5E5E5E. Windows color (decimal): -3005348 or 6038738. OLE color: 6038738.
HSL color Cylindrical-coordinate representation of color #D2245C: hue angle of 340.69º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D2245C is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 36 | 92 | - |
| CMYK | 0 | 0.83 | 0.56 | 0.18 |
| HSL | 340.69º | 0.71% | 0.48% | - |
| HSV(B) | 340.69º | 0.83% | 0.82% | - |
| XYZ | 29.14 | 15.74 | 11.63 | - |
| YUV | 94.41 | 126.65 | 210.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 36 | 92 | 0 | 0.83 | 0.56 | 0.18 | 340.69 | 0.71 | 0.48 |
| Hex | D2 | 24 | 5C | 0 | 53 | 38 | 12 | 155 | 47 | 30 |
| Octal | 322 | 44 | 134 | 0 | 123 | 70 | 22 | 525 | 107 | 60 |
| Binary | 11010010 | 100100 | 1011100 | 0 | 1010011 | 111000 | 10010 | 101010101 | 1000111 | 110000 |
Color Harmonies of #D2245C
Complementary color
Monochromatic Colors of #D2245C
Black with #D2245C
Text Example
Text Example
White with #D2245C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2245C; }
p { color: rgb(210,36,92); }
H1.HeaderClassName
{
color: #D2245C;
}
.AnyTagClassName
{
color: #D2245C;
}
</style>
background-color css
<style>
a { background-color: #D2245C; }
a { background-color: rgb(210,36,92); }
div.DivClassName
{
background-color: #D2245C;
}
.BgClassName
{
background-color: #D2245C;
}
</style>
border-color css
<style>
span { border-color: #D2245C; }
span { border-color: rgb(210,36,92); }
td.TdClassName
{
border-color: #D2245C;
}
.TagClassName
{
border-color: #D2245C;
}
</style>