Shades of Deep Cerise #D32BA8
Tints of Deep Cerise #D32BA8
RGB
CMYK
RGB Variations
Color information
#D32BA8 (or 0xD32BA8) is known color: Deep Cerise. HEX triplet: D3, 2B and A8. RGB value is (211,43,168). Sum of RGB (Red+Green+Blue) = 211+43+168=422 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50% from 422); Green value is 43 (17.19% from 255 or 10.19% from 422); Blue value is 168 (66.02% from 255 or 39.81% from 422); Max value from RGB is 211 - color contains mainly: red. Hex color #D32BA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D32BA8 is #2CD457. Grayscale: #6B6B6B. Windows color (decimal): -2937944 or 11021267. OLE color: 11021267.
HSL color Cylindrical-coordinate representation of color #D32BA8: hue angle of 315.36º 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 #D32BA8 is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 43 | 168 | - |
| CMYK | 0 | 0.80 | 0.20 | 0.17 |
| HSL | 315.36º | 0.66% | 0.5% | - |
| HSV(B) | 315.36º | 0.8% | 0.83% | - |
| XYZ | 34.8 | 18.4 | 38.76 | - |
| YUV | 107.48 | 162.16 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 43 | 168 | 0 | 0.80 | 0.20 | 0.17 | 315.36 | 0.66 | 0.5 |
| Hex | D3 | 2B | A8 | 0 | 50 | 14 | 11 | 13B | 42 | 32 |
| Octal | 323 | 53 | 250 | 0 | 120 | 24 | 21 | 473 | 102 | 62 |
| Binary | 11010011 | 101011 | 10101000 | 0 | 1010000 | 10100 | 10001 | 100111011 | 1000010 | 110010 |
Color Harmonies of #D32BA8
Complementary color
Monochromatic Colors of #D32BA8
Black with #D32BA8
Text Example
Text Example
White with #D32BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32BA8; }
p { color: rgb(211,43,168); }
H1.HeaderClassName
{
color: #D32BA8;
}
.AnyTagClassName
{
color: #D32BA8;
}
</style>
background-color css
<style>
a { background-color: #D32BA8; }
a { background-color: rgb(211,43,168); }
div.DivClassName
{
background-color: #D32BA8;
}
.BgClassName
{
background-color: #D32BA8;
}
</style>
border-color css
<style>
span { border-color: #D32BA8; }
span { border-color: rgb(211,43,168); }
td.TdClassName
{
border-color: #D32BA8;
}
.TagClassName
{
border-color: #D32BA8;
}
</style>