Shades of Deep Cerise #D13E8C
Tints of Deep Cerise #D13E8C
RGB
CMYK
RGB Variations
Color information
#D13E8C (or 0xD13E8C) is known color: Deep Cerise. HEX triplet: D1, 3E and 8C. RGB value is (209,62,140). Sum of RGB (Red+Green+Blue) = 209+62+140=411 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.85% from 411); Green value is 62 (24.61% from 255 or 15.09% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 209 - color contains mainly: red. Hex color #D13E8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13E8C is #2EC173. Grayscale: #727272. Windows color (decimal): -3064180 or 9191121. OLE color: 9191121.
HSL color Cylindrical-coordinate representation of color #D13E8C: hue angle of 328.16º 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 #D13E8C is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 62 | 140 | - |
| CMYK | 0 | 0.70 | 0.33 | 0.18 |
| HSL | 328.16º | 0.62% | 0.53% | - |
| HSV(B) | 328.16º | 0.7% | 0.82% | - |
| XYZ | 32.75 | 18.89 | 26.73 | - |
| YUV | 114.85 | 142.2 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 62 | 140 | 0 | 0.70 | 0.33 | 0.18 | 328.16 | 0.62 | 0.53 |
| Hex | D1 | 3E | 8C | 0 | 46 | 21 | 12 | 148 | 3E | 35 |
| Octal | 321 | 76 | 214 | 0 | 106 | 41 | 22 | 510 | 76 | 65 |
| Binary | 11010001 | 111110 | 10001100 | 0 | 1000110 | 100001 | 10010 | 101001000 | 111110 | 110101 |
Color Harmonies of #D13E8C
Complementary color
Monochromatic Colors of #D13E8C
Black with #D13E8C
Text Example
Text Example
White with #D13E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13E8C; }
p { color: rgb(209,62,140); }
H1.HeaderClassName
{
color: #D13E8C;
}
.AnyTagClassName
{
color: #D13E8C;
}
</style>
background-color css
<style>
a { background-color: #D13E8C; }
a { background-color: rgb(209,62,140); }
div.DivClassName
{
background-color: #D13E8C;
}
.BgClassName
{
background-color: #D13E8C;
}
</style>
border-color css
<style>
span { border-color: #D13E8C; }
span { border-color: rgb(209,62,140); }
td.TdClassName
{
border-color: #D13E8C;
}
.TagClassName
{
border-color: #D13E8C;
}
</style>