Shades of Deep Cerise #D53B7A
Tints of Deep Cerise #D53B7A
RGB
CMYK
RGB Variations
Color information
#D53B7A (or 0xD53B7A) is known color: Deep Cerise. HEX triplet: D5, 3B and 7A. RGB value is (213,59,122). Sum of RGB (Red+Green+Blue) = 213+59+122=394 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.06% from 394); Green value is 59 (23.44% from 255 or 14.97% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 213 - color contains mainly: red. Hex color #D53B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53B7A is #2AC485. Grayscale: #707070. Windows color (decimal): -2802822 or 8010709. OLE color: 8010709.
HSL color Cylindrical-coordinate representation of color #D53B7A: hue angle of 335.45º 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 #D53B7A is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 59 | 122 | - |
| CMYK | 0 | 0.72 | 0.43 | 0.16 |
| HSL | 335.45º | 0.65% | 0.53% | - |
| HSV(B) | 335.45º | 0.72% | 0.84% | - |
| XYZ | 32.52 | 18.68 | 20.3 | - |
| YUV | 112.23 | 133.52 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 59 | 122 | 0 | 0.72 | 0.43 | 0.16 | 335.45 | 0.65 | 0.53 |
| Hex | D5 | 3B | 7A | 0 | 48 | 2B | 10 | 14F | 41 | 35 |
| Octal | 325 | 73 | 172 | 0 | 110 | 53 | 20 | 517 | 101 | 65 |
| Binary | 11010101 | 111011 | 1111010 | 0 | 1001000 | 101011 | 10000 | 101001111 | 1000001 | 110101 |
Color Harmonies of #D53B7A
Complementary color
Monochromatic Colors of #D53B7A
Black with #D53B7A
Text Example
Text Example
White with #D53B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53B7A; }
p { color: rgb(213,59,122); }
H1.HeaderClassName
{
color: #D53B7A;
}
.AnyTagClassName
{
color: #D53B7A;
}
</style>
background-color css
<style>
a { background-color: #D53B7A; }
a { background-color: rgb(213,59,122); }
div.DivClassName
{
background-color: #D53B7A;
}
.BgClassName
{
background-color: #D53B7A;
}
</style>
border-color css
<style>
span { border-color: #D53B7A; }
span { border-color: rgb(213,59,122); }
td.TdClassName
{
border-color: #D53B7A;
}
.TagClassName
{
border-color: #D53B7A;
}
</style>