Shades of Cerise #D1245B
Tints of Cerise #D1245B
RGB
CMYK
RGB Variations
Color information
#D1245B (or 0xD1245B) is known color: Cerise. HEX triplet: D1, 24 and 5B. RGB value is (209,36,91). Sum of RGB (Red+Green+Blue) = 209+36+91=336 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.20% from 336); Green value is 36 (14.45% from 255 or 10.71% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 209 - color contains mainly: red. Hex color #D1245B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1245B is #2EDBA4. Grayscale: #5D5D5D. Windows color (decimal): -3070885 or 5973201. OLE color: 5973201.
HSL color Cylindrical-coordinate representation of color #D1245B: hue angle of 340.92º 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 #D1245B is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 36 | 91 | - |
| CMYK | 0 | 0.83 | 0.56 | 0.18 |
| HSL | 340.92º | 0.71% | 0.48% | - |
| HSV(B) | 340.92º | 0.83% | 0.82% | - |
| XYZ | 28.81 | 15.57 | 11.38 | - |
| YUV | 94 | 126.31 | 210.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 36 | 91 | 0 | 0.83 | 0.56 | 0.18 | 340.92 | 0.71 | 0.48 |
| Hex | D1 | 24 | 5B | 0 | 53 | 38 | 12 | 155 | 47 | 30 |
| Octal | 321 | 44 | 133 | 0 | 123 | 70 | 22 | 525 | 107 | 60 |
| Binary | 11010001 | 100100 | 1011011 | 0 | 1010011 | 111000 | 10010 | 101010101 | 1000111 | 110000 |
Color Harmonies of #D1245B
Complementary color
Monochromatic Colors of #D1245B
Black with #D1245B
Text Example
Text Example
White with #D1245B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1245B; }
p { color: rgb(209,36,91); }
H1.HeaderClassName
{
color: #D1245B;
}
.AnyTagClassName
{
color: #D1245B;
}
</style>
background-color css
<style>
a { background-color: #D1245B; }
a { background-color: rgb(209,36,91); }
div.DivClassName
{
background-color: #D1245B;
}
.BgClassName
{
background-color: #D1245B;
}
</style>
border-color css
<style>
span { border-color: #D1245B; }
span { border-color: rgb(209,36,91); }
td.TdClassName
{
border-color: #D1245B;
}
.TagClassName
{
border-color: #D1245B;
}
</style>