Shades of Deep Cerise #D53984
Tints of Deep Cerise #D53984
RGB
CMYK
RGB Variations
Color information
#D53984 (or 0xD53984) is known color: Deep Cerise. HEX triplet: D5, 39 and 84. RGB value is (213,57,132). Sum of RGB (Red+Green+Blue) = 213+57+132=402 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.99% from 402); Green value is 57 (22.66% from 255 or 14.18% from 402); Blue value is 132 (51.95% from 255 or 32.84% from 402); Max value from RGB is 213 - color contains mainly: red. Hex color #D53984 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53984 is #2AC67B. Grayscale: #707070. Windows color (decimal): -2803324 or 8665557. OLE color: 8665557.
HSL color Cylindrical-coordinate representation of color #D53984: hue angle of 331.15º 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 #D53984 is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 57 | 132 | - |
| CMYK | 0 | 0.73 | 0.38 | 0.16 |
| HSL | 331.15º | 0.65% | 0.53% | - |
| HSV(B) | 331.15º | 0.73% | 0.84% | - |
| XYZ | 33.07 | 18.74 | 23.7 | - |
| YUV | 112.19 | 139.18 | 199.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 57 | 132 | 0 | 0.73 | 0.38 | 0.16 | 331.15 | 0.65 | 0.53 |
| Hex | D5 | 39 | 84 | 0 | 49 | 26 | 10 | 14B | 41 | 35 |
| Octal | 325 | 71 | 204 | 0 | 111 | 46 | 20 | 513 | 101 | 65 |
| Binary | 11010101 | 111001 | 10000100 | 0 | 1001001 | 100110 | 10000 | 101001011 | 1000001 | 110101 |
Color Harmonies of #D53984
Complementary color
Monochromatic Colors of #D53984
Black with #D53984
Text Example
Text Example
White with #D53984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53984; }
p { color: rgb(213,57,132); }
H1.HeaderClassName
{
color: #D53984;
}
.AnyTagClassName
{
color: #D53984;
}
</style>
background-color css
<style>
a { background-color: #D53984; }
a { background-color: rgb(213,57,132); }
div.DivClassName
{
background-color: #D53984;
}
.BgClassName
{
background-color: #D53984;
}
</style>
border-color css
<style>
span { border-color: #D53984; }
span { border-color: rgb(213,57,132); }
td.TdClassName
{
border-color: #D53984;
}
.TagClassName
{
border-color: #D53984;
}
</style>