Shades of Cerise #D1376B
Tints of Cerise #D1376B
RGB
CMYK
RGB Variations
Color information
#D1376B (or 0xD1376B) is known color: Cerise. HEX triplet: D1, 37 and 6B. RGB value is (209,55,107). Sum of RGB (Red+Green+Blue) = 209+55+107=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 55 (21.88% from 255 or 14.82% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D1376B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1376B is #2EC894. Grayscale: #6A6A6A. Windows color (decimal): -3066005 or 7026641. OLE color: 7026641.
HSL color Cylindrical-coordinate representation of color #D1376B: hue angle of 339.74º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D1376B is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 55 | 107 | - |
| CMYK | 0 | 0.74 | 0.49 | 0.18 |
| HSL | 339.74º | 0.63% | 0.52% | - |
| HSV(B) | 339.74º | 0.74% | 0.82% | - |
| XYZ | 30.31 | 17.35 | 15.66 | - |
| YUV | 106.97 | 128.02 | 200.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 55 | 107 | 0 | 0.74 | 0.49 | 0.18 | 339.74 | 0.63 | 0.52 |
| Hex | D1 | 37 | 6B | 0 | 4A | 31 | 12 | 154 | 3F | 34 |
| Octal | 321 | 67 | 153 | 0 | 112 | 61 | 22 | 524 | 77 | 64 |
| Binary | 11010001 | 110111 | 1101011 | 0 | 1001010 | 110001 | 10010 | 101010100 | 111111 | 110100 |
Color Harmonies of #D1376B
Complementary color
Monochromatic Colors of #D1376B
Black with #D1376B
Text Example
Text Example
White with #D1376B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1376B; }
p { color: rgb(209,55,107); }
H1.HeaderClassName
{
color: #D1376B;
}
.AnyTagClassName
{
color: #D1376B;
}
</style>
background-color css
<style>
a { background-color: #D1376B; }
a { background-color: rgb(209,55,107); }
div.DivClassName
{
background-color: #D1376B;
}
.BgClassName
{
background-color: #D1376B;
}
</style>
border-color css
<style>
span { border-color: #D1376B; }
span { border-color: rgb(209,55,107); }
td.TdClassName
{
border-color: #D1376B;
}
.TagClassName
{
border-color: #D1376B;
}
</style>