Shades of Cerise #D43961
Tints of Cerise #D43961
RGB
CMYK
RGB Variations
Color information
#D43961 (or 0xD43961) is known color: Cerise. HEX triplet: D4, 39 and 61. RGB value is (212,57,97). Sum of RGB (Red+Green+Blue) = 212+57+97=366 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.92% from 366); Green value is 57 (22.66% from 255 or 15.57% from 366); Blue value is 97 (38.28% from 255 or 26.50% from 366); Max value from RGB is 212 - color contains mainly: red. Hex color #D43961 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43961 is #2BC69E. Grayscale: #6B6B6B. Windows color (decimal): -2868895 or 6371796. OLE color: 6371796.
HSL color Cylindrical-coordinate representation of color #D43961: hue angle of 344.52º 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 #D43961 is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 57 | 97 | - |
| CMYK | 0 | 0.73 | 0.54 | 0.17 |
| HSL | 344.52º | 0.64% | 0.53% | - |
| HSV(B) | 344.52º | 0.73% | 0.83% | - |
| XYZ | 30.77 | 17.79 | 13.12 | - |
| YUV | 107.91 | 121.85 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 57 | 97 | 0 | 0.73 | 0.54 | 0.17 | 344.52 | 0.64 | 0.53 |
| Hex | D4 | 39 | 61 | 0 | 49 | 36 | 11 | 159 | 40 | 35 |
| Octal | 324 | 71 | 141 | 0 | 111 | 66 | 21 | 531 | 100 | 65 |
| Binary | 11010100 | 111001 | 1100001 | 0 | 1001001 | 110110 | 10001 | 101011001 | 1000000 | 110101 |
Color Harmonies of #D43961
Complementary color
Monochromatic Colors of #D43961
Black with #D43961
Text Example
Text Example
White with #D43961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43961; }
p { color: rgb(212,57,97); }
H1.HeaderClassName
{
color: #D43961;
}
.AnyTagClassName
{
color: #D43961;
}
</style>
background-color css
<style>
a { background-color: #D43961; }
a { background-color: rgb(212,57,97); }
div.DivClassName
{
background-color: #D43961;
}
.BgClassName
{
background-color: #D43961;
}
</style>
border-color css
<style>
span { border-color: #D43961; }
span { border-color: rgb(212,57,97); }
td.TdClassName
{
border-color: #D43961;
}
.TagClassName
{
border-color: #D43961;
}
</style>