Shades of Cerise #D4376D
Tints of Cerise #D4376D
RGB
CMYK
RGB Variations
Color information
#D4376D (or 0xD4376D) is known color: Cerise. HEX triplet: D4, 37 and 6D. RGB value is (212,55,109). Sum of RGB (Red+Green+Blue) = 212+55+109=376 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.38% from 376); Green value is 55 (21.88% from 255 or 14.63% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 212 - color contains mainly: red. Hex color #D4376D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4376D is #2BC892. Grayscale: #6C6C6C. Windows color (decimal): -2869395 or 7157716. OLE color: 7157716.
HSL color Cylindrical-coordinate representation of color #D4376D: hue angle of 339.36º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D4376D is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 55 | 109 | - |
| CMYK | 0 | 0.74 | 0.49 | 0.17 |
| HSL | 339.36º | 0.65% | 0.52% | - |
| HSV(B) | 339.36º | 0.74% | 0.83% | - |
| XYZ | 31.28 | 17.83 | 16.26 | - |
| YUV | 108.1 | 128.51 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 55 | 109 | 0 | 0.74 | 0.49 | 0.17 | 339.36 | 0.65 | 0.52 |
| Hex | D4 | 37 | 6D | 0 | 4A | 31 | 11 | 153 | 41 | 34 |
| Octal | 324 | 67 | 155 | 0 | 112 | 61 | 21 | 523 | 101 | 64 |
| Binary | 11010100 | 110111 | 1101101 | 0 | 1001010 | 110001 | 10001 | 101010011 | 1000001 | 110100 |
Color Harmonies of #D4376D
Complementary color
Monochromatic Colors of #D4376D
Black with #D4376D
Text Example
Text Example
White with #D4376D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4376D; }
p { color: rgb(212,55,109); }
H1.HeaderClassName
{
color: #D4376D;
}
.AnyTagClassName
{
color: #D4376D;
}
</style>
background-color css
<style>
a { background-color: #D4376D; }
a { background-color: rgb(212,55,109); }
div.DivClassName
{
background-color: #D4376D;
}
.BgClassName
{
background-color: #D4376D;
}
</style>
border-color css
<style>
span { border-color: #D4376D; }
span { border-color: rgb(212,55,109); }
td.TdClassName
{
border-color: #D4376D;
}
.TagClassName
{
border-color: #D4376D;
}
</style>