Shades of Cerise #D7296C
Tints of Cerise #D7296C
RGB
CMYK
RGB Variations
Color information
#D7296C (or 0xD7296C) is known color: Cerise. HEX triplet: D7, 29 and 6C. RGB value is (215,41,108). Sum of RGB (Red+Green+Blue) = 215+41+108=364 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.07% from 364); Green value is 41 (16.41% from 255 or 11.26% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 215 - color contains mainly: red. Hex color #D7296C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7296C is #28D693. Grayscale: #646464. Windows color (decimal): -2676372 or 7088599. OLE color: 7088599.
HSL color Cylindrical-coordinate representation of color #D7296C: hue angle of 336.9º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D7296C is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 41 | 108 | - |
| CMYK | 0 | 0.81 | 0.50 | 0.16 |
| HSL | 336.9º | 0.69% | 0.5% | - |
| HSV(B) | 336.9º | 0.81% | 0.84% | - |
| XYZ | 31.52 | 17.12 | 15.83 | - |
| YUV | 100.66 | 132.15 | 209.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 41 | 108 | 0 | 0.81 | 0.50 | 0.16 | 336.9 | 0.69 | 0.5 |
| Hex | D7 | 29 | 6C | 0 | 51 | 32 | 10 | 151 | 45 | 32 |
| Octal | 327 | 51 | 154 | 0 | 121 | 62 | 20 | 521 | 105 | 62 |
| Binary | 11010111 | 101001 | 1101100 | 0 | 1010001 | 110010 | 10000 | 101010001 | 1000101 | 110010 |
Color Harmonies of #D7296C
Complementary color
Monochromatic Colors of #D7296C
Black with #D7296C
Text Example
Text Example
White with #D7296C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7296C; }
p { color: rgb(215,41,108); }
H1.HeaderClassName
{
color: #D7296C;
}
.AnyTagClassName
{
color: #D7296C;
}
</style>
background-color css
<style>
a { background-color: #D7296C; }
a { background-color: rgb(215,41,108); }
div.DivClassName
{
background-color: #D7296C;
}
.BgClassName
{
background-color: #D7296C;
}
</style>
border-color css
<style>
span { border-color: #D7296C; }
span { border-color: rgb(215,41,108); }
td.TdClassName
{
border-color: #D7296C;
}
.TagClassName
{
border-color: #D7296C;
}
</style>