Shades of Deep Cerise #D13588
Tints of Deep Cerise #D13588
RGB
CMYK
RGB Variations
Color information
#D13588 (or 0xD13588) is known color: Deep Cerise. HEX triplet: D1, 35 and 88. RGB value is (209,53,136). Sum of RGB (Red+Green+Blue) = 209+53+136=398 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.51% from 398); Green value is 53 (21.09% from 255 or 13.32% from 398); Blue value is 136 (53.52% from 255 or 34.17% from 398); Max value from RGB is 209 - color contains mainly: red. Hex color #D13588 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13588 is #2ECA77. Grayscale: #6C6C6C. Windows color (decimal): -3066488 or 8926673. OLE color: 8926673.
HSL color Cylindrical-coordinate representation of color #D13588: hue angle of 328.08º 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 #D13588 is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 53 | 136 | - |
| CMYK | 0 | 0.75 | 0.35 | 0.18 |
| HSL | 328.08º | 0.63% | 0.51% | - |
| HSV(B) | 328.08º | 0.75% | 0.82% | - |
| XYZ | 32.01 | 17.88 | 25.06 | - |
| YUV | 109.11 | 143.18 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 53 | 136 | 0 | 0.75 | 0.35 | 0.18 | 328.08 | 0.63 | 0.51 |
| Hex | D1 | 35 | 88 | 0 | 4B | 23 | 12 | 148 | 3F | 33 |
| Octal | 321 | 65 | 210 | 0 | 113 | 43 | 22 | 510 | 77 | 63 |
| Binary | 11010001 | 110101 | 10001000 | 0 | 1001011 | 100011 | 10010 | 101001000 | 111111 | 110011 |
Color Harmonies of #D13588
Complementary color
Monochromatic Colors of #D13588
Black with #D13588
Text Example
Text Example
White with #D13588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13588; }
p { color: rgb(209,53,136); }
H1.HeaderClassName
{
color: #D13588;
}
.AnyTagClassName
{
color: #D13588;
}
</style>
background-color css
<style>
a { background-color: #D13588; }
a { background-color: rgb(209,53,136); }
div.DivClassName
{
background-color: #D13588;
}
.BgClassName
{
background-color: #D13588;
}
</style>
border-color css
<style>
span { border-color: #D13588; }
span { border-color: rgb(209,53,136); }
td.TdClassName
{
border-color: #D13588;
}
.TagClassName
{
border-color: #D13588;
}
</style>