Shades of Cerise #D7296B
Tints of Cerise #D7296B
RGB
CMYK
RGB Variations
Color information
#D7296B (or 0xD7296B) is known color: Cerise. HEX triplet: D7, 29 and 6B. RGB value is (215,41,107). Sum of RGB (Red+Green+Blue) = 215+41+107=363 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.23% from 363); Green value is 41 (16.41% from 255 or 11.29% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 215 - color contains mainly: red. Hex color #D7296B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7296B is #28D694. Grayscale: #646464. Windows color (decimal): -2676373 or 7023063. OLE color: 7023063.
HSL color Cylindrical-coordinate representation of color #D7296B: hue angle of 337.24º 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 #D7296B is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 41 | 107 | - |
| CMYK | 0 | 0.81 | 0.50 | 0.16 |
| HSL | 337.24º | 0.69% | 0.5% | - |
| HSV(B) | 337.24º | 0.81% | 0.84% | - |
| XYZ | 31.47 | 17.09 | 15.55 | - |
| YUV | 100.55 | 131.65 | 209.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 41 | 107 | 0 | 0.81 | 0.50 | 0.16 | 337.24 | 0.69 | 0.5 |
| Hex | D7 | 29 | 6B | 0 | 51 | 32 | 10 | 151 | 45 | 32 |
| Octal | 327 | 51 | 153 | 0 | 121 | 62 | 20 | 521 | 105 | 62 |
| Binary | 11010111 | 101001 | 1101011 | 0 | 1010001 | 110010 | 10000 | 101010001 | 1000101 | 110010 |
Color Harmonies of #D7296B
Complementary color
Monochromatic Colors of #D7296B
Black with #D7296B
Text Example
Text Example
White with #D7296B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7296B; }
p { color: rgb(215,41,107); }
H1.HeaderClassName
{
color: #D7296B;
}
.AnyTagClassName
{
color: #D7296B;
}
</style>
background-color css
<style>
a { background-color: #D7296B; }
a { background-color: rgb(215,41,107); }
div.DivClassName
{
background-color: #D7296B;
}
.BgClassName
{
background-color: #D7296B;
}
</style>
border-color css
<style>
span { border-color: #D7296B; }
span { border-color: rgb(215,41,107); }
td.TdClassName
{
border-color: #D7296B;
}
.TagClassName
{
border-color: #D7296B;
}
</style>