Shades of Cerise #D32272
Tints of Cerise #D32272
RGB
CMYK
RGB Variations
Color information
#D32272 (or 0xD32272) is known color: Cerise. HEX triplet: D3, 22 and 72. RGB value is (211,34,114). Sum of RGB (Red+Green+Blue) = 211+34+114=359 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.77% from 359); Green value is 34 (13.67% from 255 or 9.47% from 359); Blue value is 114 (44.92% from 255 or 31.75% from 359); Max value from RGB is 211 - color contains mainly: red. Hex color #D32272 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D32272 is #2CDD8D. Grayscale: #5F5F5F. Windows color (decimal): -2940302 or 7480019. OLE color: 7480019.
HSL color Cylindrical-coordinate representation of color #D32272: hue angle of 332.88º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D32272 is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 34 | 114 | - |
| CMYK | 0 | 0.84 | 0.46 | 0.17 |
| HSL | 332.88º | 0.72% | 0.48% | - |
| HSV(B) | 332.88º | 0.84% | 0.83% | - |
| XYZ | 30.47 | 16.21 | 17.44 | - |
| YUV | 96.04 | 138.14 | 210 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 34 | 114 | 0 | 0.84 | 0.46 | 0.17 | 332.88 | 0.72 | 0.48 |
| Hex | D3 | 22 | 72 | 0 | 54 | 2E | 11 | 14D | 48 | 30 |
| Octal | 323 | 42 | 162 | 0 | 124 | 56 | 21 | 515 | 110 | 60 |
| Binary | 11010011 | 100010 | 1110010 | 0 | 1010100 | 101110 | 10001 | 101001101 | 1001000 | 110000 |
Color Harmonies of #D32272
Complementary color
Monochromatic Colors of #D32272
Black with #D32272
Text Example
Text Example
White with #D32272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32272; }
p { color: rgb(211,34,114); }
H1.HeaderClassName
{
color: #D32272;
}
.AnyTagClassName
{
color: #D32272;
}
</style>
background-color css
<style>
a { background-color: #D32272; }
a { background-color: rgb(211,34,114); }
div.DivClassName
{
background-color: #D32272;
}
.BgClassName
{
background-color: #D32272;
}
</style>
border-color css
<style>
span { border-color: #D32272; }
span { border-color: rgb(211,34,114); }
td.TdClassName
{
border-color: #D32272;
}
.TagClassName
{
border-color: #D32272;
}
</style>