Shades of Cerise #D43D56
Tints of Cerise #D43D56
RGB
CMYK
RGB Variations
Color information
#D43D56 (or 0xD43D56) is known color: Cerise. HEX triplet: D4, 3D and 56. RGB value is (212,61,86). Sum of RGB (Red+Green+Blue) = 212+61+86=359 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.05% from 359); Green value is 61 (24.22% from 255 or 16.99% from 359); Blue value is 86 (33.98% from 255 or 23.96% from 359); Max value from RGB is 212 - color contains mainly: red. Hex color #D43D56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43D56 is #2BC2A9. Grayscale: #6D6D6D. Windows color (decimal): -2867882 or 5651924. OLE color: 5651924.
HSL color Cylindrical-coordinate representation of color #D43D56: hue angle of 350.07º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D43D56 is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 61 | 86 | - |
| CMYK | 0 | 0.71 | 0.59 | 0.17 |
| HSL | 350.07º | 0.64% | 0.54% | - |
| HSV(B) | 350.07º | 0.71% | 0.83% | - |
| XYZ | 30.5 | 18.01 | 10.67 | - |
| YUV | 109 | 115.03 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 61 | 86 | 0 | 0.71 | 0.59 | 0.17 | 350.07 | 0.64 | 0.54 |
| Hex | D4 | 3D | 56 | 0 | 47 | 3B | 11 | 15E | 40 | 36 |
| Octal | 324 | 75 | 126 | 0 | 107 | 73 | 21 | 536 | 100 | 66 |
| Binary | 11010100 | 111101 | 1010110 | 0 | 1000111 | 111011 | 10001 | 101011110 | 1000000 | 110110 |
Color Harmonies of #D43D56
Complementary color
Monochromatic Colors of #D43D56
Black with #D43D56
Text Example
Text Example
White with #D43D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43D56; }
p { color: rgb(212,61,86); }
H1.HeaderClassName
{
color: #D43D56;
}
.AnyTagClassName
{
color: #D43D56;
}
</style>
background-color css
<style>
a { background-color: #D43D56; }
a { background-color: rgb(212,61,86); }
div.DivClassName
{
background-color: #D43D56;
}
.BgClassName
{
background-color: #D43D56;
}
</style>
border-color css
<style>
span { border-color: #D43D56; }
span { border-color: rgb(212,61,86); }
td.TdClassName
{
border-color: #D43D56;
}
.TagClassName
{
border-color: #D43D56;
}
</style>