Shades of Cerise #D43C5C
Tints of Cerise #D43C5C
RGB
CMYK
RGB Variations
Color information
#D43C5C (or 0xD43C5C) is known color: Cerise. HEX triplet: D4, 3C and 5C. RGB value is (212,60,92). Sum of RGB (Red+Green+Blue) = 212+60+92=364 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.24% from 364); Green value is 60 (23.83% from 255 or 16.48% from 364); Blue value is 92 (36.33% from 255 or 25.27% from 364); Max value from RGB is 212 - color contains mainly: red. Hex color #D43C5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43C5C is #2BC3A3. Grayscale: #6D6D6D. Windows color (decimal): -2868132 or 6044884. OLE color: 6044884.
HSL color Cylindrical-coordinate representation of color #D43C5C: hue angle of 347.37º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D43C5C is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 60 | 92 | - |
| CMYK | 0 | 0.72 | 0.57 | 0.17 |
| HSL | 347.37º | 0.64% | 0.53% | - |
| HSV(B) | 347.37º | 0.72% | 0.83% | - |
| XYZ | 30.7 | 18 | 11.98 | - |
| YUV | 109.1 | 118.36 | 201.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 60 | 92 | 0 | 0.72 | 0.57 | 0.17 | 347.37 | 0.64 | 0.53 |
| Hex | D4 | 3C | 5C | 0 | 48 | 39 | 11 | 15B | 40 | 35 |
| Octal | 324 | 74 | 134 | 0 | 110 | 71 | 21 | 533 | 100 | 65 |
| Binary | 11010100 | 111100 | 1011100 | 0 | 1001000 | 111001 | 10001 | 101011011 | 1000000 | 110101 |
Color Harmonies of #D43C5C
Complementary color
Monochromatic Colors of #D43C5C
Black with #D43C5C
Text Example
Text Example
White with #D43C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43C5C; }
p { color: rgb(212,60,92); }
H1.HeaderClassName
{
color: #D43C5C;
}
.AnyTagClassName
{
color: #D43C5C;
}
</style>
background-color css
<style>
a { background-color: #D43C5C; }
a { background-color: rgb(212,60,92); }
div.DivClassName
{
background-color: #D43C5C;
}
.BgClassName
{
background-color: #D43C5C;
}
</style>
border-color css
<style>
span { border-color: #D43C5C; }
span { border-color: rgb(212,60,92); }
td.TdClassName
{
border-color: #D43C5C;
}
.TagClassName
{
border-color: #D43C5C;
}
</style>