Shades of Cerise #D1386A
Tints of Cerise #D1386A
RGB
CMYK
RGB Variations
Color information
#D1386A (or 0xD1386A) is known color: Cerise. HEX triplet: D1, 38 and 6A. RGB value is (209,56,106). Sum of RGB (Red+Green+Blue) = 209+56+106=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 56 (22.27% from 255 or 15.09% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D1386A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1386A is #2EC795. Grayscale: #6B6B6B. Windows color (decimal): -3065750 or 6961361. OLE color: 6961361.
HSL color Cylindrical-coordinate representation of color #D1386A: hue angle of 340.39º 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 #D1386A is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 56 | 106 | - |
| CMYK | 0 | 0.73 | 0.49 | 0.18 |
| HSL | 340.39º | 0.62% | 0.52% | - |
| HSV(B) | 340.39º | 0.73% | 0.82% | - |
| XYZ | 30.31 | 17.42 | 15.4 | - |
| YUV | 107.45 | 127.19 | 200.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 56 | 106 | 0 | 0.73 | 0.49 | 0.18 | 340.39 | 0.62 | 0.52 |
| Hex | D1 | 38 | 6A | 0 | 49 | 31 | 12 | 154 | 3E | 34 |
| Octal | 321 | 70 | 152 | 0 | 111 | 61 | 22 | 524 | 76 | 64 |
| Binary | 11010001 | 111000 | 1101010 | 0 | 1001001 | 110001 | 10010 | 101010100 | 111110 | 110100 |
Color Harmonies of #D1386A
Complementary color
Monochromatic Colors of #D1386A
Black with #D1386A
Text Example
Text Example
White with #D1386A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1386A; }
p { color: rgb(209,56,106); }
H1.HeaderClassName
{
color: #D1386A;
}
.AnyTagClassName
{
color: #D1386A;
}
</style>
background-color css
<style>
a { background-color: #D1386A; }
a { background-color: rgb(209,56,106); }
div.DivClassName
{
background-color: #D1386A;
}
.BgClassName
{
background-color: #D1386A;
}
</style>
border-color css
<style>
span { border-color: #D1386A; }
span { border-color: rgb(209,56,106); }
td.TdClassName
{
border-color: #D1386A;
}
.TagClassName
{
border-color: #D1386A;
}
</style>