Shades of Cerise #D1356C
Tints of Cerise #D1356C
RGB
CMYK
RGB Variations
Color information
#D1356C (or 0xD1356C) is known color: Cerise. HEX triplet: D1, 35 and 6C. RGB value is (209,53,108). Sum of RGB (Red+Green+Blue) = 209+53+108=370 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.49% from 370); Green value is 53 (21.09% from 255 or 14.32% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 209 - color contains mainly: red. Hex color #D1356C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1356C is #2ECA93. Grayscale: #696969. Windows color (decimal): -3066516 or 7091665. OLE color: 7091665.
HSL color Cylindrical-coordinate representation of color #D1356C: hue angle of 338.85º 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 #D1356C is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 53 | 108 | - |
| CMYK | 0 | 0.75 | 0.48 | 0.18 |
| HSL | 338.85º | 0.63% | 0.51% | - |
| HSV(B) | 338.85º | 0.75% | 0.82% | - |
| XYZ | 30.27 | 17.18 | 15.91 | - |
| YUV | 105.91 | 129.18 | 201.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 53 | 108 | 0 | 0.75 | 0.48 | 0.18 | 338.85 | 0.63 | 0.51 |
| Hex | D1 | 35 | 6C | 0 | 4B | 30 | 12 | 153 | 3F | 33 |
| Octal | 321 | 65 | 154 | 0 | 113 | 60 | 22 | 523 | 77 | 63 |
| Binary | 11010001 | 110101 | 1101100 | 0 | 1001011 | 110000 | 10010 | 101010011 | 111111 | 110011 |
Color Harmonies of #D1356C
Complementary color
Monochromatic Colors of #D1356C
Black with #D1356C
Text Example
Text Example
White with #D1356C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1356C; }
p { color: rgb(209,53,108); }
H1.HeaderClassName
{
color: #D1356C;
}
.AnyTagClassName
{
color: #D1356C;
}
</style>
background-color css
<style>
a { background-color: #D1356C; }
a { background-color: rgb(209,53,108); }
div.DivClassName
{
background-color: #D1356C;
}
.BgClassName
{
background-color: #D1356C;
}
</style>
border-color css
<style>
span { border-color: #D1356C; }
span { border-color: rgb(209,53,108); }
td.TdClassName
{
border-color: #D1356C;
}
.TagClassName
{
border-color: #D1356C;
}
</style>