Shades of Deep Cerise #D53A8B
Tints of Deep Cerise #D53A8B
RGB
CMYK
RGB Variations
Color information
#D53A8B (or 0xD53A8B) is known color: Deep Cerise. HEX triplet: D5, 3A and 8B. RGB value is (213,58,139). Sum of RGB (Red+Green+Blue) = 213+58+139=410 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.95% from 410); Green value is 58 (23.05% from 255 or 14.15% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 213 - color contains mainly: red. Hex color #D53A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53A8B is #2AC574. Grayscale: #717171. Windows color (decimal): -2803061 or 9124565. OLE color: 9124565.
HSL color Cylindrical-coordinate representation of color #D53A8B: hue angle of 328.65º 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 #D53A8B is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 58 | 139 | - |
| CMYK | 0 | 0.73 | 0.35 | 0.16 |
| HSL | 328.65º | 0.65% | 0.53% | - |
| HSV(B) | 328.65º | 0.73% | 0.84% | - |
| XYZ | 33.61 | 19.04 | 26.33 | - |
| YUV | 113.58 | 142.35 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 58 | 139 | 0 | 0.73 | 0.35 | 0.16 | 328.65 | 0.65 | 0.53 |
| Hex | D5 | 3A | 8B | 0 | 49 | 23 | 10 | 149 | 41 | 35 |
| Octal | 325 | 72 | 213 | 0 | 111 | 43 | 20 | 511 | 101 | 65 |
| Binary | 11010101 | 111010 | 10001011 | 0 | 1001001 | 100011 | 10000 | 101001001 | 1000001 | 110101 |
Color Harmonies of #D53A8B
Complementary color
Monochromatic Colors of #D53A8B
Black with #D53A8B
Text Example
Text Example
White with #D53A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53A8B; }
p { color: rgb(213,58,139); }
H1.HeaderClassName
{
color: #D53A8B;
}
.AnyTagClassName
{
color: #D53A8B;
}
</style>
background-color css
<style>
a { background-color: #D53A8B; }
a { background-color: rgb(213,58,139); }
div.DivClassName
{
background-color: #D53A8B;
}
.BgClassName
{
background-color: #D53A8B;
}
</style>
border-color css
<style>
span { border-color: #D53A8B; }
span { border-color: rgb(213,58,139); }
td.TdClassName
{
border-color: #D53A8B;
}
.TagClassName
{
border-color: #D53A8B;
}
</style>