Shades of Cerise #D9296D
Tints of Cerise #D9296D
RGB
CMYK
RGB Variations
Color information
#D9296D (or 0xD9296D) is known color: Cerise. HEX triplet: D9, 29 and 6D. RGB value is (217,41,109). Sum of RGB (Red+Green+Blue) = 217+41+109=367 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.13% from 367); Green value is 41 (16.41% from 255 or 11.17% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 217 - color contains mainly: red. Hex color #D9296D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9296D is #26D692. Grayscale: #656565. Windows color (decimal): -2545299 or 7154137. OLE color: 7154137.
HSL color Cylindrical-coordinate representation of color #D9296D: hue angle of 336.82º 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 #D9296D is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 41 | 109 | - |
| CMYK | 0 | 0.81 | 0.50 | 0.15 |
| HSL | 336.82º | 0.7% | 0.51% | - |
| HSV(B) | 336.82º | 0.81% | 0.85% | - |
| XYZ | 32.17 | 17.44 | 16.14 | - |
| YUV | 101.38 | 132.31 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 41 | 109 | 0 | 0.81 | 0.50 | 0.15 | 336.82 | 0.7 | 0.51 |
| Hex | D9 | 29 | 6D | 0 | 51 | 32 | F | 151 | 46 | 33 |
| Octal | 331 | 51 | 155 | 0 | 121 | 62 | 17 | 521 | 106 | 63 |
| Binary | 11011001 | 101001 | 1101101 | 0 | 1010001 | 110010 | 1111 | 101010001 | 1000110 | 110011 |
Color Harmonies of #D9296D
Complementary color
Monochromatic Colors of #D9296D
Black with #D9296D
Text Example
Text Example
White with #D9296D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9296D; }
p { color: rgb(217,41,109); }
H1.HeaderClassName
{
color: #D9296D;
}
.AnyTagClassName
{
color: #D9296D;
}
</style>
background-color css
<style>
a { background-color: #D9296D; }
a { background-color: rgb(217,41,109); }
div.DivClassName
{
background-color: #D9296D;
}
.BgClassName
{
background-color: #D9296D;
}
</style>
border-color css
<style>
span { border-color: #D9296D; }
span { border-color: rgb(217,41,109); }
td.TdClassName
{
border-color: #D9296D;
}
.TagClassName
{
border-color: #D9296D;
}
</style>