Shades of Cerise #D1386C
Tints of Cerise #D1386C
RGB
CMYK
RGB Variations
Color information
#D1386C (or 0xD1386C) is known color: Cerise. HEX triplet: D1, 38 and 6C. RGB value is (209,56,108). Sum of RGB (Red+Green+Blue) = 209+56+108=373 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.03% from 373); Green value is 56 (22.27% from 255 or 15.01% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 209 - color contains mainly: red. Hex color #D1386C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1386C is #2EC793. Grayscale: #6B6B6B. Windows color (decimal): -3065748 or 7092433. OLE color: 7092433.
HSL color Cylindrical-coordinate representation of color #D1386C: hue angle of 339.61º 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 #D1386C is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 56 | 108 | - |
| CMYK | 0 | 0.73 | 0.48 | 0.18 |
| HSL | 339.61º | 0.62% | 0.52% | - |
| HSV(B) | 339.61º | 0.73% | 0.82% | - |
| XYZ | 30.42 | 17.47 | 15.96 | - |
| YUV | 107.68 | 128.19 | 200.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 56 | 108 | 0 | 0.73 | 0.48 | 0.18 | 339.61 | 0.62 | 0.52 |
| Hex | D1 | 38 | 6C | 0 | 49 | 30 | 12 | 154 | 3E | 34 |
| Octal | 321 | 70 | 154 | 0 | 111 | 60 | 22 | 524 | 76 | 64 |
| Binary | 11010001 | 111000 | 1101100 | 0 | 1001001 | 110000 | 10010 | 101010100 | 111110 | 110100 |
Color Harmonies of #D1386C
Complementary color
Monochromatic Colors of #D1386C
Black with #D1386C
Text Example
Text Example
White with #D1386C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1386C; }
p { color: rgb(209,56,108); }
H1.HeaderClassName
{
color: #D1386C;
}
.AnyTagClassName
{
color: #D1386C;
}
</style>
background-color css
<style>
a { background-color: #D1386C; }
a { background-color: rgb(209,56,108); }
div.DivClassName
{
background-color: #D1386C;
}
.BgClassName
{
background-color: #D1386C;
}
</style>
border-color css
<style>
span { border-color: #D1386C; }
span { border-color: rgb(209,56,108); }
td.TdClassName
{
border-color: #D1386C;
}
.TagClassName
{
border-color: #D1386C;
}
</style>