Shades of Cerise #D4375E
Tints of Cerise #D4375E
RGB
CMYK
RGB Variations
Color information
#D4375E (or 0xD4375E) is known color: Cerise. HEX triplet: D4, 37 and 5E. RGB value is (212,55,94). Sum of RGB (Red+Green+Blue) = 212+55+94=361 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.73% from 361); Green value is 55 (21.88% from 255 or 15.24% from 361); Blue value is 94 (37.11% from 255 or 26.04% from 361); Max value from RGB is 212 - color contains mainly: red. Hex color #D4375E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4375E is #2BC8A1. Grayscale: #6A6A6A. Windows color (decimal): -2869410 or 6174676. OLE color: 6174676.
HSL color Cylindrical-coordinate representation of color #D4375E: hue angle of 345.1º 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 #D4375E is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 55 | 94 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.17 |
| HSL | 345.1º | 0.65% | 0.52% | - |
| HSV(B) | 345.1º | 0.74% | 0.83% | - |
| XYZ | 30.54 | 17.54 | 12.37 | - |
| YUV | 106.39 | 121.01 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 55 | 94 | 0 | 0.74 | 0.56 | 0.17 | 345.1 | 0.65 | 0.52 |
| Hex | D4 | 37 | 5E | 0 | 4A | 38 | 11 | 159 | 41 | 34 |
| Octal | 324 | 67 | 136 | 0 | 112 | 70 | 21 | 531 | 101 | 64 |
| Binary | 11010100 | 110111 | 1011110 | 0 | 1001010 | 111000 | 10001 | 101011001 | 1000001 | 110100 |
Color Harmonies of #D4375E
Complementary color
Monochromatic Colors of #D4375E
Black with #D4375E
Text Example
Text Example
White with #D4375E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4375E; }
p { color: rgb(212,55,94); }
H1.HeaderClassName
{
color: #D4375E;
}
.AnyTagClassName
{
color: #D4375E;
}
</style>
background-color css
<style>
a { background-color: #D4375E; }
a { background-color: rgb(212,55,94); }
div.DivClassName
{
background-color: #D4375E;
}
.BgClassName
{
background-color: #D4375E;
}
</style>
border-color css
<style>
span { border-color: #D4375E; }
span { border-color: rgb(212,55,94); }
td.TdClassName
{
border-color: #D4375E;
}
.TagClassName
{
border-color: #D4375E;
}
</style>