Shades of Deep Cerise #D52490
Tints of Deep Cerise #D52490
RGB
CMYK
RGB Variations
Color information
#D52490 (or 0xD52490) is known color: Deep Cerise. HEX triplet: D5, 24 and 90. RGB value is (213,36,144). Sum of RGB (Red+Green+Blue) = 213+36+144=393 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.20% from 393); Green value is 36 (14.45% from 255 or 9.16% from 393); Blue value is 144 (56.64% from 255 or 36.64% from 393); Max value from RGB is 213 - color contains mainly: red. Hex color #D52490 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52490 is #2ADB6F. Grayscale: #646464. Windows color (decimal): -2808688 or 9446613. OLE color: 9446613.
HSL color Cylindrical-coordinate representation of color #D52490: hue angle of 323.39º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D52490 is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 36 | 144 | - |
| CMYK | 0 | 0.83 | 0.32 | 0.16 |
| HSL | 323.39º | 0.71% | 0.49% | - |
| HSV(B) | 323.39º | 0.83% | 0.84% | - |
| XYZ | 33.11 | 17.42 | 28 | - |
| YUV | 101.24 | 152.14 | 207.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 36 | 144 | 0 | 0.83 | 0.32 | 0.16 | 323.39 | 0.71 | 0.49 |
| Hex | D5 | 24 | 90 | 0 | 53 | 20 | 10 | 143 | 47 | 31 |
| Octal | 325 | 44 | 220 | 0 | 123 | 40 | 20 | 503 | 107 | 61 |
| Binary | 11010101 | 100100 | 10010000 | 0 | 1010011 | 100000 | 10000 | 101000011 | 1000111 | 110001 |
Color Harmonies of #D52490
Complementary color
Monochromatic Colors of #D52490
Black with #D52490
Text Example
Text Example
White with #D52490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52490; }
p { color: rgb(213,36,144); }
H1.HeaderClassName
{
color: #D52490;
}
.AnyTagClassName
{
color: #D52490;
}
</style>
background-color css
<style>
a { background-color: #D52490; }
a { background-color: rgb(213,36,144); }
div.DivClassName
{
background-color: #D52490;
}
.BgClassName
{
background-color: #D52490;
}
</style>
border-color css
<style>
span { border-color: #D52490; }
span { border-color: rgb(213,36,144); }
td.TdClassName
{
border-color: #D52490;
}
.TagClassName
{
border-color: #D52490;
}
</style>