Shades of Cerise #D32B72
Tints of Cerise #D32B72
RGB
CMYK
RGB Variations
Color information
#D32B72 (or 0xD32B72) is known color: Cerise. HEX triplet: D3, 2B and 72. RGB value is (211,43,114). Sum of RGB (Red+Green+Blue) = 211+43+114=368 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.34% from 368); Green value is 43 (17.19% from 255 or 11.68% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 211 - color contains mainly: red. Hex color #D32B72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D32B72 is #2CD48D. Grayscale: #656565. Windows color (decimal): -2937998 or 7482323. OLE color: 7482323.
HSL color Cylindrical-coordinate representation of color #D32B72: hue angle of 334.64º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D32B72 is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 43 | 114 | - |
| CMYK | 0 | 0.80 | 0.46 | 0.17 |
| HSL | 334.64º | 0.66% | 0.5% | - |
| HSV(B) | 334.64º | 0.8% | 0.83% | - |
| XYZ | 30.77 | 16.79 | 17.54 | - |
| YUV | 101.33 | 135.16 | 206.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 43 | 114 | 0 | 0.80 | 0.46 | 0.17 | 334.64 | 0.66 | 0.5 |
| Hex | D3 | 2B | 72 | 0 | 50 | 2E | 11 | 14F | 42 | 32 |
| Octal | 323 | 53 | 162 | 0 | 120 | 56 | 21 | 517 | 102 | 62 |
| Binary | 11010011 | 101011 | 1110010 | 0 | 1010000 | 101110 | 10001 | 101001111 | 1000010 | 110010 |
Color Harmonies of #D32B72
Complementary color
Monochromatic Colors of #D32B72
Black with #D32B72
Text Example
Text Example
White with #D32B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32B72; }
p { color: rgb(211,43,114); }
H1.HeaderClassName
{
color: #D32B72;
}
.AnyTagClassName
{
color: #D32B72;
}
</style>
background-color css
<style>
a { background-color: #D32B72; }
a { background-color: rgb(211,43,114); }
div.DivClassName
{
background-color: #D32B72;
}
.BgClassName
{
background-color: #D32B72;
}
</style>
border-color css
<style>
span { border-color: #D32B72; }
span { border-color: rgb(211,43,114); }
td.TdClassName
{
border-color: #D32B72;
}
.TagClassName
{
border-color: #D32B72;
}
</style>