Shades of Cerise #D1346D
Tints of Cerise #D1346D
RGB
CMYK
RGB Variations
Color information
#D1346D (or 0xD1346D) is known color: Cerise. HEX triplet: D1, 34 and 6D. RGB value is (209,52,109). Sum of RGB (Red+Green+Blue) = 209+52+109=370 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.49% from 370); Green value is 52 (20.70% from 255 or 14.05% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 209 - color contains mainly: red. Hex color #D1346D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1346D is #2ECB92. Grayscale: #696969. Windows color (decimal): -3066771 or 7156945. OLE color: 7156945.
HSL color Cylindrical-coordinate representation of color #D1346D: hue angle of 338.22º 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 #D1346D is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 52 | 109 | - |
| CMYK | 0 | 0.75 | 0.48 | 0.18 |
| HSL | 338.22º | 0.63% | 0.51% | - |
| HSV(B) | 338.22º | 0.75% | 0.82% | - |
| XYZ | 30.28 | 17.12 | 16.18 | - |
| YUV | 105.44 | 130.01 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 52 | 109 | 0 | 0.75 | 0.48 | 0.18 | 338.22 | 0.63 | 0.51 |
| Hex | D1 | 34 | 6D | 0 | 4B | 30 | 12 | 152 | 3F | 33 |
| Octal | 321 | 64 | 155 | 0 | 113 | 60 | 22 | 522 | 77 | 63 |
| Binary | 11010001 | 110100 | 1101101 | 0 | 1001011 | 110000 | 10010 | 101010010 | 111111 | 110011 |
Color Harmonies of #D1346D
Complementary color
Monochromatic Colors of #D1346D
Black with #D1346D
Text Example
Text Example
White with #D1346D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1346D; }
p { color: rgb(209,52,109); }
H1.HeaderClassName
{
color: #D1346D;
}
.AnyTagClassName
{
color: #D1346D;
}
</style>
background-color css
<style>
a { background-color: #D1346D; }
a { background-color: rgb(209,52,109); }
div.DivClassName
{
background-color: #D1346D;
}
.BgClassName
{
background-color: #D1346D;
}
</style>
border-color css
<style>
span { border-color: #D1346D; }
span { border-color: rgb(209,52,109); }
td.TdClassName
{
border-color: #D1346D;
}
.TagClassName
{
border-color: #D1346D;
}
</style>