Shades of Deep Cerise #D13487
Tints of Deep Cerise #D13487
RGB
CMYK
RGB Variations
Color information
#D13487 (or 0xD13487) is known color: Deep Cerise. HEX triplet: D1, 34 and 87. RGB value is (209,52,135). Sum of RGB (Red+Green+Blue) = 209+52+135=396 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.78% from 396); Green value is 52 (20.70% from 255 or 13.13% from 396); Blue value is 135 (53.12% from 255 or 34.09% from 396); Max value from RGB is 209 - color contains mainly: red. Hex color #D13487 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13487 is #2ECB78. Grayscale: #6C6C6C. Windows color (decimal): -3066745 or 8860881. OLE color: 8860881.
HSL color Cylindrical-coordinate representation of color #D13487: hue angle of 328.28º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D13487 is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 52 | 135 | - |
| CMYK | 0 | 0.75 | 0.35 | 0.18 |
| HSL | 328.28º | 0.63% | 0.51% | - |
| HSV(B) | 328.28º | 0.75% | 0.82% | - |
| XYZ | 31.9 | 17.76 | 24.67 | - |
| YUV | 108.41 | 143.01 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 52 | 135 | 0 | 0.75 | 0.35 | 0.18 | 328.28 | 0.63 | 0.51 |
| Hex | D1 | 34 | 87 | 0 | 4B | 23 | 12 | 148 | 3F | 33 |
| Octal | 321 | 64 | 207 | 0 | 113 | 43 | 22 | 510 | 77 | 63 |
| Binary | 11010001 | 110100 | 10000111 | 0 | 1001011 | 100011 | 10010 | 101001000 | 111111 | 110011 |
Color Harmonies of #D13487
Complementary color
Monochromatic Colors of #D13487
Black with #D13487
Text Example
Text Example
White with #D13487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13487; }
p { color: rgb(209,52,135); }
H1.HeaderClassName
{
color: #D13487;
}
.AnyTagClassName
{
color: #D13487;
}
</style>
background-color css
<style>
a { background-color: #D13487; }
a { background-color: rgb(209,52,135); }
div.DivClassName
{
background-color: #D13487;
}
.BgClassName
{
background-color: #D13487;
}
</style>
border-color css
<style>
span { border-color: #D13487; }
span { border-color: rgb(209,52,135); }
td.TdClassName
{
border-color: #D13487;
}
.TagClassName
{
border-color: #D13487;
}
</style>