Shades of Cerise #D43B5D
Tints of Cerise #D43B5D
RGB
CMYK
RGB Variations
Color information
#D43B5D (or 0xD43B5D) is known color: Cerise. HEX triplet: D4, 3B and 5D. RGB value is (212,59,93). Sum of RGB (Red+Green+Blue) = 212+59+93=364 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.24% from 364); Green value is 59 (23.44% from 255 or 16.21% from 364); Blue value is 93 (36.72% from 255 or 25.55% from 364); Max value from RGB is 212 - color contains mainly: red. Hex color #D43B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43B5D is #2BC4A2. Grayscale: #6C6C6C. Windows color (decimal): -2868387 or 6110164. OLE color: 6110164.
HSL color Cylindrical-coordinate representation of color #D43B5D: hue angle of 346.67º 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 #D43B5D is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 59 | 93 | - |
| CMYK | 0 | 0.72 | 0.56 | 0.17 |
| HSL | 346.67º | 0.64% | 0.53% | - |
| HSV(B) | 346.67º | 0.72% | 0.83% | - |
| XYZ | 30.69 | 17.92 | 12.2 | - |
| YUV | 108.62 | 119.19 | 201.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 59 | 93 | 0 | 0.72 | 0.56 | 0.17 | 346.67 | 0.64 | 0.53 |
| Hex | D4 | 3B | 5D | 0 | 48 | 38 | 11 | 15B | 40 | 35 |
| Octal | 324 | 73 | 135 | 0 | 110 | 70 | 21 | 533 | 100 | 65 |
| Binary | 11010100 | 111011 | 1011101 | 0 | 1001000 | 111000 | 10001 | 101011011 | 1000000 | 110101 |
Color Harmonies of #D43B5D
Complementary color
Monochromatic Colors of #D43B5D
Black with #D43B5D
Text Example
Text Example
White with #D43B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43B5D; }
p { color: rgb(212,59,93); }
H1.HeaderClassName
{
color: #D43B5D;
}
.AnyTagClassName
{
color: #D43B5D;
}
</style>
background-color css
<style>
a { background-color: #D43B5D; }
a { background-color: rgb(212,59,93); }
div.DivClassName
{
background-color: #D43B5D;
}
.BgClassName
{
background-color: #D43B5D;
}
</style>
border-color css
<style>
span { border-color: #D43B5D; }
span { border-color: rgb(212,59,93); }
td.TdClassName
{
border-color: #D43B5D;
}
.TagClassName
{
border-color: #D43B5D;
}
</style>