Shades of Cerise #D4375C
Tints of Cerise #D4375C
RGB
CMYK
RGB Variations
Color information
#D4375C (or 0xD4375C) is known color: Cerise. HEX triplet: D4, 37 and 5C. RGB value is (212,55,92). Sum of RGB (Red+Green+Blue) = 212+55+92=359 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.05% from 359); Green value is 55 (21.88% from 255 or 15.32% from 359); Blue value is 92 (36.33% from 255 or 25.63% from 359); Max value from RGB is 212 - color contains mainly: red. Hex color #D4375C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4375C is #2BC8A3. Grayscale: #6A6A6A. Windows color (decimal): -2869412 or 6043604. OLE color: 6043604.
HSL color Cylindrical-coordinate representation of color #D4375C: hue angle of 345.86º 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 #D4375C is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 55 | 92 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.17 |
| HSL | 345.86º | 0.65% | 0.52% | - |
| HSV(B) | 345.86º | 0.74% | 0.83% | - |
| XYZ | 30.45 | 17.5 | 11.9 | - |
| YUV | 106.16 | 120.01 | 203.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 55 | 92 | 0 | 0.74 | 0.57 | 0.17 | 345.86 | 0.65 | 0.52 |
| Hex | D4 | 37 | 5C | 0 | 4A | 39 | 11 | 15A | 41 | 34 |
| Octal | 324 | 67 | 134 | 0 | 112 | 71 | 21 | 532 | 101 | 64 |
| Binary | 11010100 | 110111 | 1011100 | 0 | 1001010 | 111001 | 10001 | 101011010 | 1000001 | 110100 |
Color Harmonies of #D4375C
Complementary color
Monochromatic Colors of #D4375C
Black with #D4375C
Text Example
Text Example
White with #D4375C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4375C; }
p { color: rgb(212,55,92); }
H1.HeaderClassName
{
color: #D4375C;
}
.AnyTagClassName
{
color: #D4375C;
}
</style>
background-color css
<style>
a { background-color: #D4375C; }
a { background-color: rgb(212,55,92); }
div.DivClassName
{
background-color: #D4375C;
}
.BgClassName
{
background-color: #D4375C;
}
</style>
border-color css
<style>
span { border-color: #D4375C; }
span { border-color: rgb(212,55,92); }
td.TdClassName
{
border-color: #D4375C;
}
.TagClassName
{
border-color: #D4375C;
}
</style>