Shades of Cerise #D43B74
Tints of Cerise #D43B74
RGB
CMYK
RGB Variations
Color information
#D43B74 (or 0xD43B74) is known color: Cerise. HEX triplet: D4, 3B and 74. RGB value is (212,59,116). Sum of RGB (Red+Green+Blue) = 212+59+116=387 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.78% from 387); Green value is 59 (23.44% from 255 or 15.25% from 387); Blue value is 116 (45.70% from 255 or 29.97% from 387); Max value from RGB is 212 - color contains mainly: red. Hex color #D43B74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43B74 is #2BC48B. Grayscale: #6F6F6F. Windows color (decimal): -2868364 or 7617492. OLE color: 7617492.
HSL color Cylindrical-coordinate representation of color #D43B74: hue angle of 337.65º 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 #D43B74 is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 59 | 116 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.17 |
| HSL | 337.65º | 0.64% | 0.53% | - |
| HSV(B) | 337.65º | 0.72% | 0.83% | - |
| XYZ | 31.87 | 18.39 | 18.39 | - |
| YUV | 111.25 | 130.69 | 199.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 59 | 116 | 0 | 0.72 | 0.45 | 0.17 | 337.65 | 0.64 | 0.53 |
| Hex | D4 | 3B | 74 | 0 | 48 | 2D | 11 | 152 | 40 | 35 |
| Octal | 324 | 73 | 164 | 0 | 110 | 55 | 21 | 522 | 100 | 65 |
| Binary | 11010100 | 111011 | 1110100 | 0 | 1001000 | 101101 | 10001 | 101010010 | 1000000 | 110101 |
Color Harmonies of #D43B74
Complementary color
Monochromatic Colors of #D43B74
Black with #D43B74
Text Example
Text Example
White with #D43B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43B74; }
p { color: rgb(212,59,116); }
H1.HeaderClassName
{
color: #D43B74;
}
.AnyTagClassName
{
color: #D43B74;
}
</style>
background-color css
<style>
a { background-color: #D43B74; }
a { background-color: rgb(212,59,116); }
div.DivClassName
{
background-color: #D43B74;
}
.BgClassName
{
background-color: #D43B74;
}
</style>
border-color css
<style>
span { border-color: #D43B74; }
span { border-color: rgb(212,59,116); }
td.TdClassName
{
border-color: #D43B74;
}
.TagClassName
{
border-color: #D43B74;
}
</style>