Shades of Deep Cerise #D53687
Tints of Deep Cerise #D53687
RGB
CMYK
RGB Variations
Color information
#D53687 (or 0xD53687) is known color: Deep Cerise. HEX triplet: D5, 36 and 87. RGB value is (213,54,135). Sum of RGB (Red+Green+Blue) = 213+54+135=402 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.99% from 402); Green value is 54 (21.48% from 255 or 13.43% from 402); Blue value is 135 (53.12% from 255 or 33.58% from 402); Max value from RGB is 213 - color contains mainly: red. Hex color #D53687 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53687 is #2AC978. Grayscale: #6E6E6E. Windows color (decimal): -2804089 or 8861397. OLE color: 8861397.
HSL color Cylindrical-coordinate representation of color #D53687: hue angle of 329.43º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D53687 is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 54 | 135 | - |
| CMYK | 0 | 0.75 | 0.37 | 0.16 |
| HSL | 329.43º | 0.65% | 0.52% | - |
| HSV(B) | 329.43º | 0.75% | 0.84% | - |
| XYZ | 33.13 | 18.53 | 24.75 | - |
| YUV | 110.78 | 141.68 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 54 | 135 | 0 | 0.75 | 0.37 | 0.16 | 329.43 | 0.65 | 0.52 |
| Hex | D5 | 36 | 87 | 0 | 4B | 25 | 10 | 149 | 41 | 34 |
| Octal | 325 | 66 | 207 | 0 | 113 | 45 | 20 | 511 | 101 | 64 |
| Binary | 11010101 | 110110 | 10000111 | 0 | 1001011 | 100101 | 10000 | 101001001 | 1000001 | 110100 |
Color Harmonies of #D53687
Complementary color
Monochromatic Colors of #D53687
Black with #D53687
Text Example
Text Example
White with #D53687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53687; }
p { color: rgb(213,54,135); }
H1.HeaderClassName
{
color: #D53687;
}
.AnyTagClassName
{
color: #D53687;
}
</style>
background-color css
<style>
a { background-color: #D53687; }
a { background-color: rgb(213,54,135); }
div.DivClassName
{
background-color: #D53687;
}
.BgClassName
{
background-color: #D53687;
}
</style>
border-color css
<style>
span { border-color: #D53687; }
span { border-color: rgb(213,54,135); }
td.TdClassName
{
border-color: #D53687;
}
.TagClassName
{
border-color: #D53687;
}
</style>