Shades of Deep Cerise #D1387C
Tints of Deep Cerise #D1387C
RGB
CMYK
RGB Variations
Color information
#D1387C (or 0xD1387C) is known color: Deep Cerise. HEX triplet: D1, 38 and 7C. RGB value is (209,56,124). Sum of RGB (Red+Green+Blue) = 209+56+124=389 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.73% from 389); Green value is 56 (22.27% from 255 or 14.40% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 209 - color contains mainly: red. Hex color #D1387C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1387C is #2EC783. Grayscale: #6D6D6D. Windows color (decimal): -3065732 or 8141009. OLE color: 8141009.
HSL color Cylindrical-coordinate representation of color #D1387C: hue angle of 333.33º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D1387C is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 56 | 124 | - |
| CMYK | 0 | 0.73 | 0.41 | 0.18 |
| HSL | 333.33º | 0.62% | 0.52% | - |
| HSV(B) | 333.33º | 0.73% | 0.82% | - |
| XYZ | 31.35 | 17.84 | 20.86 | - |
| YUV | 109.5 | 136.19 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 56 | 124 | 0 | 0.73 | 0.41 | 0.18 | 333.33 | 0.62 | 0.52 |
| Hex | D1 | 38 | 7C | 0 | 49 | 29 | 12 | 14D | 3E | 34 |
| Octal | 321 | 70 | 174 | 0 | 111 | 51 | 22 | 515 | 76 | 64 |
| Binary | 11010001 | 111000 | 1111100 | 0 | 1001001 | 101001 | 10010 | 101001101 | 111110 | 110100 |
Color Harmonies of #D1387C
Complementary color
Monochromatic Colors of #D1387C
Black with #D1387C
Text Example
Text Example
White with #D1387C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1387C; }
p { color: rgb(209,56,124); }
H1.HeaderClassName
{
color: #D1387C;
}
.AnyTagClassName
{
color: #D1387C;
}
</style>
background-color css
<style>
a { background-color: #D1387C; }
a { background-color: rgb(209,56,124); }
div.DivClassName
{
background-color: #D1387C;
}
.BgClassName
{
background-color: #D1387C;
}
</style>
border-color css
<style>
span { border-color: #D1387C; }
span { border-color: rgb(209,56,124); }
td.TdClassName
{
border-color: #D1387C;
}
.TagClassName
{
border-color: #D1387C;
}
</style>