Shades of Deep Cerise #D32DAB
Tints of Deep Cerise #D32DAB
RGB
CMYK
RGB Variations
Color information
#D32DAB (or 0xD32DAB) is known color: Deep Cerise. HEX triplet: D3, 2D and AB. RGB value is (211,45,171). Sum of RGB (Red+Green+Blue) = 211+45+171=427 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.41% from 427); Green value is 45 (17.97% from 255 or 10.54% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 211 - color contains mainly: red. Hex color #D32DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D32DAB is #2CD254. Grayscale: #6C6C6C. Windows color (decimal): -2937429 or 11218387. OLE color: 11218387.
HSL color Cylindrical-coordinate representation of color #D32DAB: hue angle of 314.46º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D32DAB is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 45 | 171 | - |
| CMYK | 0 | 0.79 | 0.19 | 0.17 |
| HSL | 314.46º | 0.65% | 0.5% | - |
| HSV(B) | 314.46º | 0.79% | 0.83% | - |
| XYZ | 35.15 | 18.67 | 40.28 | - |
| YUV | 109 | 163 | 200.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 45 | 171 | 0 | 0.79 | 0.19 | 0.17 | 314.46 | 0.65 | 0.5 |
| Hex | D3 | 2D | AB | 0 | 4F | 13 | 11 | 13A | 41 | 32 |
| Octal | 323 | 55 | 253 | 0 | 117 | 23 | 21 | 472 | 101 | 62 |
| Binary | 11010011 | 101101 | 10101011 | 0 | 1001111 | 10011 | 10001 | 100111010 | 1000001 | 110010 |
Color Harmonies of #D32DAB
Complementary color
Monochromatic Colors of #D32DAB
Black with #D32DAB
Text Example
Text Example
White with #D32DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32DAB; }
p { color: rgb(211,45,171); }
H1.HeaderClassName
{
color: #D32DAB;
}
.AnyTagClassName
{
color: #D32DAB;
}
</style>
background-color css
<style>
a { background-color: #D32DAB; }
a { background-color: rgb(211,45,171); }
div.DivClassName
{
background-color: #D32DAB;
}
.BgClassName
{
background-color: #D32DAB;
}
</style>
border-color css
<style>
span { border-color: #D32DAB; }
span { border-color: rgb(211,45,171); }
td.TdClassName
{
border-color: #D32DAB;
}
.TagClassName
{
border-color: #D32DAB;
}
</style>