Shades of Deep Cerise #D32AAE
Tints of Deep Cerise #D32AAE
RGB
CMYK
RGB Variations
Color information
#D32AAE (or 0xD32AAE) is known color: Deep Cerise. HEX triplet: D3, 2A and AE. RGB value is (211,42,174). Sum of RGB (Red+Green+Blue) = 211+42+174=427 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.41% from 427); Green value is 42 (16.80% from 255 or 9.84% from 427); Blue value is 174 (68.36% from 255 or 40.75% from 427); Max value from RGB is 211 - color contains mainly: red. Hex color #D32AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D32AAE is #2CD551. Grayscale: #6B6B6B. Windows color (decimal): -2938194 or 11414227. OLE color: 11414227.
HSL color Cylindrical-coordinate representation of color #D32AAE: hue angle of 313.14º degrees, saturation: 0.67, 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 #D32AAE is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 42 | 174 | - |
| CMYK | 0 | 0.80 | 0.18 | 0.17 |
| HSL | 313.14º | 0.67% | 0.5% | - |
| HSV(B) | 313.14º | 0.8% | 0.83% | - |
| XYZ | 35.33 | 18.56 | 41.76 | - |
| YUV | 107.58 | 165.49 | 201.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 42 | 174 | 0 | 0.80 | 0.18 | 0.17 | 313.14 | 0.67 | 0.5 |
| Hex | D3 | 2A | AE | 0 | 50 | 12 | 11 | 139 | 43 | 32 |
| Octal | 323 | 52 | 256 | 0 | 120 | 22 | 21 | 471 | 103 | 62 |
| Binary | 11010011 | 101010 | 10101110 | 0 | 1010000 | 10010 | 10001 | 100111001 | 1000011 | 110010 |
Color Harmonies of #D32AAE
Complementary color
Monochromatic Colors of #D32AAE
Black with #D32AAE
Text Example
Text Example
White with #D32AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32AAE; }
p { color: rgb(211,42,174); }
H1.HeaderClassName
{
color: #D32AAE;
}
.AnyTagClassName
{
color: #D32AAE;
}
</style>
background-color css
<style>
a { background-color: #D32AAE; }
a { background-color: rgb(211,42,174); }
div.DivClassName
{
background-color: #D32AAE;
}
.BgClassName
{
background-color: #D32AAE;
}
</style>
border-color css
<style>
span { border-color: #D32AAE; }
span { border-color: rgb(211,42,174); }
td.TdClassName
{
border-color: #D32AAE;
}
.TagClassName
{
border-color: #D32AAE;
}
</style>