Shades of Deep Cerise #D53981
Tints of Deep Cerise #D53981
RGB
CMYK
RGB Variations
Color information
#D53981 (or 0xD53981) is known color: Deep Cerise. HEX triplet: D5, 39 and 81. RGB value is (213,57,129). Sum of RGB (Red+Green+Blue) = 213+57+129=399 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.38% from 399); Green value is 57 (22.66% from 255 or 14.29% from 399); Blue value is 129 (50.78% from 255 or 32.33% from 399); Max value from RGB is 213 - color contains mainly: red. Hex color #D53981 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53981 is #2AC67E. Grayscale: #6F6F6F. Windows color (decimal): -2803327 or 8468949. OLE color: 8468949.
HSL color Cylindrical-coordinate representation of color #D53981: hue angle of 332.31º 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 #D53981 is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 57 | 129 | - |
| CMYK | 0 | 0.73 | 0.39 | 0.16 |
| HSL | 332.31º | 0.65% | 0.53% | - |
| HSV(B) | 332.31º | 0.73% | 0.84% | - |
| XYZ | 32.87 | 18.66 | 22.64 | - |
| YUV | 111.85 | 137.68 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 57 | 129 | 0 | 0.73 | 0.39 | 0.16 | 332.31 | 0.65 | 0.53 |
| Hex | D5 | 39 | 81 | 0 | 49 | 27 | 10 | 14C | 41 | 35 |
| Octal | 325 | 71 | 201 | 0 | 111 | 47 | 20 | 514 | 101 | 65 |
| Binary | 11010101 | 111001 | 10000001 | 0 | 1001001 | 100111 | 10000 | 101001100 | 1000001 | 110101 |
Color Harmonies of #D53981
Complementary color
Monochromatic Colors of #D53981
Black with #D53981
Text Example
Text Example
White with #D53981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53981; }
p { color: rgb(213,57,129); }
H1.HeaderClassName
{
color: #D53981;
}
.AnyTagClassName
{
color: #D53981;
}
</style>
background-color css
<style>
a { background-color: #D53981; }
a { background-color: rgb(213,57,129); }
div.DivClassName
{
background-color: #D53981;
}
.BgClassName
{
background-color: #D53981;
}
</style>
border-color css
<style>
span { border-color: #D53981; }
span { border-color: rgb(213,57,129); }
td.TdClassName
{
border-color: #D53981;
}
.TagClassName
{
border-color: #D53981;
}
</style>