Shades of Deep Cerise #D13789
Tints of Deep Cerise #D13789
RGB
CMYK
RGB Variations
Color information
#D13789 (or 0xD13789) is known color: Deep Cerise. HEX triplet: D1, 37 and 89. RGB value is (209,55,137). Sum of RGB (Red+Green+Blue) = 209+55+137=401 (53% of max value = 765). Red value is 209 (82.03% from 255 or 52.12% from 401); Green value is 55 (21.88% from 255 or 13.72% from 401); Blue value is 137 (53.91% from 255 or 34.16% from 401); Max value from RGB is 209 - color contains mainly: red. Hex color #D13789 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13789 is #2EC876. Grayscale: #6E6E6E. Windows color (decimal): -3065975 or 8992721. OLE color: 8992721.
HSL color Cylindrical-coordinate representation of color #D13789: hue angle of 328.05º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D13789 is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 55 | 137 | - |
| CMYK | 0 | 0.74 | 0.34 | 0.18 |
| HSL | 328.05º | 0.63% | 0.52% | - |
| HSV(B) | 328.05º | 0.74% | 0.82% | - |
| XYZ | 32.18 | 18.09 | 25.46 | - |
| YUV | 110.39 | 143.02 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 55 | 137 | 0 | 0.74 | 0.34 | 0.18 | 328.05 | 0.63 | 0.52 |
| Hex | D1 | 37 | 89 | 0 | 4A | 22 | 12 | 148 | 3F | 34 |
| Octal | 321 | 67 | 211 | 0 | 112 | 42 | 22 | 510 | 77 | 64 |
| Binary | 11010001 | 110111 | 10001001 | 0 | 1001010 | 100010 | 10010 | 101001000 | 111111 | 110100 |
Color Harmonies of #D13789
Complementary color
Monochromatic Colors of #D13789
Black with #D13789
Text Example
Text Example
White with #D13789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13789; }
p { color: rgb(209,55,137); }
H1.HeaderClassName
{
color: #D13789;
}
.AnyTagClassName
{
color: #D13789;
}
</style>
background-color css
<style>
a { background-color: #D13789; }
a { background-color: rgb(209,55,137); }
div.DivClassName
{
background-color: #D13789;
}
.BgClassName
{
background-color: #D13789;
}
</style>
border-color css
<style>
span { border-color: #D13789; }
span { border-color: rgb(209,55,137); }
td.TdClassName
{
border-color: #D13789;
}
.TagClassName
{
border-color: #D13789;
}
</style>