Shades of Deep Cerise #D32BAB
Tints of Deep Cerise #D32BAB
RGB
CMYK
RGB Variations
Color information
#D32BAB (or 0xD32BAB) is known color: Deep Cerise. HEX triplet: D3, 2B and AB. RGB value is (211,43,171). Sum of RGB (Red+Green+Blue) = 211+43+171=425 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.65% from 425); Green value is 43 (17.19% from 255 or 10.12% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 211 - color contains mainly: red. Hex color #D32BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D32BAB is #2CD454. Grayscale: #6B6B6B. Windows color (decimal): -2937941 or 11217875. OLE color: 11217875.
HSL color Cylindrical-coordinate representation of color #D32BAB: hue angle of 314.29º 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 #D32BAB is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 43 | 171 | - |
| CMYK | 0 | 0.80 | 0.19 | 0.17 |
| HSL | 314.29º | 0.66% | 0.5% | - |
| HSV(B) | 314.29º | 0.8% | 0.83% | - |
| XYZ | 35.08 | 18.52 | 40.25 | - |
| YUV | 107.82 | 163.66 | 201.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 43 | 171 | 0 | 0.80 | 0.19 | 0.17 | 314.29 | 0.66 | 0.5 |
| Hex | D3 | 2B | AB | 0 | 50 | 13 | 11 | 13A | 42 | 32 |
| Octal | 323 | 53 | 253 | 0 | 120 | 23 | 21 | 472 | 102 | 62 |
| Binary | 11010011 | 101011 | 10101011 | 0 | 1010000 | 10011 | 10001 | 100111010 | 1000010 | 110010 |
Color Harmonies of #D32BAB
Complementary color
Monochromatic Colors of #D32BAB
Black with #D32BAB
Text Example
Text Example
White with #D32BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32BAB; }
p { color: rgb(211,43,171); }
H1.HeaderClassName
{
color: #D32BAB;
}
.AnyTagClassName
{
color: #D32BAB;
}
</style>
background-color css
<style>
a { background-color: #D32BAB; }
a { background-color: rgb(211,43,171); }
div.DivClassName
{
background-color: #D32BAB;
}
.BgClassName
{
background-color: #D32BAB;
}
</style>
border-color css
<style>
span { border-color: #D32BAB; }
span { border-color: rgb(211,43,171); }
td.TdClassName
{
border-color: #D32BAB;
}
.TagClassName
{
border-color: #D32BAB;
}
</style>