Shades of Deep Cerise #D53E7A
Tints of Deep Cerise #D53E7A
RGB
CMYK
RGB Variations
Color information
#D53E7A (or 0xD53E7A) is known color: Deep Cerise. HEX triplet: D5, 3E and 7A. RGB value is (213,62,122). Sum of RGB (Red+Green+Blue) = 213+62+122=397 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.65% from 397); Green value is 62 (24.61% from 255 or 15.62% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 213 - color contains mainly: red. Hex color #D53E7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53E7A is #2AC185. Grayscale: #717171. Windows color (decimal): -2802054 or 8011477. OLE color: 8011477.
HSL color Cylindrical-coordinate representation of color #D53E7A: hue angle of 336.16º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D53E7A is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 62 | 122 | - |
| CMYK | 0 | 0.71 | 0.43 | 0.16 |
| HSL | 336.16º | 0.64% | 0.54% | - |
| HSV(B) | 336.16º | 0.71% | 0.84% | - |
| XYZ | 32.68 | 19 | 20.36 | - |
| YUV | 113.99 | 132.53 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 62 | 122 | 0 | 0.71 | 0.43 | 0.16 | 336.16 | 0.64 | 0.54 |
| Hex | D5 | 3E | 7A | 0 | 47 | 2B | 10 | 150 | 40 | 36 |
| Octal | 325 | 76 | 172 | 0 | 107 | 53 | 20 | 520 | 100 | 66 |
| Binary | 11010101 | 111110 | 1111010 | 0 | 1000111 | 101011 | 10000 | 101010000 | 1000000 | 110110 |
Color Harmonies of #D53E7A
Complementary color
Monochromatic Colors of #D53E7A
Black with #D53E7A
Text Example
Text Example
White with #D53E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53E7A; }
p { color: rgb(213,62,122); }
H1.HeaderClassName
{
color: #D53E7A;
}
.AnyTagClassName
{
color: #D53E7A;
}
</style>
background-color css
<style>
a { background-color: #D53E7A; }
a { background-color: rgb(213,62,122); }
div.DivClassName
{
background-color: #D53E7A;
}
.BgClassName
{
background-color: #D53E7A;
}
</style>
border-color css
<style>
span { border-color: #D53E7A; }
span { border-color: rgb(213,62,122); }
td.TdClassName
{
border-color: #D53E7A;
}
.TagClassName
{
border-color: #D53E7A;
}
</style>