Shades of Deep Cerise #D32881
Tints of Deep Cerise #D32881
RGB
CMYK
RGB Variations
Color information
#D32881 (or 0xD32881) is known color: Deep Cerise. HEX triplet: D3, 28 and 81. RGB value is (211,40,129). Sum of RGB (Red+Green+Blue) = 211+40+129=380 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.53% from 380); Green value is 40 (16.02% from 255 or 10.53% from 380); Blue value is 129 (50.78% from 255 or 33.95% from 380); Max value from RGB is 211 - color contains mainly: red. Hex color #D32881 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D32881 is #2CD77E. Grayscale: #656565. Windows color (decimal): -2938751 or 8464595. OLE color: 8464595.
HSL color Cylindrical-coordinate representation of color #D32881: hue angle of 328.77º 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 #D32881 is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 40 | 129 | - |
| CMYK | 0 | 0.81 | 0.39 | 0.17 |
| HSL | 328.77º | 0.68% | 0.49% | - |
| HSV(B) | 328.77º | 0.81% | 0.83% | - |
| XYZ | 31.59 | 16.95 | 22.38 | - |
| YUV | 101.28 | 143.65 | 206.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 40 | 129 | 0 | 0.81 | 0.39 | 0.17 | 328.77 | 0.68 | 0.49 |
| Hex | D3 | 28 | 81 | 0 | 51 | 27 | 11 | 149 | 44 | 31 |
| Octal | 323 | 50 | 201 | 0 | 121 | 47 | 21 | 511 | 104 | 61 |
| Binary | 11010011 | 101000 | 10000001 | 0 | 1010001 | 100111 | 10001 | 101001001 | 1000100 | 110001 |
Color Harmonies of #D32881
Complementary color
Monochromatic Colors of #D32881
Black with #D32881
Text Example
Text Example
White with #D32881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32881; }
p { color: rgb(211,40,129); }
H1.HeaderClassName
{
color: #D32881;
}
.AnyTagClassName
{
color: #D32881;
}
</style>
background-color css
<style>
a { background-color: #D32881; }
a { background-color: rgb(211,40,129); }
div.DivClassName
{
background-color: #D32881;
}
.BgClassName
{
background-color: #D32881;
}
</style>
border-color css
<style>
span { border-color: #D32881; }
span { border-color: rgb(211,40,129); }
td.TdClassName
{
border-color: #D32881;
}
.TagClassName
{
border-color: #D32881;
}
</style>