Shades of Cerise #D7295F
Tints of Cerise #D7295F
RGB
CMYK
RGB Variations
Color information
#D7295F (or 0xD7295F) is known color: Cerise. HEX triplet: D7, 29 and 5F. RGB value is (215,41,95). Sum of RGB (Red+Green+Blue) = 215+41+95=351 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.25% from 351); Green value is 41 (16.41% from 255 or 11.68% from 351); Blue value is 95 (37.5% from 255 or 27.07% from 351); Max value from RGB is 215 - color contains mainly: red. Hex color #D7295F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7295F is #28D6A0. Grayscale: #636363. Windows color (decimal): -2676385 or 6236631. OLE color: 6236631.
HSL color Cylindrical-coordinate representation of color #D7295F: hue angle of 341.38º 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 #D7295F is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 41 | 95 | - |
| CMYK | 0 | 0.81 | 0.56 | 0.16 |
| HSL | 341.38º | 0.69% | 0.5% | - |
| HSV(B) | 341.38º | 0.81% | 0.84% | - |
| XYZ | 30.88 | 16.86 | 12.45 | - |
| YUV | 99.18 | 125.65 | 210.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 41 | 95 | 0 | 0.81 | 0.56 | 0.16 | 341.38 | 0.69 | 0.5 |
| Hex | D7 | 29 | 5F | 0 | 51 | 38 | 10 | 155 | 45 | 32 |
| Octal | 327 | 51 | 137 | 0 | 121 | 70 | 20 | 525 | 105 | 62 |
| Binary | 11010111 | 101001 | 1011111 | 0 | 1010001 | 111000 | 10000 | 101010101 | 1000101 | 110010 |
Color Harmonies of #D7295F
Complementary color
Monochromatic Colors of #D7295F
Black with #D7295F
Text Example
Text Example
White with #D7295F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7295F; }
p { color: rgb(215,41,95); }
H1.HeaderClassName
{
color: #D7295F;
}
.AnyTagClassName
{
color: #D7295F;
}
</style>
background-color css
<style>
a { background-color: #D7295F; }
a { background-color: rgb(215,41,95); }
div.DivClassName
{
background-color: #D7295F;
}
.BgClassName
{
background-color: #D7295F;
}
</style>
border-color css
<style>
span { border-color: #D7295F; }
span { border-color: rgb(215,41,95); }
td.TdClassName
{
border-color: #D7295F;
}
.TagClassName
{
border-color: #D7295F;
}
</style>