Shades of Cerise #D13871
Tints of Cerise #D13871
RGB
CMYK
RGB Variations
Color information
#D13871 (or 0xD13871) is known color: Cerise. HEX triplet: D1, 38 and 71. RGB value is (209,56,113). Sum of RGB (Red+Green+Blue) = 209+56+113=378 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.29% from 378); Green value is 56 (22.27% from 255 or 14.81% from 378); Blue value is 113 (44.53% from 255 or 29.89% from 378); Max value from RGB is 209 - color contains mainly: red. Hex color #D13871 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13871 is #2EC78E. Grayscale: #6C6C6C. Windows color (decimal): -3065743 or 7420113. OLE color: 7420113.
HSL color Cylindrical-coordinate representation of color #D13871: hue angle of 337.65º 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 #D13871 is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 56 | 113 | - |
| CMYK | 0 | 0.73 | 0.46 | 0.18 |
| HSL | 337.65º | 0.62% | 0.52% | - |
| HSV(B) | 337.65º | 0.73% | 0.82% | - |
| XYZ | 30.69 | 17.58 | 17.4 | - |
| YUV | 108.25 | 130.69 | 199.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 56 | 113 | 0 | 0.73 | 0.46 | 0.18 | 337.65 | 0.62 | 0.52 |
| Hex | D1 | 38 | 71 | 0 | 49 | 2E | 12 | 152 | 3E | 34 |
| Octal | 321 | 70 | 161 | 0 | 111 | 56 | 22 | 522 | 76 | 64 |
| Binary | 11010001 | 111000 | 1110001 | 0 | 1001001 | 101110 | 10010 | 101010010 | 111110 | 110100 |
Color Harmonies of #D13871
Complementary color
Monochromatic Colors of #D13871
Black with #D13871
Text Example
Text Example
White with #D13871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13871; }
p { color: rgb(209,56,113); }
H1.HeaderClassName
{
color: #D13871;
}
.AnyTagClassName
{
color: #D13871;
}
</style>
background-color css
<style>
a { background-color: #D13871; }
a { background-color: rgb(209,56,113); }
div.DivClassName
{
background-color: #D13871;
}
.BgClassName
{
background-color: #D13871;
}
</style>
border-color css
<style>
span { border-color: #D13871; }
span { border-color: rgb(209,56,113); }
td.TdClassName
{
border-color: #D13871;
}
.TagClassName
{
border-color: #D13871;
}
</style>