Shades of Deep Cerise #D53B7C
Tints of Deep Cerise #D53B7C
RGB
CMYK
RGB Variations
Color information
#D53B7C (or 0xD53B7C) is known color: Deep Cerise. HEX triplet: D5, 3B and 7C. RGB value is (213,59,124). Sum of RGB (Red+Green+Blue) = 213+59+124=396 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.79% from 396); Green value is 59 (23.44% from 255 or 14.90% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 213 - color contains mainly: red. Hex color #D53B7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53B7C is #2AC483. Grayscale: #707070. Windows color (decimal): -2802820 or 8141781. OLE color: 8141781.
HSL color Cylindrical-coordinate representation of color #D53B7C: hue angle of 334.68º 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 #D53B7C is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 59 | 124 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.16 |
| HSL | 334.68º | 0.65% | 0.53% | - |
| HSV(B) | 334.68º | 0.72% | 0.84% | - |
| XYZ | 32.64 | 18.73 | 20.96 | - |
| YUV | 112.46 | 134.52 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 59 | 124 | 0 | 0.72 | 0.42 | 0.16 | 334.68 | 0.65 | 0.53 |
| Hex | D5 | 3B | 7C | 0 | 48 | 2A | 10 | 14F | 41 | 35 |
| Octal | 325 | 73 | 174 | 0 | 110 | 52 | 20 | 517 | 101 | 65 |
| Binary | 11010101 | 111011 | 1111100 | 0 | 1001000 | 101010 | 10000 | 101001111 | 1000001 | 110101 |
Color Harmonies of #D53B7C
Complementary color
Monochromatic Colors of #D53B7C
Black with #D53B7C
Text Example
Text Example
White with #D53B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53B7C; }
p { color: rgb(213,59,124); }
H1.HeaderClassName
{
color: #D53B7C;
}
.AnyTagClassName
{
color: #D53B7C;
}
</style>
background-color css
<style>
a { background-color: #D53B7C; }
a { background-color: rgb(213,59,124); }
div.DivClassName
{
background-color: #D53B7C;
}
.BgClassName
{
background-color: #D53B7C;
}
</style>
border-color css
<style>
span { border-color: #D53B7C; }
span { border-color: rgb(213,59,124); }
td.TdClassName
{
border-color: #D53B7C;
}
.TagClassName
{
border-color: #D53B7C;
}
</style>