Shades of Cerise #D43060
Tints of Cerise #D43060
RGB
CMYK
RGB Variations
Color information
#D43060 (or 0xD43060) is known color: Cerise. HEX triplet: D4, 30 and 60. RGB value is (212,48,96). Sum of RGB (Red+Green+Blue) = 212+48+96=356 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.55% from 356); Green value is 48 (19.14% from 255 or 13.48% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 212 - color contains mainly: red. Hex color #D43060 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43060 is #2BCF9F. Grayscale: #666666. Windows color (decimal): -2871200 or 6303956. OLE color: 6303956.
HSL color Cylindrical-coordinate representation of color #D43060: hue angle of 342.44º 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 #D43060 is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 48 | 96 | - |
| CMYK | 0 | 0.77 | 0.55 | 0.17 |
| HSL | 342.44º | 0.66% | 0.51% | - |
| HSV(B) | 342.44º | 0.77% | 0.83% | - |
| XYZ | 30.32 | 16.96 | 12.74 | - |
| YUV | 102.51 | 124.33 | 206.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 48 | 96 | 0 | 0.77 | 0.55 | 0.17 | 342.44 | 0.66 | 0.51 |
| Hex | D4 | 30 | 60 | 0 | 4D | 37 | 11 | 156 | 42 | 33 |
| Octal | 324 | 60 | 140 | 0 | 115 | 67 | 21 | 526 | 102 | 63 |
| Binary | 11010100 | 110000 | 1100000 | 0 | 1001101 | 110111 | 10001 | 101010110 | 1000010 | 110011 |
Color Harmonies of #D43060
Complementary color
Monochromatic Colors of #D43060
Black with #D43060
Text Example
Text Example
White with #D43060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43060; }
p { color: rgb(212,48,96); }
H1.HeaderClassName
{
color: #D43060;
}
.AnyTagClassName
{
color: #D43060;
}
</style>
background-color css
<style>
a { background-color: #D43060; }
a { background-color: rgb(212,48,96); }
div.DivClassName
{
background-color: #D43060;
}
.BgClassName
{
background-color: #D43060;
}
</style>
border-color css
<style>
span { border-color: #D43060; }
span { border-color: rgb(212,48,96); }
td.TdClassName
{
border-color: #D43060;
}
.TagClassName
{
border-color: #D43060;
}
</style>