Shades of Deep Cerise #D52977
Tints of Deep Cerise #D52977
RGB
CMYK
RGB Variations
Color information
#D52977 (or 0xD52977) is known color: Deep Cerise. HEX triplet: D5, 29 and 77. RGB value is (213,41,119). Sum of RGB (Red+Green+Blue) = 213+41+119=373 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.10% from 373); Green value is 41 (16.41% from 255 or 10.99% from 373); Blue value is 119 (46.88% from 255 or 31.90% from 373); Max value from RGB is 213 - color contains mainly: red. Hex color #D52977 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52977 is #2AD688. Grayscale: #656565. Windows color (decimal): -2807433 or 7809493. OLE color: 7809493.
HSL color Cylindrical-coordinate representation of color #D52977: hue angle of 332.79º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D52977 is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 41 | 119 | - |
| CMYK | 0 | 0.81 | 0.44 | 0.16 |
| HSL | 332.79º | 0.68% | 0.5% | - |
| HSV(B) | 332.79º | 0.81% | 0.84% | - |
| XYZ | 31.56 | 17.06 | 19.08 | - |
| YUV | 101.32 | 137.98 | 207.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 41 | 119 | 0 | 0.81 | 0.44 | 0.16 | 332.79 | 0.68 | 0.5 |
| Hex | D5 | 29 | 77 | 0 | 51 | 2C | 10 | 14D | 44 | 32 |
| Octal | 325 | 51 | 167 | 0 | 121 | 54 | 20 | 515 | 104 | 62 |
| Binary | 11010101 | 101001 | 1110111 | 0 | 1010001 | 101100 | 10000 | 101001101 | 1000100 | 110010 |
Color Harmonies of #D52977
Complementary color
Monochromatic Colors of #D52977
Black with #D52977
Text Example
Text Example
White with #D52977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52977; }
p { color: rgb(213,41,119); }
H1.HeaderClassName
{
color: #D52977;
}
.AnyTagClassName
{
color: #D52977;
}
</style>
background-color css
<style>
a { background-color: #D52977; }
a { background-color: rgb(213,41,119); }
div.DivClassName
{
background-color: #D52977;
}
.BgClassName
{
background-color: #D52977;
}
</style>
border-color css
<style>
span { border-color: #D52977; }
span { border-color: rgb(213,41,119); }
td.TdClassName
{
border-color: #D52977;
}
.TagClassName
{
border-color: #D52977;
}
</style>