Shades of Cerise #D43C63
Tints of Cerise #D43C63
RGB
CMYK
RGB Variations
Color information
#D43C63 (or 0xD43C63) is known color: Cerise. HEX triplet: D4, 3C and 63. RGB value is (212,60,99). Sum of RGB (Red+Green+Blue) = 212+60+99=371 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.14% from 371); Green value is 60 (23.83% from 255 or 16.17% from 371); Blue value is 99 (39.06% from 255 or 26.68% from 371); Max value from RGB is 212 - color contains mainly: red. Hex color #D43C63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43C63 is #2BC39C. Grayscale: #6D6D6D. Windows color (decimal): -2868125 or 6503636. OLE color: 6503636.
HSL color Cylindrical-coordinate representation of color #D43C63: hue angle of 344.61º 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 #D43C63 is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 60 | 99 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.17 |
| HSL | 344.61º | 0.64% | 0.53% | - |
| HSV(B) | 344.61º | 0.72% | 0.83% | - |
| XYZ | 31.02 | 18.13 | 13.67 | - |
| YUV | 109.89 | 121.86 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 60 | 99 | 0 | 0.72 | 0.53 | 0.17 | 344.61 | 0.64 | 0.53 |
| Hex | D4 | 3C | 63 | 0 | 48 | 35 | 11 | 159 | 40 | 35 |
| Octal | 324 | 74 | 143 | 0 | 110 | 65 | 21 | 531 | 100 | 65 |
| Binary | 11010100 | 111100 | 1100011 | 0 | 1001000 | 110101 | 10001 | 101011001 | 1000000 | 110101 |
Color Harmonies of #D43C63
Complementary color
Monochromatic Colors of #D43C63
Black with #D43C63
Text Example
Text Example
White with #D43C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43C63; }
p { color: rgb(212,60,99); }
H1.HeaderClassName
{
color: #D43C63;
}
.AnyTagClassName
{
color: #D43C63;
}
</style>
background-color css
<style>
a { background-color: #D43C63; }
a { background-color: rgb(212,60,99); }
div.DivClassName
{
background-color: #D43C63;
}
.BgClassName
{
background-color: #D43C63;
}
</style>
border-color css
<style>
span { border-color: #D43C63; }
span { border-color: rgb(212,60,99); }
td.TdClassName
{
border-color: #D43C63;
}
.TagClassName
{
border-color: #D43C63;
}
</style>