Shades of Deep Cerise #D53A81
Tints of Deep Cerise #D53A81
RGB
CMYK
RGB Variations
Color information
#D53A81 (or 0xD53A81) is known color: Deep Cerise. HEX triplet: D5, 3A and 81. RGB value is (213,58,129). Sum of RGB (Red+Green+Blue) = 213+58+129=400 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.25% from 400); Green value is 58 (23.05% from 255 or 14.5% from 400); Blue value is 129 (50.78% from 255 or 32.25% from 400); Max value from RGB is 213 - color contains mainly: red. Hex color #D53A81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53A81 is #2AC57E. Grayscale: #707070. Windows color (decimal): -2803071 or 8469205. OLE color: 8469205.
HSL color Cylindrical-coordinate representation of color #D53A81: hue angle of 332.52º 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 #D53A81 is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 58 | 129 | - |
| CMYK | 0 | 0.73 | 0.39 | 0.16 |
| HSL | 332.52º | 0.65% | 0.53% | - |
| HSV(B) | 332.52º | 0.73% | 0.84% | - |
| XYZ | 32.92 | 18.76 | 22.65 | - |
| YUV | 112.44 | 137.35 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 58 | 129 | 0 | 0.73 | 0.39 | 0.16 | 332.52 | 0.65 | 0.53 |
| Hex | D5 | 3A | 81 | 0 | 49 | 27 | 10 | 14D | 41 | 35 |
| Octal | 325 | 72 | 201 | 0 | 111 | 47 | 20 | 515 | 101 | 65 |
| Binary | 11010101 | 111010 | 10000001 | 0 | 1001001 | 100111 | 10000 | 101001101 | 1000001 | 110101 |
Color Harmonies of #D53A81
Complementary color
Monochromatic Colors of #D53A81
Black with #D53A81
Text Example
Text Example
White with #D53A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53A81; }
p { color: rgb(213,58,129); }
H1.HeaderClassName
{
color: #D53A81;
}
.AnyTagClassName
{
color: #D53A81;
}
</style>
background-color css
<style>
a { background-color: #D53A81; }
a { background-color: rgb(213,58,129); }
div.DivClassName
{
background-color: #D53A81;
}
.BgClassName
{
background-color: #D53A81;
}
</style>
border-color css
<style>
span { border-color: #D53A81; }
span { border-color: rgb(213,58,129); }
td.TdClassName
{
border-color: #D53A81;
}
.TagClassName
{
border-color: #D53A81;
}
</style>