Shades of Deep Cerise #D32BA9
Tints of Deep Cerise #D32BA9
RGB
CMYK
RGB Variations
Color information
#D32BA9 (or 0xD32BA9) is known color: Deep Cerise. HEX triplet: D3, 2B and A9. RGB value is (211,43,169). Sum of RGB (Red+Green+Blue) = 211+43+169=423 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.88% from 423); Green value is 43 (17.19% from 255 or 10.17% from 423); Blue value is 169 (66.41% from 255 or 39.95% from 423); Max value from RGB is 211 - color contains mainly: red. Hex color #D32BA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D32BA9 is #2CD456. Grayscale: #6B6B6B. Windows color (decimal): -2937943 or 11086803. OLE color: 11086803.
HSL color Cylindrical-coordinate representation of color #D32BA9: hue angle of 315º 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 #D32BA9 is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 43 | 169 | - |
| CMYK | 0 | 0.80 | 0.20 | 0.17 |
| HSL | 315º | 0.66% | 0.5% | - |
| HSV(B) | 315º | 0.8% | 0.83% | - |
| XYZ | 34.89 | 18.44 | 39.26 | - |
| YUV | 107.6 | 162.66 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 43 | 169 | 0 | 0.80 | 0.20 | 0.17 | 315 | 0.66 | 0.5 |
| Hex | D3 | 2B | A9 | 0 | 50 | 14 | 11 | 13B | 42 | 32 |
| Octal | 323 | 53 | 251 | 0 | 120 | 24 | 21 | 473 | 102 | 62 |
| Binary | 11010011 | 101011 | 10101001 | 0 | 1010000 | 10100 | 10001 | 100111011 | 1000010 | 110010 |
Color Harmonies of #D32BA9
Complementary color
Monochromatic Colors of #D32BA9
Black with #D32BA9
Text Example
Text Example
White with #D32BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32BA9; }
p { color: rgb(211,43,169); }
H1.HeaderClassName
{
color: #D32BA9;
}
.AnyTagClassName
{
color: #D32BA9;
}
</style>
background-color css
<style>
a { background-color: #D32BA9; }
a { background-color: rgb(211,43,169); }
div.DivClassName
{
background-color: #D32BA9;
}
.BgClassName
{
background-color: #D32BA9;
}
</style>
border-color css
<style>
span { border-color: #D32BA9; }
span { border-color: rgb(211,43,169); }
td.TdClassName
{
border-color: #D32BA9;
}
.TagClassName
{
border-color: #D32BA9;
}
</style>