Shades of Cerise #D1386F
Tints of Cerise #D1386F
RGB
CMYK
RGB Variations
Color information
#D1386F (or 0xD1386F) is known color: Cerise. HEX triplet: D1, 38 and 6F. RGB value is (209,56,111). Sum of RGB (Red+Green+Blue) = 209+56+111=376 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.59% from 376); Green value is 56 (22.27% from 255 or 14.89% from 376); Blue value is 111 (43.75% from 255 or 29.52% from 376); Max value from RGB is 209 - color contains mainly: red. Hex color #D1386F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1386F is #2EC790. Grayscale: #6B6B6B. Windows color (decimal): -3065745 or 7289041. OLE color: 7289041.
HSL color Cylindrical-coordinate representation of color #D1386F: hue angle of 338.43º 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 #D1386F is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 56 | 111 | - |
| CMYK | 0 | 0.73 | 0.47 | 0.18 |
| HSL | 338.43º | 0.62% | 0.52% | - |
| HSV(B) | 338.43º | 0.73% | 0.82% | - |
| XYZ | 30.58 | 17.53 | 16.81 | - |
| YUV | 108.02 | 129.69 | 200.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 56 | 111 | 0 | 0.73 | 0.47 | 0.18 | 338.43 | 0.62 | 0.52 |
| Hex | D1 | 38 | 6F | 0 | 49 | 2F | 12 | 152 | 3E | 34 |
| Octal | 321 | 70 | 157 | 0 | 111 | 57 | 22 | 522 | 76 | 64 |
| Binary | 11010001 | 111000 | 1101111 | 0 | 1001001 | 101111 | 10010 | 101010010 | 111110 | 110100 |
Color Harmonies of #D1386F
Complementary color
Monochromatic Colors of #D1386F
Black with #D1386F
Text Example
Text Example
White with #D1386F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1386F; }
p { color: rgb(209,56,111); }
H1.HeaderClassName
{
color: #D1386F;
}
.AnyTagClassName
{
color: #D1386F;
}
</style>
background-color css
<style>
a { background-color: #D1386F; }
a { background-color: rgb(209,56,111); }
div.DivClassName
{
background-color: #D1386F;
}
.BgClassName
{
background-color: #D1386F;
}
</style>
border-color css
<style>
span { border-color: #D1386F; }
span { border-color: rgb(209,56,111); }
td.TdClassName
{
border-color: #D1386F;
}
.TagClassName
{
border-color: #D1386F;
}
</style>