Shades of Deep Cerise #D52383
Tints of Deep Cerise #D52383
RGB
CMYK
RGB Variations
Color information
#D52383 (or 0xD52383) is known color: Deep Cerise. HEX triplet: D5, 23 and 83. RGB value is (213,35,131). Sum of RGB (Red+Green+Blue) = 213+35+131=379 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.20% from 379); Green value is 35 (14.06% from 255 or 9.23% from 379); Blue value is 131 (51.56% from 255 or 34.56% from 379); Max value from RGB is 213 - color contains mainly: red. Hex color #D52383 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52383 is #2ADC7C. Grayscale: #626262. Windows color (decimal): -2808957 or 8594389. OLE color: 8594389.
HSL color Cylindrical-coordinate representation of color #D52383: hue angle of 327.64º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D52383 is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 35 | 131 | - |
| CMYK | 0 | 0.84 | 0.38 | 0.16 |
| HSL | 327.64º | 0.72% | 0.49% | - |
| HSV(B) | 327.64º | 0.84% | 0.84% | - |
| XYZ | 32.14 | 16.99 | 23.06 | - |
| YUV | 99.17 | 145.97 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 35 | 131 | 0 | 0.84 | 0.38 | 0.16 | 327.64 | 0.72 | 0.49 |
| Hex | D5 | 23 | 83 | 0 | 54 | 26 | 10 | 148 | 48 | 31 |
| Octal | 325 | 43 | 203 | 0 | 124 | 46 | 20 | 510 | 110 | 61 |
| Binary | 11010101 | 100011 | 10000011 | 0 | 1010100 | 100110 | 10000 | 101001000 | 1001000 | 110001 |
Color Harmonies of #D52383
Complementary color
Monochromatic Colors of #D52383
Black with #D52383
Text Example
Text Example
White with #D52383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52383; }
p { color: rgb(213,35,131); }
H1.HeaderClassName
{
color: #D52383;
}
.AnyTagClassName
{
color: #D52383;
}
</style>
background-color css
<style>
a { background-color: #D52383; }
a { background-color: rgb(213,35,131); }
div.DivClassName
{
background-color: #D52383;
}
.BgClassName
{
background-color: #D52383;
}
</style>
border-color css
<style>
span { border-color: #D52383; }
span { border-color: rgb(213,35,131); }
td.TdClassName
{
border-color: #D52383;
}
.TagClassName
{
border-color: #D52383;
}
</style>