Shades of Cerise #D43A72
Tints of Cerise #D43A72
RGB
CMYK
RGB Variations
Color information
#D43A72 (or 0xD43A72) is known color: Cerise. HEX triplet: D4, 3A and 72. RGB value is (212,58,114). Sum of RGB (Red+Green+Blue) = 212+58+114=384 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.21% from 384); Green value is 58 (23.05% from 255 or 15.10% from 384); Blue value is 114 (44.92% from 255 or 29.69% from 384); Max value from RGB is 212 - color contains mainly: red. Hex color #D43A72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43A72 is #2BC58D. Grayscale: #6E6E6E. Windows color (decimal): -2868622 or 7486164. OLE color: 7486164.
HSL color Cylindrical-coordinate representation of color #D43A72: hue angle of 338.18º 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 #D43A72 is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 58 | 114 | - |
| CMYK | 0 | 0.73 | 0.46 | 0.17 |
| HSL | 338.18º | 0.64% | 0.53% | - |
| HSV(B) | 338.18º | 0.73% | 0.83% | - |
| XYZ | 31.7 | 18.24 | 17.77 | - |
| YUV | 110.43 | 130.02 | 200.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 58 | 114 | 0 | 0.73 | 0.46 | 0.17 | 338.18 | 0.64 | 0.53 |
| Hex | D4 | 3A | 72 | 0 | 49 | 2E | 11 | 152 | 40 | 35 |
| Octal | 324 | 72 | 162 | 0 | 111 | 56 | 21 | 522 | 100 | 65 |
| Binary | 11010100 | 111010 | 1110010 | 0 | 1001001 | 101110 | 10001 | 101010010 | 1000000 | 110101 |
Color Harmonies of #D43A72
Complementary color
Monochromatic Colors of #D43A72
Black with #D43A72
Text Example
Text Example
White with #D43A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43A72; }
p { color: rgb(212,58,114); }
H1.HeaderClassName
{
color: #D43A72;
}
.AnyTagClassName
{
color: #D43A72;
}
</style>
background-color css
<style>
a { background-color: #D43A72; }
a { background-color: rgb(212,58,114); }
div.DivClassName
{
background-color: #D43A72;
}
.BgClassName
{
background-color: #D43A72;
}
</style>
border-color css
<style>
span { border-color: #D43A72; }
span { border-color: rgb(212,58,114); }
td.TdClassName
{
border-color: #D43A72;
}
.TagClassName
{
border-color: #D43A72;
}
</style>