Shades of Deep Cerise #D32483
Tints of Deep Cerise #D32483
RGB
CMYK
RGB Variations
Color information
#D32483 (or 0xD32483) is known color: Deep Cerise. HEX triplet: D3, 24 and 83. RGB value is (211,36,131). Sum of RGB (Red+Green+Blue) = 211+36+131=378 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.82% from 378); Green value is 36 (14.45% from 255 or 9.52% from 378); Blue value is 131 (51.56% from 255 or 34.66% from 378); Max value from RGB is 211 - color contains mainly: red. Hex color #D32483 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D32483 is #2CDB7C. Grayscale: #626262. Windows color (decimal): -2939773 or 8594643. OLE color: 8594643.
HSL color Cylindrical-coordinate representation of color #D32483: hue angle of 327.43º degrees, saturation: 0.71, 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 #D32483 is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 36 | 131 | - |
| CMYK | 0 | 0.83 | 0.38 | 0.17 |
| HSL | 327.43º | 0.71% | 0.48% | - |
| HSV(B) | 327.43º | 0.83% | 0.83% | - |
| XYZ | 31.59 | 16.75 | 23.04 | - |
| YUV | 99.16 | 145.98 | 207.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 36 | 131 | 0 | 0.83 | 0.38 | 0.17 | 327.43 | 0.71 | 0.48 |
| Hex | D3 | 24 | 83 | 0 | 53 | 26 | 11 | 147 | 47 | 30 |
| Octal | 323 | 44 | 203 | 0 | 123 | 46 | 21 | 507 | 107 | 60 |
| Binary | 11010011 | 100100 | 10000011 | 0 | 1010011 | 100110 | 10001 | 101000111 | 1000111 | 110000 |
Color Harmonies of #D32483
Complementary color
Monochromatic Colors of #D32483
Black with #D32483
Text Example
Text Example
White with #D32483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32483; }
p { color: rgb(211,36,131); }
H1.HeaderClassName
{
color: #D32483;
}
.AnyTagClassName
{
color: #D32483;
}
</style>
background-color css
<style>
a { background-color: #D32483; }
a { background-color: rgb(211,36,131); }
div.DivClassName
{
background-color: #D32483;
}
.BgClassName
{
background-color: #D32483;
}
</style>
border-color css
<style>
span { border-color: #D32483; }
span { border-color: rgb(211,36,131); }
td.TdClassName
{
border-color: #D32483;
}
.TagClassName
{
border-color: #D32483;
}
</style>