Shades of Cerise #D43860
Tints of Cerise #D43860
RGB
CMYK
RGB Variations
Color information
#D43860 (or 0xD43860) is known color: Cerise. HEX triplet: D4, 38 and 60. RGB value is (212,56,96). Sum of RGB (Red+Green+Blue) = 212+56+96=364 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.24% from 364); Green value is 56 (22.27% from 255 or 15.38% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 212 - color contains mainly: red. Hex color #D43860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43860 is #2BC79F. Grayscale: #6B6B6B. Windows color (decimal): -2869152 or 6306004. OLE color: 6306004.
HSL color Cylindrical-coordinate representation of color #D43860: hue angle of 344.62º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D43860 is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 56 | 96 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.17 |
| HSL | 344.62º | 0.64% | 0.53% | - |
| HSV(B) | 344.62º | 0.74% | 0.83% | - |
| XYZ | 30.68 | 17.67 | 12.86 | - |
| YUV | 107.2 | 121.68 | 202.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 56 | 96 | 0 | 0.74 | 0.55 | 0.17 | 344.62 | 0.64 | 0.53 |
| Hex | D4 | 38 | 60 | 0 | 4A | 37 | 11 | 159 | 40 | 35 |
| Octal | 324 | 70 | 140 | 0 | 112 | 67 | 21 | 531 | 100 | 65 |
| Binary | 11010100 | 111000 | 1100000 | 0 | 1001010 | 110111 | 10001 | 101011001 | 1000000 | 110101 |
Color Harmonies of #D43860
Complementary color
Monochromatic Colors of #D43860
Black with #D43860
Text Example
Text Example
White with #D43860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43860; }
p { color: rgb(212,56,96); }
H1.HeaderClassName
{
color: #D43860;
}
.AnyTagClassName
{
color: #D43860;
}
</style>
background-color css
<style>
a { background-color: #D43860; }
a { background-color: rgb(212,56,96); }
div.DivClassName
{
background-color: #D43860;
}
.BgClassName
{
background-color: #D43860;
}
</style>
border-color css
<style>
span { border-color: #D43860; }
span { border-color: rgb(212,56,96); }
td.TdClassName
{
border-color: #D43860;
}
.TagClassName
{
border-color: #D43860;
}
</style>