Shades of Cerise #D1375D
Tints of Cerise #D1375D
RGB
CMYK
RGB Variations
Color information
#D1375D (or 0xD1375D) is known color: Cerise. HEX triplet: D1, 37 and 5D. RGB value is (209,55,93). Sum of RGB (Red+Green+Blue) = 209+55+93=357 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.54% from 357); Green value is 55 (21.88% from 255 or 15.41% from 357); Blue value is 93 (36.72% from 255 or 26.05% from 357); Max value from RGB is 209 - color contains mainly: red. Hex color #D1375D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1375D is #2EC8A2. Grayscale: #696969. Windows color (decimal): -3066019 or 6109137. OLE color: 6109137.
HSL color Cylindrical-coordinate representation of color #D1375D: hue angle of 345.19º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D1375D is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 55 | 93 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.18 |
| HSL | 345.19º | 0.63% | 0.52% | - |
| HSV(B) | 345.19º | 0.74% | 0.82% | - |
| XYZ | 29.64 | 17.08 | 12.09 | - |
| YUV | 105.38 | 121.02 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 55 | 93 | 0 | 0.74 | 0.56 | 0.18 | 345.19 | 0.63 | 0.52 |
| Hex | D1 | 37 | 5D | 0 | 4A | 38 | 12 | 159 | 3F | 34 |
| Octal | 321 | 67 | 135 | 0 | 112 | 70 | 22 | 531 | 77 | 64 |
| Binary | 11010001 | 110111 | 1011101 | 0 | 1001010 | 111000 | 10010 | 101011001 | 111111 | 110100 |
Color Harmonies of #D1375D
Complementary color
Monochromatic Colors of #D1375D
Black with #D1375D
Text Example
Text Example
White with #D1375D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1375D; }
p { color: rgb(209,55,93); }
H1.HeaderClassName
{
color: #D1375D;
}
.AnyTagClassName
{
color: #D1375D;
}
</style>
background-color css
<style>
a { background-color: #D1375D; }
a { background-color: rgb(209,55,93); }
div.DivClassName
{
background-color: #D1375D;
}
.BgClassName
{
background-color: #D1375D;
}
</style>
border-color css
<style>
span { border-color: #D1375D; }
span { border-color: rgb(209,55,93); }
td.TdClassName
{
border-color: #D1375D;
}
.TagClassName
{
border-color: #D1375D;
}
</style>