Shades of Deep Cerise #D32386
Tints of Deep Cerise #D32386
RGB
CMYK
RGB Variations
Color information
#D32386 (or 0xD32386) is known color: Deep Cerise. HEX triplet: D3, 23 and 86. RGB value is (211,35,134). Sum of RGB (Red+Green+Blue) = 211+35+134=380 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.53% from 380); Green value is 35 (14.06% from 255 or 9.21% from 380); Blue value is 134 (52.73% from 255 or 35.26% from 380); Max value from RGB is 211 - color contains mainly: red. Hex color #D32386 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D32386 is #2CDC79. Grayscale: #626262. Windows color (decimal): -2940026 or 8790995. OLE color: 8790995.
HSL color Cylindrical-coordinate representation of color #D32386: hue angle of 326.25º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D32386 is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 35 | 134 | - |
| CMYK | 0 | 0.83 | 0.36 | 0.17 |
| HSL | 326.25º | 0.72% | 0.48% | - |
| HSV(B) | 326.25º | 0.83% | 0.83% | - |
| XYZ | 31.77 | 16.77 | 24.12 | - |
| YUV | 98.91 | 147.81 | 207.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 35 | 134 | 0 | 0.83 | 0.36 | 0.17 | 326.25 | 0.72 | 0.48 |
| Hex | D3 | 23 | 86 | 0 | 53 | 24 | 11 | 146 | 48 | 30 |
| Octal | 323 | 43 | 206 | 0 | 123 | 44 | 21 | 506 | 110 | 60 |
| Binary | 11010011 | 100011 | 10000110 | 0 | 1010011 | 100100 | 10001 | 101000110 | 1001000 | 110000 |
Color Harmonies of #D32386
Complementary color
Monochromatic Colors of #D32386
Black with #D32386
Text Example
Text Example
White with #D32386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32386; }
p { color: rgb(211,35,134); }
H1.HeaderClassName
{
color: #D32386;
}
.AnyTagClassName
{
color: #D32386;
}
</style>
background-color css
<style>
a { background-color: #D32386; }
a { background-color: rgb(211,35,134); }
div.DivClassName
{
background-color: #D32386;
}
.BgClassName
{
background-color: #D32386;
}
</style>
border-color css
<style>
span { border-color: #D32386; }
span { border-color: rgb(211,35,134); }
td.TdClassName
{
border-color: #D32386;
}
.TagClassName
{
border-color: #D32386;
}
</style>