Shades of Cerise #D32872
Tints of Cerise #D32872
RGB
CMYK
RGB Variations
Color information
#D32872 (or 0xD32872) is known color: Cerise. HEX triplet: D3, 28 and 72. RGB value is (211,40,114). Sum of RGB (Red+Green+Blue) = 211+40+114=365 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.81% from 365); Green value is 40 (16.02% from 255 or 10.96% from 365); Blue value is 114 (44.92% from 255 or 31.23% from 365); Max value from RGB is 211 - color contains mainly: red. Hex color #D32872 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D32872 is #2CD78D. Grayscale: #636363. Windows color (decimal): -2938766 or 7481555. OLE color: 7481555.
HSL color Cylindrical-coordinate representation of color #D32872: hue angle of 334.04º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D32872 is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 40 | 114 | - |
| CMYK | 0 | 0.81 | 0.46 | 0.17 |
| HSL | 334.04º | 0.68% | 0.49% | - |
| HSV(B) | 334.04º | 0.81% | 0.83% | - |
| XYZ | 30.66 | 16.58 | 17.5 | - |
| YUV | 99.57 | 136.15 | 207.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 40 | 114 | 0 | 0.81 | 0.46 | 0.17 | 334.04 | 0.68 | 0.49 |
| Hex | D3 | 28 | 72 | 0 | 51 | 2E | 11 | 14E | 44 | 31 |
| Octal | 323 | 50 | 162 | 0 | 121 | 56 | 21 | 516 | 104 | 61 |
| Binary | 11010011 | 101000 | 1110010 | 0 | 1010001 | 101110 | 10001 | 101001110 | 1000100 | 110001 |
Color Harmonies of #D32872
Complementary color
Monochromatic Colors of #D32872
Black with #D32872
Text Example
Text Example
White with #D32872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32872; }
p { color: rgb(211,40,114); }
H1.HeaderClassName
{
color: #D32872;
}
.AnyTagClassName
{
color: #D32872;
}
</style>
background-color css
<style>
a { background-color: #D32872; }
a { background-color: rgb(211,40,114); }
div.DivClassName
{
background-color: #D32872;
}
.BgClassName
{
background-color: #D32872;
}
</style>
border-color css
<style>
span { border-color: #D32872; }
span { border-color: rgb(211,40,114); }
td.TdClassName
{
border-color: #D32872;
}
.TagClassName
{
border-color: #D32872;
}
</style>