Shades of Cerise #D9245B
Tints of Cerise #D9245B
RGB
CMYK
RGB Variations
Color information
#D9245B (or 0xD9245B) is known color: Cerise. HEX triplet: D9, 24 and 5B. RGB value is (217,36,91). Sum of RGB (Red+Green+Blue) = 217+36+91=344 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.08% from 344); Green value is 36 (14.45% from 255 or 10.47% from 344); Blue value is 91 (35.94% from 255 or 26.45% from 344); Max value from RGB is 217 - color contains mainly: red. Hex color #D9245B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9245B is #26DBA4. Grayscale: #606060. Windows color (decimal): -2546597 or 5973209. OLE color: 5973209.
HSL color Cylindrical-coordinate representation of color #D9245B: hue angle of 341.77º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D9245B is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 36 | 91 | - |
| CMYK | 0 | 0.83 | 0.58 | 0.15 |
| HSL | 341.77º | 0.72% | 0.5% | - |
| HSV(B) | 341.77º | 0.83% | 0.85% | - |
| XYZ | 31.13 | 16.77 | 11.49 | - |
| YUV | 96.39 | 124.97 | 214.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 36 | 91 | 0 | 0.83 | 0.58 | 0.15 | 341.77 | 0.72 | 0.5 |
| Hex | D9 | 24 | 5B | 0 | 53 | 3A | F | 156 | 48 | 32 |
| Octal | 331 | 44 | 133 | 0 | 123 | 72 | 17 | 526 | 110 | 62 |
| Binary | 11011001 | 100100 | 1011011 | 0 | 1010011 | 111010 | 1111 | 101010110 | 1001000 | 110010 |
Color Harmonies of #D9245B
Complementary color
Monochromatic Colors of #D9245B
Black with #D9245B
Text Example
Text Example
White with #D9245B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9245B; }
p { color: rgb(217,36,91); }
H1.HeaderClassName
{
color: #D9245B;
}
.AnyTagClassName
{
color: #D9245B;
}
</style>
background-color css
<style>
a { background-color: #D9245B; }
a { background-color: rgb(217,36,91); }
div.DivClassName
{
background-color: #D9245B;
}
.BgClassName
{
background-color: #D9245B;
}
</style>
border-color css
<style>
span { border-color: #D9245B; }
span { border-color: rgb(217,36,91); }
td.TdClassName
{
border-color: #D9245B;
}
.TagClassName
{
border-color: #D9245B;
}
</style>