Shades of Cerise #D43C55
Tints of Cerise #D43C55
RGB
CMYK
RGB Variations
Color information
#D43C55 (or 0xD43C55) is known color: Cerise. HEX triplet: D4, 3C and 55. RGB value is (212,60,85). Sum of RGB (Red+Green+Blue) = 212+60+85=357 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.38% from 357); Green value is 60 (23.83% from 255 or 16.81% from 357); Blue value is 85 (33.59% from 255 or 23.81% from 357); Max value from RGB is 212 - color contains mainly: red. Hex color #D43C55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43C55 is #2BC3AA. Grayscale: #6C6C6C. Windows color (decimal): -2868139 or 5586132. OLE color: 5586132.
HSL color Cylindrical-coordinate representation of color #D43C55: hue angle of 350.13º 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 #D43C55 is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 60 | 85 | - |
| CMYK | 0 | 0.72 | 0.60 | 0.17 |
| HSL | 350.13º | 0.64% | 0.53% | - |
| HSV(B) | 350.13º | 0.72% | 0.83% | - |
| XYZ | 30.41 | 17.88 | 10.44 | - |
| YUV | 108.3 | 114.86 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 60 | 85 | 0 | 0.72 | 0.60 | 0.17 | 350.13 | 0.64 | 0.53 |
| Hex | D4 | 3C | 55 | 0 | 48 | 3C | 11 | 15E | 40 | 35 |
| Octal | 324 | 74 | 125 | 0 | 110 | 74 | 21 | 536 | 100 | 65 |
| Binary | 11010100 | 111100 | 1010101 | 0 | 1001000 | 111100 | 10001 | 101011110 | 1000000 | 110101 |
Color Harmonies of #D43C55
Complementary color
Monochromatic Colors of #D43C55
Black with #D43C55
Text Example
Text Example
White with #D43C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43C55; }
p { color: rgb(212,60,85); }
H1.HeaderClassName
{
color: #D43C55;
}
.AnyTagClassName
{
color: #D43C55;
}
</style>
background-color css
<style>
a { background-color: #D43C55; }
a { background-color: rgb(212,60,85); }
div.DivClassName
{
background-color: #D43C55;
}
.BgClassName
{
background-color: #D43C55;
}
</style>
border-color css
<style>
span { border-color: #D43C55; }
span { border-color: rgb(212,60,85); }
td.TdClassName
{
border-color: #D43C55;
}
.TagClassName
{
border-color: #D43C55;
}
</style>