Shades of Deep Cerise #D52390
Tints of Deep Cerise #D52390
RGB
CMYK
RGB Variations
Color information
#D52390 (or 0xD52390) is known color: Deep Cerise. HEX triplet: D5, 23 and 90. RGB value is (213,35,144). Sum of RGB (Red+Green+Blue) = 213+35+144=392 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.34% from 392); Green value is 35 (14.06% from 255 or 8.93% from 392); Blue value is 144 (56.64% from 255 or 36.73% from 392); Max value from RGB is 213 - color contains mainly: red. Hex color #D52390 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52390 is #2ADC6F. Grayscale: #646464. Windows color (decimal): -2808944 or 9446357. OLE color: 9446357.
HSL color Cylindrical-coordinate representation of color #D52390: hue angle of 323.26º 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 #D52390 is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 35 | 144 | - |
| CMYK | 0 | 0.84 | 0.32 | 0.16 |
| HSL | 323.26º | 0.72% | 0.49% | - |
| HSV(B) | 323.26º | 0.84% | 0.84% | - |
| XYZ | 33.08 | 17.36 | 27.99 | - |
| YUV | 100.65 | 152.47 | 208.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 35 | 144 | 0 | 0.84 | 0.32 | 0.16 | 323.26 | 0.72 | 0.49 |
| Hex | D5 | 23 | 90 | 0 | 54 | 20 | 10 | 143 | 48 | 31 |
| Octal | 325 | 43 | 220 | 0 | 124 | 40 | 20 | 503 | 110 | 61 |
| Binary | 11010101 | 100011 | 10010000 | 0 | 1010100 | 100000 | 10000 | 101000011 | 1001000 | 110001 |
Color Harmonies of #D52390
Complementary color
Monochromatic Colors of #D52390
Black with #D52390
Text Example
Text Example
White with #D52390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52390; }
p { color: rgb(213,35,144); }
H1.HeaderClassName
{
color: #D52390;
}
.AnyTagClassName
{
color: #D52390;
}
</style>
background-color css
<style>
a { background-color: #D52390; }
a { background-color: rgb(213,35,144); }
div.DivClassName
{
background-color: #D52390;
}
.BgClassName
{
background-color: #D52390;
}
</style>
border-color css
<style>
span { border-color: #D52390; }
span { border-color: rgb(213,35,144); }
td.TdClassName
{
border-color: #D52390;
}
.TagClassName
{
border-color: #D52390;
}
</style>