Shades of Cerise #D13873
Tints of Cerise #D13873
RGB
CMYK
RGB Variations
Color information
#D13873 (or 0xD13873) is known color: Cerise. HEX triplet: D1, 38 and 73. RGB value is (209,56,115). Sum of RGB (Red+Green+Blue) = 209+56+115=380 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55% from 380); Green value is 56 (22.27% from 255 or 14.74% from 380); Blue value is 115 (45.31% from 255 or 30.26% from 380); Max value from RGB is 209 - color contains mainly: red. Hex color #D13873 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13873 is #2EC78C. Grayscale: #6C6C6C. Windows color (decimal): -3065741 or 7551185. OLE color: 7551185.
HSL color Cylindrical-coordinate representation of color #D13873: hue angle of 336.86º 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 #D13873 is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 56 | 115 | - |
| CMYK | 0 | 0.73 | 0.45 | 0.18 |
| HSL | 336.86º | 0.62% | 0.52% | - |
| HSV(B) | 336.86º | 0.73% | 0.82% | - |
| XYZ | 30.8 | 17.62 | 18 | - |
| YUV | 108.47 | 131.69 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 56 | 115 | 0 | 0.73 | 0.45 | 0.18 | 336.86 | 0.62 | 0.52 |
| Hex | D1 | 38 | 73 | 0 | 49 | 2D | 12 | 151 | 3E | 34 |
| Octal | 321 | 70 | 163 | 0 | 111 | 55 | 22 | 521 | 76 | 64 |
| Binary | 11010001 | 111000 | 1110011 | 0 | 1001001 | 101101 | 10010 | 101010001 | 111110 | 110100 |
Color Harmonies of #D13873
Complementary color
Monochromatic Colors of #D13873
Black with #D13873
Text Example
Text Example
White with #D13873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13873; }
p { color: rgb(209,56,115); }
H1.HeaderClassName
{
color: #D13873;
}
.AnyTagClassName
{
color: #D13873;
}
</style>
background-color css
<style>
a { background-color: #D13873; }
a { background-color: rgb(209,56,115); }
div.DivClassName
{
background-color: #D13873;
}
.BgClassName
{
background-color: #D13873;
}
</style>
border-color css
<style>
span { border-color: #D13873; }
span { border-color: rgb(209,56,115); }
td.TdClassName
{
border-color: #D13873;
}
.TagClassName
{
border-color: #D13873;
}
</style>