Shades of Deep Cerise #D13E8D
Tints of Deep Cerise #D13E8D
RGB
CMYK
RGB Variations
Color information
#D13E8D (or 0xD13E8D) is known color: Deep Cerise. HEX triplet: D1, 3E and 8D. RGB value is (209,62,141). Sum of RGB (Red+Green+Blue) = 209+62+141=412 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.73% from 412); Green value is 62 (24.61% from 255 or 15.05% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 209 - color contains mainly: red. Hex color #D13E8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13E8D is #2EC172. Grayscale: #727272. Windows color (decimal): -3064179 or 9256657. OLE color: 9256657.
HSL color Cylindrical-coordinate representation of color #D13E8D: hue angle of 327.76º 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 #D13E8D is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 62 | 141 | - |
| CMYK | 0 | 0.70 | 0.33 | 0.18 |
| HSL | 327.76º | 0.62% | 0.53% | - |
| HSV(B) | 327.76º | 0.7% | 0.82% | - |
| XYZ | 32.82 | 18.92 | 27.12 | - |
| YUV | 114.96 | 142.7 | 195.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 62 | 141 | 0 | 0.70 | 0.33 | 0.18 | 327.76 | 0.62 | 0.53 |
| Hex | D1 | 3E | 8D | 0 | 46 | 21 | 12 | 148 | 3E | 35 |
| Octal | 321 | 76 | 215 | 0 | 106 | 41 | 22 | 510 | 76 | 65 |
| Binary | 11010001 | 111110 | 10001101 | 0 | 1000110 | 100001 | 10010 | 101001000 | 111110 | 110101 |
Color Harmonies of #D13E8D
Complementary color
Monochromatic Colors of #D13E8D
Black with #D13E8D
Text Example
Text Example
White with #D13E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13E8D; }
p { color: rgb(209,62,141); }
H1.HeaderClassName
{
color: #D13E8D;
}
.AnyTagClassName
{
color: #D13E8D;
}
</style>
background-color css
<style>
a { background-color: #D13E8D; }
a { background-color: rgb(209,62,141); }
div.DivClassName
{
background-color: #D13E8D;
}
.BgClassName
{
background-color: #D13E8D;
}
</style>
border-color css
<style>
span { border-color: #D13E8D; }
span { border-color: rgb(209,62,141); }
td.TdClassName
{
border-color: #D13E8D;
}
.TagClassName
{
border-color: #D13E8D;
}
</style>