Shades of Deep Cerise #D13D89
Tints of Deep Cerise #D13D89
RGB
CMYK
RGB Variations
Color information
#D13D89 (or 0xD13D89) is known color: Deep Cerise. HEX triplet: D1, 3D and 89. RGB value is (209,61,137). Sum of RGB (Red+Green+Blue) = 209+61+137=407 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.35% from 407); Green value is 61 (24.22% from 255 or 14.99% from 407); Blue value is 137 (53.91% from 255 or 33.66% from 407); Max value from RGB is 209 - color contains mainly: red. Hex color #D13D89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13D89 is #2EC276. Grayscale: #717171. Windows color (decimal): -3064439 or 8994257. OLE color: 8994257.
HSL color Cylindrical-coordinate representation of color #D13D89: hue angle of 329.19º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D13D89 is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 61 | 137 | - |
| CMYK | 0 | 0.71 | 0.34 | 0.18 |
| HSL | 329.19º | 0.62% | 0.53% | - |
| HSV(B) | 329.19º | 0.71% | 0.82% | - |
| XYZ | 32.48 | 18.7 | 25.56 | - |
| YUV | 113.92 | 141.03 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 61 | 137 | 0 | 0.71 | 0.34 | 0.18 | 329.19 | 0.62 | 0.53 |
| Hex | D1 | 3D | 89 | 0 | 47 | 22 | 12 | 149 | 3E | 35 |
| Octal | 321 | 75 | 211 | 0 | 107 | 42 | 22 | 511 | 76 | 65 |
| Binary | 11010001 | 111101 | 10001001 | 0 | 1000111 | 100010 | 10010 | 101001001 | 111110 | 110101 |
Color Harmonies of #D13D89
Complementary color
Monochromatic Colors of #D13D89
Black with #D13D89
Text Example
Text Example
White with #D13D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13D89; }
p { color: rgb(209,61,137); }
H1.HeaderClassName
{
color: #D13D89;
}
.AnyTagClassName
{
color: #D13D89;
}
</style>
background-color css
<style>
a { background-color: #D13D89; }
a { background-color: rgb(209,61,137); }
div.DivClassName
{
background-color: #D13D89;
}
.BgClassName
{
background-color: #D13D89;
}
</style>
border-color css
<style>
span { border-color: #D13D89; }
span { border-color: rgb(209,61,137); }
td.TdClassName
{
border-color: #D13D89;
}
.TagClassName
{
border-color: #D13D89;
}
</style>