Shades of Cerise #D9295C
Tints of Cerise #D9295C
RGB
CMYK
RGB Variations
Color information
#D9295C (or 0xD9295C) is known color: Cerise. HEX triplet: D9, 29 and 5C. RGB value is (217,41,92). Sum of RGB (Red+Green+Blue) = 217+41+92=350 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62% from 350); Green value is 41 (16.41% from 255 or 11.71% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 217 - color contains mainly: red. Hex color #D9295C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9295C is #26D6A3. Grayscale: #636363. Windows color (decimal): -2545316 or 6040025. OLE color: 6040025.
HSL color Cylindrical-coordinate representation of color #D9295C: hue angle of 342.61º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D9295C is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 41 | 92 | - |
| CMYK | 0 | 0.81 | 0.58 | 0.15 |
| HSL | 342.61º | 0.7% | 0.51% | - |
| HSV(B) | 342.61º | 0.81% | 0.85% | - |
| XYZ | 31.34 | 17.11 | 11.78 | - |
| YUV | 99.44 | 123.81 | 211.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 41 | 92 | 0 | 0.81 | 0.58 | 0.15 | 342.61 | 0.7 | 0.51 |
| Hex | D9 | 29 | 5C | 0 | 51 | 3A | F | 157 | 46 | 33 |
| Octal | 331 | 51 | 134 | 0 | 121 | 72 | 17 | 527 | 106 | 63 |
| Binary | 11011001 | 101001 | 1011100 | 0 | 1010001 | 111010 | 1111 | 101010111 | 1000110 | 110011 |
Color Harmonies of #D9295C
Complementary color
Monochromatic Colors of #D9295C
Black with #D9295C
Text Example
Text Example
White with #D9295C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9295C; }
p { color: rgb(217,41,92); }
H1.HeaderClassName
{
color: #D9295C;
}
.AnyTagClassName
{
color: #D9295C;
}
</style>
background-color css
<style>
a { background-color: #D9295C; }
a { background-color: rgb(217,41,92); }
div.DivClassName
{
background-color: #D9295C;
}
.BgClassName
{
background-color: #D9295C;
}
</style>
border-color css
<style>
span { border-color: #D9295C; }
span { border-color: rgb(217,41,92); }
td.TdClassName
{
border-color: #D9295C;
}
.TagClassName
{
border-color: #D9295C;
}
</style>