Shades of Cerise #D9376B
Tints of Cerise #D9376B
RGB
CMYK
RGB Variations
Color information
#D9376B (or 0xD9376B) is known color: Cerise. HEX triplet: D9, 37 and 6B. RGB value is (217,55,107). Sum of RGB (Red+Green+Blue) = 217+55+107=379 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.26% from 379); Green value is 55 (21.88% from 255 or 14.51% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 217 - color contains mainly: red. Hex color #D9376B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9376B is #26C894. Grayscale: #6D6D6D. Windows color (decimal): -2541717 or 7026649. OLE color: 7026649.
HSL color Cylindrical-coordinate representation of color #D9376B: hue angle of 340.74º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D9376B is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 55 | 107 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.15 |
| HSL | 340.74º | 0.68% | 0.53% | - |
| HSV(B) | 340.74º | 0.75% | 0.85% | - |
| XYZ | 32.64 | 18.55 | 15.77 | - |
| YUV | 109.37 | 126.67 | 204.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 55 | 107 | 0 | 0.75 | 0.51 | 0.15 | 340.74 | 0.68 | 0.53 |
| Hex | D9 | 37 | 6B | 0 | 4B | 33 | F | 155 | 44 | 35 |
| Octal | 331 | 67 | 153 | 0 | 113 | 63 | 17 | 525 | 104 | 65 |
| Binary | 11011001 | 110111 | 1101011 | 0 | 1001011 | 110011 | 1111 | 101010101 | 1000100 | 110101 |
Color Harmonies of #D9376B
Complementary color
Monochromatic Colors of #D9376B
Black with #D9376B
Text Example
Text Example
White with #D9376B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9376B; }
p { color: rgb(217,55,107); }
H1.HeaderClassName
{
color: #D9376B;
}
.AnyTagClassName
{
color: #D9376B;
}
</style>
background-color css
<style>
a { background-color: #D9376B; }
a { background-color: rgb(217,55,107); }
div.DivClassName
{
background-color: #D9376B;
}
.BgClassName
{
background-color: #D9376B;
}
</style>
border-color css
<style>
span { border-color: #D9376B; }
span { border-color: rgb(217,55,107); }
td.TdClassName
{
border-color: #D9376B;
}
.TagClassName
{
border-color: #D9376B;
}
</style>