Shades of Cerise #D2245F
Tints of Cerise #D2245F
RGB
CMYK
RGB Variations
Color information
#D2245F (or 0xD2245F) is known color: Cerise. HEX triplet: D2, 24 and 5F. RGB value is (210,36,95). Sum of RGB (Red+Green+Blue) = 210+36+95=341 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.58% from 341); Green value is 36 (14.45% from 255 or 10.56% from 341); Blue value is 95 (37.5% from 255 or 27.86% from 341); Max value from RGB is 210 - color contains mainly: red. Hex color #D2245F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2245F is #2DDBA0. Grayscale: #5E5E5E. Windows color (decimal): -3005345 or 6235346. OLE color: 6235346.
HSL color Cylindrical-coordinate representation of color #D2245F: hue angle of 339.66º 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 #D2245F is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 36 | 95 | - |
| CMYK | 0 | 0.83 | 0.55 | 0.18 |
| HSL | 339.66º | 0.71% | 0.48% | - |
| HSV(B) | 339.66º | 0.83% | 0.82% | - |
| XYZ | 29.27 | 15.79 | 12.33 | - |
| YUV | 94.75 | 128.15 | 210.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 36 | 95 | 0 | 0.83 | 0.55 | 0.18 | 339.66 | 0.71 | 0.48 |
| Hex | D2 | 24 | 5F | 0 | 53 | 37 | 12 | 154 | 47 | 30 |
| Octal | 322 | 44 | 137 | 0 | 123 | 67 | 22 | 524 | 107 | 60 |
| Binary | 11010010 | 100100 | 1011111 | 0 | 1010011 | 110111 | 10010 | 101010100 | 1000111 | 110000 |
Color Harmonies of #D2245F
Complementary color
Monochromatic Colors of #D2245F
Black with #D2245F
Text Example
Text Example
White with #D2245F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2245F; }
p { color: rgb(210,36,95); }
H1.HeaderClassName
{
color: #D2245F;
}
.AnyTagClassName
{
color: #D2245F;
}
</style>
background-color css
<style>
a { background-color: #D2245F; }
a { background-color: rgb(210,36,95); }
div.DivClassName
{
background-color: #D2245F;
}
.BgClassName
{
background-color: #D2245F;
}
</style>
border-color css
<style>
span { border-color: #D2245F; }
span { border-color: rgb(210,36,95); }
td.TdClassName
{
border-color: #D2245F;
}
.TagClassName
{
border-color: #D2245F;
}
</style>