Shades of Deep Cerise #D53975
Tints of Deep Cerise #D53975
RGB
CMYK
RGB Variations
Color information
#D53975 (or 0xD53975) is known color: Deep Cerise. HEX triplet: D5, 39 and 75. RGB value is (213,57,117). Sum of RGB (Red+Green+Blue) = 213+57+117=387 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.04% from 387); Green value is 57 (22.66% from 255 or 14.73% from 387); Blue value is 117 (46.09% from 255 or 30.23% from 387); Max value from RGB is 213 - color contains mainly: red. Hex color #D53975 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53975 is #2AC68A. Grayscale: #6E6E6E. Windows color (decimal): -2803339 or 7682517. OLE color: 7682517.
HSL color Cylindrical-coordinate representation of color #D53975: hue angle of 336.92º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D53975 is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 57 | 117 | - |
| CMYK | 0 | 0.73 | 0.45 | 0.16 |
| HSL | 336.92º | 0.65% | 0.53% | - |
| HSV(B) | 336.92º | 0.73% | 0.84% | - |
| XYZ | 32.11 | 18.36 | 18.68 | - |
| YUV | 110.48 | 131.68 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 57 | 117 | 0 | 0.73 | 0.45 | 0.16 | 336.92 | 0.65 | 0.53 |
| Hex | D5 | 39 | 75 | 0 | 49 | 2D | 10 | 151 | 41 | 35 |
| Octal | 325 | 71 | 165 | 0 | 111 | 55 | 20 | 521 | 101 | 65 |
| Binary | 11010101 | 111001 | 1110101 | 0 | 1001001 | 101101 | 10000 | 101010001 | 1000001 | 110101 |
Color Harmonies of #D53975
Complementary color
Monochromatic Colors of #D53975
Black with #D53975
Text Example
Text Example
White with #D53975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53975; }
p { color: rgb(213,57,117); }
H1.HeaderClassName
{
color: #D53975;
}
.AnyTagClassName
{
color: #D53975;
}
</style>
background-color css
<style>
a { background-color: #D53975; }
a { background-color: rgb(213,57,117); }
div.DivClassName
{
background-color: #D53975;
}
.BgClassName
{
background-color: #D53975;
}
</style>
border-color css
<style>
span { border-color: #D53975; }
span { border-color: rgb(213,57,117); }
td.TdClassName
{
border-color: #D53975;
}
.TagClassName
{
border-color: #D53975;
}
</style>