Shades of Deep Cerise #D53B77
Tints of Deep Cerise #D53B77
RGB
CMYK
RGB Variations
Color information
#D53B77 (or 0xD53B77) is known color: Deep Cerise. HEX triplet: D5, 3B and 77. RGB value is (213,59,119). Sum of RGB (Red+Green+Blue) = 213+59+119=391 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.48% from 391); Green value is 59 (23.44% from 255 or 15.09% from 391); Blue value is 119 (46.88% from 255 or 30.43% from 391); Max value from RGB is 213 - color contains mainly: red. Hex color #D53B77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53B77 is #2AC488. Grayscale: #6F6F6F. Windows color (decimal): -2802825 or 7814101. OLE color: 7814101.
HSL color Cylindrical-coordinate representation of color #D53B77: hue angle of 336.62º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D53B77 is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 59 | 119 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.16 |
| HSL | 336.62º | 0.65% | 0.53% | - |
| HSV(B) | 336.62º | 0.72% | 0.84% | - |
| XYZ | 32.33 | 18.61 | 19.34 | - |
| YUV | 111.89 | 132.02 | 200.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 59 | 119 | 0 | 0.72 | 0.44 | 0.16 | 336.62 | 0.65 | 0.53 |
| Hex | D5 | 3B | 77 | 0 | 48 | 2C | 10 | 151 | 41 | 35 |
| Octal | 325 | 73 | 167 | 0 | 110 | 54 | 20 | 521 | 101 | 65 |
| Binary | 11010101 | 111011 | 1110111 | 0 | 1001000 | 101100 | 10000 | 101010001 | 1000001 | 110101 |
Color Harmonies of #D53B77
Complementary color
Monochromatic Colors of #D53B77
Black with #D53B77
Text Example
Text Example
White with #D53B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53B77; }
p { color: rgb(213,59,119); }
H1.HeaderClassName
{
color: #D53B77;
}
.AnyTagClassName
{
color: #D53B77;
}
</style>
background-color css
<style>
a { background-color: #D53B77; }
a { background-color: rgb(213,59,119); }
div.DivClassName
{
background-color: #D53B77;
}
.BgClassName
{
background-color: #D53B77;
}
</style>
border-color css
<style>
span { border-color: #D53B77; }
span { border-color: rgb(213,59,119); }
td.TdClassName
{
border-color: #D53B77;
}
.TagClassName
{
border-color: #D53B77;
}
</style>