Shades of Cerise #D1396D
Tints of Cerise #D1396D
RGB
CMYK
RGB Variations
Color information
#D1396D (or 0xD1396D) is known color: Cerise. HEX triplet: D1, 39 and 6D. RGB value is (209,57,109). Sum of RGB (Red+Green+Blue) = 209+57+109=375 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.73% from 375); Green value is 57 (22.66% from 255 or 15.2% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 209 - color contains mainly: red. Hex color #D1396D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1396D is #2EC692. Grayscale: #6C6C6C. Windows color (decimal): -3065491 or 7158225. OLE color: 7158225.
HSL color Cylindrical-coordinate representation of color #D1396D: hue angle of 339.47º 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 #D1396D is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 57 | 109 | - |
| CMYK | 0 | 0.73 | 0.48 | 0.18 |
| HSL | 339.47º | 0.62% | 0.52% | - |
| HSV(B) | 339.47º | 0.73% | 0.82% | - |
| XYZ | 30.52 | 17.59 | 16.25 | - |
| YUV | 108.38 | 128.36 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 57 | 109 | 0 | 0.73 | 0.48 | 0.18 | 339.47 | 0.62 | 0.52 |
| Hex | D1 | 39 | 6D | 0 | 49 | 30 | 12 | 153 | 3E | 34 |
| Octal | 321 | 71 | 155 | 0 | 111 | 60 | 22 | 523 | 76 | 64 |
| Binary | 11010001 | 111001 | 1101101 | 0 | 1001001 | 110000 | 10010 | 101010011 | 111110 | 110100 |
Color Harmonies of #D1396D
Complementary color
Monochromatic Colors of #D1396D
Black with #D1396D
Text Example
Text Example
White with #D1396D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1396D; }
p { color: rgb(209,57,109); }
H1.HeaderClassName
{
color: #D1396D;
}
.AnyTagClassName
{
color: #D1396D;
}
</style>
background-color css
<style>
a { background-color: #D1396D; }
a { background-color: rgb(209,57,109); }
div.DivClassName
{
background-color: #D1396D;
}
.BgClassName
{
background-color: #D1396D;
}
</style>
border-color css
<style>
span { border-color: #D1396D; }
span { border-color: rgb(209,57,109); }
td.TdClassName
{
border-color: #D1396D;
}
.TagClassName
{
border-color: #D1396D;
}
</style>