Shades of Cerise #D43A55
Tints of Cerise #D43A55
RGB
CMYK
RGB Variations
Color information
#D43A55 (or 0xD43A55) is known color: Cerise. HEX triplet: D4, 3A and 55. RGB value is (212,58,85). Sum of RGB (Red+Green+Blue) = 212+58+85=355 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.72% from 355); Green value is 58 (23.05% from 255 or 16.34% from 355); Blue value is 85 (33.59% from 255 or 23.94% from 355); Max value from RGB is 212 - color contains mainly: red. Hex color #D43A55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43A55 is #2BC5AA. Grayscale: #6B6B6B. Windows color (decimal): -2868651 or 5585620. OLE color: 5585620.
HSL color Cylindrical-coordinate representation of color #D43A55: hue angle of 349.48º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D43A55 is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 58 | 85 | - |
| CMYK | 0 | 0.73 | 0.60 | 0.17 |
| HSL | 349.48º | 0.64% | 0.53% | - |
| HSV(B) | 349.48º | 0.73% | 0.83% | - |
| XYZ | 30.3 | 17.68 | 10.41 | - |
| YUV | 107.12 | 115.52 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 58 | 85 | 0 | 0.73 | 0.60 | 0.17 | 349.48 | 0.64 | 0.53 |
| Hex | D4 | 3A | 55 | 0 | 49 | 3C | 11 | 15D | 40 | 35 |
| Octal | 324 | 72 | 125 | 0 | 111 | 74 | 21 | 535 | 100 | 65 |
| Binary | 11010100 | 111010 | 1010101 | 0 | 1001001 | 111100 | 10001 | 101011101 | 1000000 | 110101 |
Color Harmonies of #D43A55
Complementary color
Monochromatic Colors of #D43A55
Black with #D43A55
Text Example
Text Example
White with #D43A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43A55; }
p { color: rgb(212,58,85); }
H1.HeaderClassName
{
color: #D43A55;
}
.AnyTagClassName
{
color: #D43A55;
}
</style>
background-color css
<style>
a { background-color: #D43A55; }
a { background-color: rgb(212,58,85); }
div.DivClassName
{
background-color: #D43A55;
}
.BgClassName
{
background-color: #D43A55;
}
</style>
border-color css
<style>
span { border-color: #D43A55; }
span { border-color: rgb(212,58,85); }
td.TdClassName
{
border-color: #D43A55;
}
.TagClassName
{
border-color: #D43A55;
}
</style>