Shades of Deep Cerise #D32A88
Tints of Deep Cerise #D32A88
RGB
CMYK
RGB Variations
Color information
#D32A88 (or 0xD32A88) is known color: Deep Cerise. HEX triplet: D3, 2A and 88. RGB value is (211,42,136). Sum of RGB (Red+Green+Blue) = 211+42+136=389 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.24% from 389); Green value is 42 (16.80% from 255 or 10.80% from 389); Blue value is 136 (53.52% from 255 or 34.96% from 389); Max value from RGB is 211 - color contains mainly: red. Hex color #D32A88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D32A88 is #2CD577. Grayscale: #676767. Windows color (decimal): -2938232 or 8923859. OLE color: 8923859.
HSL color Cylindrical-coordinate representation of color #D32A88: hue angle of 326.63º degrees, saturation: 0.67, 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 #D32A88 is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 42 | 136 | - |
| CMYK | 0 | 0.80 | 0.36 | 0.17 |
| HSL | 326.63º | 0.67% | 0.5% | - |
| HSV(B) | 326.63º | 0.8% | 0.83% | - |
| XYZ | 32.14 | 17.28 | 24.93 | - |
| YUV | 103.25 | 146.49 | 204.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 42 | 136 | 0 | 0.80 | 0.36 | 0.17 | 326.63 | 0.67 | 0.5 |
| Hex | D3 | 2A | 88 | 0 | 50 | 24 | 11 | 147 | 43 | 32 |
| Octal | 323 | 52 | 210 | 0 | 120 | 44 | 21 | 507 | 103 | 62 |
| Binary | 11010011 | 101010 | 10001000 | 0 | 1010000 | 100100 | 10001 | 101000111 | 1000011 | 110010 |
Color Harmonies of #D32A88
Complementary color
Monochromatic Colors of #D32A88
Black with #D32A88
Text Example
Text Example
White with #D32A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32A88; }
p { color: rgb(211,42,136); }
H1.HeaderClassName
{
color: #D32A88;
}
.AnyTagClassName
{
color: #D32A88;
}
</style>
background-color css
<style>
a { background-color: #D32A88; }
a { background-color: rgb(211,42,136); }
div.DivClassName
{
background-color: #D32A88;
}
.BgClassName
{
background-color: #D32A88;
}
</style>
border-color css
<style>
span { border-color: #D32A88; }
span { border-color: rgb(211,42,136); }
td.TdClassName
{
border-color: #D32A88;
}
.TagClassName
{
border-color: #D32A88;
}
</style>