Shades of Deep Cerise #D32AAD
Tints of Deep Cerise #D32AAD
RGB
CMYK
RGB Variations
Color information
#D32AAD (or 0xD32AAD) is known color: Deep Cerise. HEX triplet: D3, 2A and AD. RGB value is (211,42,173). Sum of RGB (Red+Green+Blue) = 211+42+173=426 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.53% from 426); Green value is 42 (16.80% from 255 or 9.86% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 211 - color contains mainly: red. Hex color #D32AAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D32AAD is #2CD552. Grayscale: #6B6B6B. Windows color (decimal): -2938195 or 11348691. OLE color: 11348691.
HSL color Cylindrical-coordinate representation of color #D32AAD: hue angle of 313.49º 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 #D32AAD is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 42 | 173 | - |
| CMYK | 0 | 0.80 | 0.18 | 0.17 |
| HSL | 313.49º | 0.67% | 0.5% | - |
| HSV(B) | 313.49º | 0.8% | 0.83% | - |
| XYZ | 35.23 | 18.52 | 41.25 | - |
| YUV | 107.47 | 164.99 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 42 | 173 | 0 | 0.80 | 0.18 | 0.17 | 313.49 | 0.67 | 0.5 |
| Hex | D3 | 2A | AD | 0 | 50 | 12 | 11 | 139 | 43 | 32 |
| Octal | 323 | 52 | 255 | 0 | 120 | 22 | 21 | 471 | 103 | 62 |
| Binary | 11010011 | 101010 | 10101101 | 0 | 1010000 | 10010 | 10001 | 100111001 | 1000011 | 110010 |
Color Harmonies of #D32AAD
Complementary color
Monochromatic Colors of #D32AAD
Black with #D32AAD
Text Example
Text Example
White with #D32AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32AAD; }
p { color: rgb(211,42,173); }
H1.HeaderClassName
{
color: #D32AAD;
}
.AnyTagClassName
{
color: #D32AAD;
}
</style>
background-color css
<style>
a { background-color: #D32AAD; }
a { background-color: rgb(211,42,173); }
div.DivClassName
{
background-color: #D32AAD;
}
.BgClassName
{
background-color: #D32AAD;
}
</style>
border-color css
<style>
span { border-color: #D32AAD; }
span { border-color: rgb(211,42,173); }
td.TdClassName
{
border-color: #D32AAD;
}
.TagClassName
{
border-color: #D32AAD;
}
</style>