Shades of Cerise #D43B5C
Tints of Cerise #D43B5C
RGB
CMYK
RGB Variations
Color information
#D43B5C (or 0xD43B5C) is known color: Cerise. HEX triplet: D4, 3B and 5C. RGB value is (212,59,92). Sum of RGB (Red+Green+Blue) = 212+59+92=363 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.40% from 363); Green value is 59 (23.44% from 255 or 16.25% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 212 - color contains mainly: red. Hex color #D43B5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43B5C is #2BC4A3. Grayscale: #6C6C6C. Windows color (decimal): -2868388 or 6044628. OLE color: 6044628.
HSL color Cylindrical-coordinate representation of color #D43B5C: hue angle of 347.06º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D43B5C is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 59 | 92 | - |
| CMYK | 0 | 0.72 | 0.57 | 0.17 |
| HSL | 347.06º | 0.64% | 0.53% | - |
| HSV(B) | 347.06º | 0.72% | 0.83% | - |
| XYZ | 30.65 | 17.9 | 11.96 | - |
| YUV | 108.51 | 118.69 | 201.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 59 | 92 | 0 | 0.72 | 0.57 | 0.17 | 347.06 | 0.64 | 0.53 |
| Hex | D4 | 3B | 5C | 0 | 48 | 39 | 11 | 15B | 40 | 35 |
| Octal | 324 | 73 | 134 | 0 | 110 | 71 | 21 | 533 | 100 | 65 |
| Binary | 11010100 | 111011 | 1011100 | 0 | 1001000 | 111001 | 10001 | 101011011 | 1000000 | 110101 |
Color Harmonies of #D43B5C
Complementary color
Monochromatic Colors of #D43B5C
Black with #D43B5C
Text Example
Text Example
White with #D43B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43B5C; }
p { color: rgb(212,59,92); }
H1.HeaderClassName
{
color: #D43B5C;
}
.AnyTagClassName
{
color: #D43B5C;
}
</style>
background-color css
<style>
a { background-color: #D43B5C; }
a { background-color: rgb(212,59,92); }
div.DivClassName
{
background-color: #D43B5C;
}
.BgClassName
{
background-color: #D43B5C;
}
</style>
border-color css
<style>
span { border-color: #D43B5C; }
span { border-color: rgb(212,59,92); }
td.TdClassName
{
border-color: #D43B5C;
}
.TagClassName
{
border-color: #D43B5C;
}
</style>