Shades of Deep Cerise #D1388E
Tints of Deep Cerise #D1388E
RGB
CMYK
RGB Variations
Color information
#D1388E (or 0xD1388E) is known color: Deep Cerise. HEX triplet: D1, 38 and 8E. RGB value is (209,56,142). Sum of RGB (Red+Green+Blue) = 209+56+142=407 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.35% from 407); Green value is 56 (22.27% from 255 or 13.76% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 209 - color contains mainly: red. Hex color #D1388E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1388E is #2EC771. Grayscale: #6F6F6F. Windows color (decimal): -3065714 or 9320657. OLE color: 9320657.
HSL color Cylindrical-coordinate representation of color #D1388E: hue angle of 326.27º 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 #D1388E is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 56 | 142 | - |
| CMYK | 0 | 0.73 | 0.32 | 0.18 |
| HSL | 326.27º | 0.62% | 0.52% | - |
| HSV(B) | 326.27º | 0.73% | 0.82% | - |
| XYZ | 32.59 | 18.34 | 27.41 | - |
| YUV | 111.55 | 145.19 | 197.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 56 | 142 | 0 | 0.73 | 0.32 | 0.18 | 326.27 | 0.62 | 0.52 |
| Hex | D1 | 38 | 8E | 0 | 49 | 20 | 12 | 146 | 3E | 34 |
| Octal | 321 | 70 | 216 | 0 | 111 | 40 | 22 | 506 | 76 | 64 |
| Binary | 11010001 | 111000 | 10001110 | 0 | 1001001 | 100000 | 10010 | 101000110 | 111110 | 110100 |
Color Harmonies of #D1388E
Complementary color
Monochromatic Colors of #D1388E
Black with #D1388E
Text Example
Text Example
White with #D1388E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1388E; }
p { color: rgb(209,56,142); }
H1.HeaderClassName
{
color: #D1388E;
}
.AnyTagClassName
{
color: #D1388E;
}
</style>
background-color css
<style>
a { background-color: #D1388E; }
a { background-color: rgb(209,56,142); }
div.DivClassName
{
background-color: #D1388E;
}
.BgClassName
{
background-color: #D1388E;
}
</style>
border-color css
<style>
span { border-color: #D1388E; }
span { border-color: rgb(209,56,142); }
td.TdClassName
{
border-color: #D1388E;
}
.TagClassName
{
border-color: #D1388E;
}
</style>