Shades of Cerise #D1345E
Tints of Cerise #D1345E
RGB
CMYK
RGB Variations
Color information
#D1345E (or 0xD1345E) is known color: Cerise. HEX triplet: D1, 34 and 5E. RGB value is (209,52,94). Sum of RGB (Red+Green+Blue) = 209+52+94=355 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.87% from 355); Green value is 52 (20.70% from 255 or 14.65% from 355); Blue value is 94 (37.11% from 255 or 26.48% from 355); Max value from RGB is 209 - color contains mainly: red. Hex color #D1345E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1345E is #2ECBA1. Grayscale: #676767. Windows color (decimal): -3066786 or 6173905. OLE color: 6173905.
HSL color Cylindrical-coordinate representation of color #D1345E: hue angle of 343.95º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D1345E is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 52 | 94 | - |
| CMYK | 0 | 0.75 | 0.55 | 0.18 |
| HSL | 343.95º | 0.63% | 0.51% | - |
| HSV(B) | 343.95º | 0.75% | 0.82% | - |
| XYZ | 29.54 | 16.82 | 12.28 | - |
| YUV | 103.73 | 122.51 | 203.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 52 | 94 | 0 | 0.75 | 0.55 | 0.18 | 343.95 | 0.63 | 0.51 |
| Hex | D1 | 34 | 5E | 0 | 4B | 37 | 12 | 158 | 3F | 33 |
| Octal | 321 | 64 | 136 | 0 | 113 | 67 | 22 | 530 | 77 | 63 |
| Binary | 11010001 | 110100 | 1011110 | 0 | 1001011 | 110111 | 10010 | 101011000 | 111111 | 110011 |
Color Harmonies of #D1345E
Complementary color
Monochromatic Colors of #D1345E
Black with #D1345E
Text Example
Text Example
White with #D1345E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1345E; }
p { color: rgb(209,52,94); }
H1.HeaderClassName
{
color: #D1345E;
}
.AnyTagClassName
{
color: #D1345E;
}
</style>
background-color css
<style>
a { background-color: #D1345E; }
a { background-color: rgb(209,52,94); }
div.DivClassName
{
background-color: #D1345E;
}
.BgClassName
{
background-color: #D1345E;
}
</style>
border-color css
<style>
span { border-color: #D1345E; }
span { border-color: rgb(209,52,94); }
td.TdClassName
{
border-color: #D1345E;
}
.TagClassName
{
border-color: #D1345E;
}
</style>