Shades of Deep Cerise #D1397C
Tints of Deep Cerise #D1397C
RGB
CMYK
RGB Variations
Color information
#D1397C (or 0xD1397C) is known color: Deep Cerise. HEX triplet: D1, 39 and 7C. RGB value is (209,57,124). Sum of RGB (Red+Green+Blue) = 209+57+124=390 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.59% from 390); Green value is 57 (22.66% from 255 or 14.62% from 390); Blue value is 124 (48.83% from 255 or 31.79% from 390); Max value from RGB is 209 - color contains mainly: red. Hex color #D1397C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1397C is #2EC683. Grayscale: #6D6D6D. Windows color (decimal): -3065476 or 8141265. OLE color: 8141265.
HSL color Cylindrical-coordinate representation of color #D1397C: hue angle of 333.55º 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 #D1397C is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 57 | 124 | - |
| CMYK | 0 | 0.73 | 0.41 | 0.18 |
| HSL | 333.55º | 0.62% | 0.52% | - |
| HSV(B) | 333.55º | 0.73% | 0.82% | - |
| XYZ | 31.4 | 17.94 | 20.88 | - |
| YUV | 110.09 | 135.86 | 198.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 57 | 124 | 0 | 0.73 | 0.41 | 0.18 | 333.55 | 0.62 | 0.52 |
| Hex | D1 | 39 | 7C | 0 | 49 | 29 | 12 | 14E | 3E | 34 |
| Octal | 321 | 71 | 174 | 0 | 111 | 51 | 22 | 516 | 76 | 64 |
| Binary | 11010001 | 111001 | 1111100 | 0 | 1001001 | 101001 | 10010 | 101001110 | 111110 | 110100 |
Color Harmonies of #D1397C
Complementary color
Monochromatic Colors of #D1397C
Black with #D1397C
Text Example
Text Example
White with #D1397C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1397C; }
p { color: rgb(209,57,124); }
H1.HeaderClassName
{
color: #D1397C;
}
.AnyTagClassName
{
color: #D1397C;
}
</style>
background-color css
<style>
a { background-color: #D1397C; }
a { background-color: rgb(209,57,124); }
div.DivClassName
{
background-color: #D1397C;
}
.BgClassName
{
background-color: #D1397C;
}
</style>
border-color css
<style>
span { border-color: #D1397C; }
span { border-color: rgb(209,57,124); }
td.TdClassName
{
border-color: #D1397C;
}
.TagClassName
{
border-color: #D1397C;
}
</style>