Shades of Cerise #D1346E
Tints of Cerise #D1346E
RGB
CMYK
RGB Variations
Color information
#D1346E (or 0xD1346E) is known color: Cerise. HEX triplet: D1, 34 and 6E. RGB value is (209,52,110). Sum of RGB (Red+Green+Blue) = 209+52+110=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 52 (20.70% from 255 or 14.02% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D1346E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1346E is #2ECB91. Grayscale: #696969. Windows color (decimal): -3066770 or 7222481. OLE color: 7222481.
HSL color Cylindrical-coordinate representation of color #D1346E: hue angle of 337.83º 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 #D1346E is Cyan = 0, Magento = 0.75, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 52 | 110 | - |
| CMYK | 0 | 0.75 | 0.47 | 0.18 |
| HSL | 337.83º | 0.63% | 0.51% | - |
| HSV(B) | 337.83º | 0.75% | 0.82% | - |
| XYZ | 30.34 | 17.14 | 16.46 | - |
| YUV | 105.56 | 130.51 | 201.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 52 | 110 | 0 | 0.75 | 0.47 | 0.18 | 337.83 | 0.63 | 0.51 |
| Hex | D1 | 34 | 6E | 0 | 4B | 2F | 12 | 152 | 3F | 33 |
| Octal | 321 | 64 | 156 | 0 | 113 | 57 | 22 | 522 | 77 | 63 |
| Binary | 11010001 | 110100 | 1101110 | 0 | 1001011 | 101111 | 10010 | 101010010 | 111111 | 110011 |
Color Harmonies of #D1346E
Complementary color
Monochromatic Colors of #D1346E
Black with #D1346E
Text Example
Text Example
White with #D1346E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1346E; }
p { color: rgb(209,52,110); }
H1.HeaderClassName
{
color: #D1346E;
}
.AnyTagClassName
{
color: #D1346E;
}
</style>
background-color css
<style>
a { background-color: #D1346E; }
a { background-color: rgb(209,52,110); }
div.DivClassName
{
background-color: #D1346E;
}
.BgClassName
{
background-color: #D1346E;
}
</style>
border-color css
<style>
span { border-color: #D1346E; }
span { border-color: rgb(209,52,110); }
td.TdClassName
{
border-color: #D1346E;
}
.TagClassName
{
border-color: #D1346E;
}
</style>