Shades of Deep Cerise #D13E89
Tints of Deep Cerise #D13E89
RGB
CMYK
RGB Variations
Color information
#D13E89 (or 0xD13E89) is known color: Deep Cerise. HEX triplet: D1, 3E and 89. RGB value is (209,62,137). Sum of RGB (Red+Green+Blue) = 209+62+137=408 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.23% from 408); Green value is 62 (24.61% from 255 or 15.20% from 408); Blue value is 137 (53.91% from 255 or 33.58% from 408); Max value from RGB is 209 - color contains mainly: red. Hex color #D13E89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13E89 is #2EC176. Grayscale: #727272. Windows color (decimal): -3064183 or 8994513. OLE color: 8994513.
HSL color Cylindrical-coordinate representation of color #D13E89: hue angle of 329.39º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D13E89 is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 62 | 137 | - |
| CMYK | 0 | 0.70 | 0.34 | 0.18 |
| HSL | 329.39º | 0.62% | 0.53% | - |
| HSV(B) | 329.39º | 0.7% | 0.82% | - |
| XYZ | 32.53 | 18.81 | 25.58 | - |
| YUV | 114.5 | 140.7 | 195.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 62 | 137 | 0 | 0.70 | 0.34 | 0.18 | 329.39 | 0.62 | 0.53 |
| Hex | D1 | 3E | 89 | 0 | 46 | 22 | 12 | 149 | 3E | 35 |
| Octal | 321 | 76 | 211 | 0 | 106 | 42 | 22 | 511 | 76 | 65 |
| Binary | 11010001 | 111110 | 10001001 | 0 | 1000110 | 100010 | 10010 | 101001001 | 111110 | 110101 |
Color Harmonies of #D13E89
Complementary color
Monochromatic Colors of #D13E89
Black with #D13E89
Text Example
Text Example
White with #D13E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13E89; }
p { color: rgb(209,62,137); }
H1.HeaderClassName
{
color: #D13E89;
}
.AnyTagClassName
{
color: #D13E89;
}
</style>
background-color css
<style>
a { background-color: #D13E89; }
a { background-color: rgb(209,62,137); }
div.DivClassName
{
background-color: #D13E89;
}
.BgClassName
{
background-color: #D13E89;
}
</style>
border-color css
<style>
span { border-color: #D13E89; }
span { border-color: rgb(209,62,137); }
td.TdClassName
{
border-color: #D13E89;
}
.TagClassName
{
border-color: #D13E89;
}
</style>