Shades of Cerise #D43958
Tints of Cerise #D43958
RGB
CMYK
RGB Variations
Color information
#D43958 (or 0xD43958) is known color: Cerise. HEX triplet: D4, 39 and 58. RGB value is (212,57,88). Sum of RGB (Red+Green+Blue) = 212+57+88=357 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.38% from 357); Green value is 57 (22.66% from 255 or 15.97% from 357); Blue value is 88 (34.77% from 255 or 24.65% from 357); Max value from RGB is 212 - color contains mainly: red. Hex color #D43958 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43958 is #2BC6A7. Grayscale: #6A6A6A. Windows color (decimal): -2868904 or 5781972. OLE color: 5781972.
HSL color Cylindrical-coordinate representation of color #D43958: hue angle of 348º 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 #D43958 is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 57 | 88 | - |
| CMYK | 0 | 0.73 | 0.58 | 0.17 |
| HSL | 348º | 0.64% | 0.53% | - |
| HSV(B) | 348º | 0.73% | 0.83% | - |
| XYZ | 30.38 | 17.63 | 11.03 | - |
| YUV | 106.88 | 117.35 | 202.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 57 | 88 | 0 | 0.73 | 0.58 | 0.17 | 348 | 0.64 | 0.53 |
| Hex | D4 | 39 | 58 | 0 | 49 | 3A | 11 | 15C | 40 | 35 |
| Octal | 324 | 71 | 130 | 0 | 111 | 72 | 21 | 534 | 100 | 65 |
| Binary | 11010100 | 111001 | 1011000 | 0 | 1001001 | 111010 | 10001 | 101011100 | 1000000 | 110101 |
Color Harmonies of #D43958
Complementary color
Monochromatic Colors of #D43958
Black with #D43958
Text Example
Text Example
White with #D43958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43958; }
p { color: rgb(212,57,88); }
H1.HeaderClassName
{
color: #D43958;
}
.AnyTagClassName
{
color: #D43958;
}
</style>
background-color css
<style>
a { background-color: #D43958; }
a { background-color: rgb(212,57,88); }
div.DivClassName
{
background-color: #D43958;
}
.BgClassName
{
background-color: #D43958;
}
</style>
border-color css
<style>
span { border-color: #D43958; }
span { border-color: rgb(212,57,88); }
td.TdClassName
{
border-color: #D43958;
}
.TagClassName
{
border-color: #D43958;
}
</style>