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