Shades of Deep Cerise #D53A8F
Tints of Deep Cerise #D53A8F
RGB
CMYK
RGB Variations
Color information
#D53A8F (or 0xD53A8F) is known color: Deep Cerise. HEX triplet: D5, 3A and 8F. RGB value is (213,58,143). Sum of RGB (Red+Green+Blue) = 213+58+143=414 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.45% from 414); Green value is 58 (23.05% from 255 or 14.01% from 414); Blue value is 143 (56.25% from 255 or 34.54% from 414); Max value from RGB is 213 - color contains mainly: red. Hex color #D53A8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53A8F is #2AC570. Grayscale: #717171. Windows color (decimal): -2803057 or 9386709. OLE color: 9386709.
HSL color Cylindrical-coordinate representation of color #D53A8F: hue angle of 327.1º 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 #D53A8F is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 58 | 143 | - |
| CMYK | 0 | 0.73 | 0.33 | 0.16 |
| HSL | 327.1º | 0.65% | 0.53% | - |
| HSV(B) | 327.1º | 0.73% | 0.84% | - |
| XYZ | 33.91 | 19.16 | 27.9 | - |
| YUV | 114.04 | 144.35 | 198.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 58 | 143 | 0 | 0.73 | 0.33 | 0.16 | 327.1 | 0.65 | 0.53 |
| Hex | D5 | 3A | 8F | 0 | 49 | 21 | 10 | 147 | 41 | 35 |
| Octal | 325 | 72 | 217 | 0 | 111 | 41 | 20 | 507 | 101 | 65 |
| Binary | 11010101 | 111010 | 10001111 | 0 | 1001001 | 100001 | 10000 | 101000111 | 1000001 | 110101 |
Color Harmonies of #D53A8F
Complementary color
Monochromatic Colors of #D53A8F
Black with #D53A8F
Text Example
Text Example
White with #D53A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53A8F; }
p { color: rgb(213,58,143); }
H1.HeaderClassName
{
color: #D53A8F;
}
.AnyTagClassName
{
color: #D53A8F;
}
</style>
background-color css
<style>
a { background-color: #D53A8F; }
a { background-color: rgb(213,58,143); }
div.DivClassName
{
background-color: #D53A8F;
}
.BgClassName
{
background-color: #D53A8F;
}
</style>
border-color css
<style>
span { border-color: #D53A8F; }
span { border-color: rgb(213,58,143); }
td.TdClassName
{
border-color: #D53A8F;
}
.TagClassName
{
border-color: #D53A8F;
}
</style>