Shades of Cerise #D7376C
Tints of Cerise #D7376C
RGB
CMYK
RGB Variations
Color information
#D7376C (or 0xD7376C) is known color: Cerise. HEX triplet: D7, 37 and 6C. RGB value is (215,55,108). Sum of RGB (Red+Green+Blue) = 215+55+108=378 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.88% from 378); Green value is 55 (21.88% from 255 or 14.55% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 215 - color contains mainly: red. Hex color #D7376C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7376C is #28C893. Grayscale: #6C6C6C. Windows color (decimal): -2672788 or 7092183. OLE color: 7092183.
HSL color Cylindrical-coordinate representation of color #D7376C: hue angle of 340.12º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D7376C is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 55 | 108 | - |
| CMYK | 0 | 0.74 | 0.50 | 0.16 |
| HSL | 340.13º | 0.67% | 0.53% | - |
| HSV(B) | 340.13º | 0.74% | 0.84% | - |
| XYZ | 32.1 | 18.26 | 16.02 | - |
| YUV | 108.88 | 127.51 | 203.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 55 | 108 | 0 | 0.74 | 0.50 | 0.16 | 340.13 | 0.67 | 0.53 |
| Hex | D7 | 37 | 6C | 0 | 4A | 32 | 10 | 154 | 43 | 35 |
| Octal | 327 | 67 | 154 | 0 | 112 | 62 | 20 | 524 | 103 | 65 |
| Binary | 11010111 | 110111 | 1101100 | 0 | 1001010 | 110010 | 10000 | 101010100 | 1000011 | 110101 |
Color Harmonies of #D7376C
Complementary color
Monochromatic Colors of #D7376C
Black with #D7376C
Text Example
Text Example
White with #D7376C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7376C; }
p { color: rgb(215,55,108); }
H1.HeaderClassName
{
color: #D7376C;
}
.AnyTagClassName
{
color: #D7376C;
}
</style>
background-color css
<style>
a { background-color: #D7376C; }
a { background-color: rgb(215,55,108); }
div.DivClassName
{
background-color: #D7376C;
}
.BgClassName
{
background-color: #D7376C;
}
</style>
border-color css
<style>
span { border-color: #D7376C; }
span { border-color: rgb(215,55,108); }
td.TdClassName
{
border-color: #D7376C;
}
.TagClassName
{
border-color: #D7376C;
}
</style>