Shades of Cerise #D1385E
Tints of Cerise #D1385E
RGB
CMYK
RGB Variations
Color information
#D1385E (or 0xD1385E) is known color: Cerise. HEX triplet: D1, 38 and 5E. RGB value is (209,56,94). Sum of RGB (Red+Green+Blue) = 209+56+94=359 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.22% from 359); Green value is 56 (22.27% from 255 or 15.60% from 359); Blue value is 94 (37.11% from 255 or 26.18% from 359); Max value from RGB is 209 - color contains mainly: red. Hex color #D1385E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1385E is #2EC7A1. Grayscale: #6A6A6A. Windows color (decimal): -3065762 or 6174929. OLE color: 6174929.
HSL color Cylindrical-coordinate representation of color #D1385E: hue angle of 345.1º 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 #D1385E is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 56 | 94 | - |
| CMYK | 0 | 0.73 | 0.55 | 0.18 |
| HSL | 345.1º | 0.62% | 0.52% | - |
| HSV(B) | 345.1º | 0.73% | 0.82% | - |
| XYZ | 29.73 | 17.19 | 12.34 | - |
| YUV | 106.08 | 121.19 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 56 | 94 | 0 | 0.73 | 0.55 | 0.18 | 345.1 | 0.62 | 0.52 |
| Hex | D1 | 38 | 5E | 0 | 49 | 37 | 12 | 159 | 3E | 34 |
| Octal | 321 | 70 | 136 | 0 | 111 | 67 | 22 | 531 | 76 | 64 |
| Binary | 11010001 | 111000 | 1011110 | 0 | 1001001 | 110111 | 10010 | 101011001 | 111110 | 110100 |
Color Harmonies of #D1385E
Complementary color
Monochromatic Colors of #D1385E
Black with #D1385E
Text Example
Text Example
White with #D1385E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1385E; }
p { color: rgb(209,56,94); }
H1.HeaderClassName
{
color: #D1385E;
}
.AnyTagClassName
{
color: #D1385E;
}
</style>
background-color css
<style>
a { background-color: #D1385E; }
a { background-color: rgb(209,56,94); }
div.DivClassName
{
background-color: #D1385E;
}
.BgClassName
{
background-color: #D1385E;
}
</style>
border-color css
<style>
span { border-color: #D1385E; }
span { border-color: rgb(209,56,94); }
td.TdClassName
{
border-color: #D1385E;
}
.TagClassName
{
border-color: #D1385E;
}
</style>