Shades of Cerise #D43C5D
Tints of Cerise #D43C5D
RGB
CMYK
RGB Variations
Color information
#D43C5D (or 0xD43C5D) is known color: Cerise. HEX triplet: D4, 3C and 5D. RGB value is (212,60,93). Sum of RGB (Red+Green+Blue) = 212+60+93=365 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.08% from 365); Green value is 60 (23.83% from 255 or 16.44% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 212 - color contains mainly: red. Hex color #D43C5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43C5D is #2BC3A2. Grayscale: #6D6D6D. Windows color (decimal): -2868131 or 6110420. OLE color: 6110420.
HSL color Cylindrical-coordinate representation of color #D43C5D: hue angle of 346.97º 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 #D43C5D is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 60 | 93 | - |
| CMYK | 0 | 0.72 | 0.56 | 0.17 |
| HSL | 346.97º | 0.64% | 0.53% | - |
| HSV(B) | 346.97º | 0.72% | 0.83% | - |
| XYZ | 30.74 | 18.02 | 12.21 | - |
| YUV | 109.21 | 118.86 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 60 | 93 | 0 | 0.72 | 0.56 | 0.17 | 346.97 | 0.64 | 0.53 |
| Hex | D4 | 3C | 5D | 0 | 48 | 38 | 11 | 15B | 40 | 35 |
| Octal | 324 | 74 | 135 | 0 | 110 | 70 | 21 | 533 | 100 | 65 |
| Binary | 11010100 | 111100 | 1011101 | 0 | 1001000 | 111000 | 10001 | 101011011 | 1000000 | 110101 |
Color Harmonies of #D43C5D
Complementary color
Monochromatic Colors of #D43C5D
Black with #D43C5D
Text Example
Text Example
White with #D43C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43C5D; }
p { color: rgb(212,60,93); }
H1.HeaderClassName
{
color: #D43C5D;
}
.AnyTagClassName
{
color: #D43C5D;
}
</style>
background-color css
<style>
a { background-color: #D43C5D; }
a { background-color: rgb(212,60,93); }
div.DivClassName
{
background-color: #D43C5D;
}
.BgClassName
{
background-color: #D43C5D;
}
</style>
border-color css
<style>
span { border-color: #D43C5D; }
span { border-color: rgb(212,60,93); }
td.TdClassName
{
border-color: #D43C5D;
}
.TagClassName
{
border-color: #D43C5D;
}
</style>