Shades of Cerise #D1356B
Tints of Cerise #D1356B
RGB
CMYK
RGB Variations
Color information
#D1356B (or 0xD1356B) is known color: Cerise. HEX triplet: D1, 35 and 6B. RGB value is (209,53,107). Sum of RGB (Red+Green+Blue) = 209+53+107=369 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.64% from 369); Green value is 53 (21.09% from 255 or 14.36% from 369); Blue value is 107 (42.19% from 255 or 29.00% from 369); Max value from RGB is 209 - color contains mainly: red. Hex color #D1356B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1356B is #2ECA94. Grayscale: #696969. Windows color (decimal): -3066517 or 7026129. OLE color: 7026129.
HSL color Cylindrical-coordinate representation of color #D1356B: hue angle of 339.23º 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 #D1356B is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 53 | 107 | - |
| CMYK | 0 | 0.75 | 0.49 | 0.18 |
| HSL | 339.23º | 0.63% | 0.51% | - |
| HSV(B) | 339.23º | 0.75% | 0.82% | - |
| XYZ | 30.22 | 17.16 | 15.63 | - |
| YUV | 105.8 | 128.68 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 53 | 107 | 0 | 0.75 | 0.49 | 0.18 | 339.23 | 0.63 | 0.51 |
| Hex | D1 | 35 | 6B | 0 | 4B | 31 | 12 | 153 | 3F | 33 |
| Octal | 321 | 65 | 153 | 0 | 113 | 61 | 22 | 523 | 77 | 63 |
| Binary | 11010001 | 110101 | 1101011 | 0 | 1001011 | 110001 | 10010 | 101010011 | 111111 | 110011 |
Color Harmonies of #D1356B
Complementary color
Monochromatic Colors of #D1356B
Black with #D1356B
Text Example
Text Example
White with #D1356B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1356B; }
p { color: rgb(209,53,107); }
H1.HeaderClassName
{
color: #D1356B;
}
.AnyTagClassName
{
color: #D1356B;
}
</style>
background-color css
<style>
a { background-color: #D1356B; }
a { background-color: rgb(209,53,107); }
div.DivClassName
{
background-color: #D1356B;
}
.BgClassName
{
background-color: #D1356B;
}
</style>
border-color css
<style>
span { border-color: #D1356B; }
span { border-color: rgb(209,53,107); }
td.TdClassName
{
border-color: #D1356B;
}
.TagClassName
{
border-color: #D1356B;
}
</style>