Shades of Deep Cerise #D1397E
Tints of Deep Cerise #D1397E
RGB
CMYK
RGB Variations
Color information
#D1397E (or 0xD1397E) is known color: Deep Cerise. HEX triplet: D1, 39 and 7E. RGB value is (209,57,126). Sum of RGB (Red+Green+Blue) = 209+57+126=392 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.32% from 392); Green value is 57 (22.66% from 255 or 14.54% from 392); Blue value is 126 (49.61% from 255 or 32.14% from 392); Max value from RGB is 209 - color contains mainly: red. Hex color #D1397E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1397E is #2EC681. Grayscale: #6E6E6E. Windows color (decimal): -3065474 or 8272337. OLE color: 8272337.
HSL color Cylindrical-coordinate representation of color #D1397E: hue angle of 332.76º 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 #D1397E is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 57 | 126 | - |
| CMYK | 0 | 0.73 | 0.40 | 0.18 |
| HSL | 332.76º | 0.62% | 0.52% | - |
| HSV(B) | 332.76º | 0.73% | 0.82% | - |
| XYZ | 31.52 | 17.99 | 21.55 | - |
| YUV | 110.31 | 136.86 | 198.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 57 | 126 | 0 | 0.73 | 0.40 | 0.18 | 332.76 | 0.62 | 0.52 |
| Hex | D1 | 39 | 7E | 0 | 49 | 28 | 12 | 14D | 3E | 34 |
| Octal | 321 | 71 | 176 | 0 | 111 | 50 | 22 | 515 | 76 | 64 |
| Binary | 11010001 | 111001 | 1111110 | 0 | 1001001 | 101000 | 10010 | 101001101 | 111110 | 110100 |
Color Harmonies of #D1397E
Complementary color
Monochromatic Colors of #D1397E
Black with #D1397E
Text Example
Text Example
White with #D1397E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1397E; }
p { color: rgb(209,57,126); }
H1.HeaderClassName
{
color: #D1397E;
}
.AnyTagClassName
{
color: #D1397E;
}
</style>
background-color css
<style>
a { background-color: #D1397E; }
a { background-color: rgb(209,57,126); }
div.DivClassName
{
background-color: #D1397E;
}
.BgClassName
{
background-color: #D1397E;
}
</style>
border-color css
<style>
span { border-color: #D1397E; }
span { border-color: rgb(209,57,126); }
td.TdClassName
{
border-color: #D1397E;
}
.TagClassName
{
border-color: #D1397E;
}
</style>