Shades of Deep Cerise #D52495
Tints of Deep Cerise #D52495
RGB
CMYK
RGB Variations
Color information
#D52495 (or 0xD52495) is known color: Deep Cerise. HEX triplet: D5, 24 and 95. RGB value is (213,36,149). Sum of RGB (Red+Green+Blue) = 213+36+149=398 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.52% from 398); Green value is 36 (14.45% from 255 or 9.05% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 213 - color contains mainly: red. Hex color #D52495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52495 is #2ADB6A. Grayscale: #656565. Windows color (decimal): -2808683 or 9774293. OLE color: 9774293.
HSL color Cylindrical-coordinate representation of color #D52495: hue angle of 321.69º 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 #D52495 is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 36 | 149 | - |
| CMYK | 0 | 0.83 | 0.30 | 0.16 |
| HSL | 321.69º | 0.71% | 0.49% | - |
| HSV(B) | 321.69º | 0.83% | 0.84% | - |
| XYZ | 33.5 | 17.58 | 30.06 | - |
| YUV | 101.81 | 154.64 | 207.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 36 | 149 | 0 | 0.83 | 0.30 | 0.16 | 321.69 | 0.71 | 0.49 |
| Hex | D5 | 24 | 95 | 0 | 53 | 1E | 10 | 142 | 47 | 31 |
| Octal | 325 | 44 | 225 | 0 | 123 | 36 | 20 | 502 | 107 | 61 |
| Binary | 11010101 | 100100 | 10010101 | 0 | 1010011 | 11110 | 10000 | 101000010 | 1000111 | 110001 |
Color Harmonies of #D52495
Complementary color
Monochromatic Colors of #D52495
Black with #D52495
Text Example
Text Example
White with #D52495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52495; }
p { color: rgb(213,36,149); }
H1.HeaderClassName
{
color: #D52495;
}
.AnyTagClassName
{
color: #D52495;
}
</style>
background-color css
<style>
a { background-color: #D52495; }
a { background-color: rgb(213,36,149); }
div.DivClassName
{
background-color: #D52495;
}
.BgClassName
{
background-color: #D52495;
}
</style>
border-color css
<style>
span { border-color: #D52495; }
span { border-color: rgb(213,36,149); }
td.TdClassName
{
border-color: #D52495;
}
.TagClassName
{
border-color: #D52495;
}
</style>