Shades of Cerise #D43055
Tints of Cerise #D43055
RGB
CMYK
RGB Variations
Color information
#D43055 (or 0xD43055) is known color: Cerise. HEX triplet: D4, 30 and 55. RGB value is (212,48,85). Sum of RGB (Red+Green+Blue) = 212+48+85=345 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.45% from 345); Green value is 48 (19.14% from 255 or 13.91% from 345); Blue value is 85 (33.59% from 255 or 24.64% from 345); Max value from RGB is 212 - color contains mainly: red. Hex color #D43055 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43055 is #2BCFAA. Grayscale: #656565. Windows color (decimal): -2871211 or 5583060. OLE color: 5583060.
HSL color Cylindrical-coordinate representation of color #D43055: hue angle of 346.46º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D43055 is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 48 | 85 | - |
| CMYK | 0 | 0.77 | 0.60 | 0.17 |
| HSL | 346.46º | 0.66% | 0.51% | - |
| HSV(B) | 346.46º | 0.77% | 0.83% | - |
| XYZ | 29.85 | 16.77 | 10.26 | - |
| YUV | 101.25 | 118.83 | 206.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 48 | 85 | 0 | 0.77 | 0.60 | 0.17 | 346.46 | 0.66 | 0.51 |
| Hex | D4 | 30 | 55 | 0 | 4D | 3C | 11 | 15A | 42 | 33 |
| Octal | 324 | 60 | 125 | 0 | 115 | 74 | 21 | 532 | 102 | 63 |
| Binary | 11010100 | 110000 | 1010101 | 0 | 1001101 | 111100 | 10001 | 101011010 | 1000010 | 110011 |
Color Harmonies of #D43055
Complementary color
Monochromatic Colors of #D43055
Black with #D43055
Text Example
Text Example
White with #D43055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43055; }
p { color: rgb(212,48,85); }
H1.HeaderClassName
{
color: #D43055;
}
.AnyTagClassName
{
color: #D43055;
}
</style>
background-color css
<style>
a { background-color: #D43055; }
a { background-color: rgb(212,48,85); }
div.DivClassName
{
background-color: #D43055;
}
.BgClassName
{
background-color: #D43055;
}
</style>
border-color css
<style>
span { border-color: #D43055; }
span { border-color: rgb(212,48,85); }
td.TdClassName
{
border-color: #D43055;
}
.TagClassName
{
border-color: #D43055;
}
</style>