Shades of Cerise #D13357
Tints of Cerise #D13357
RGB
CMYK
RGB Variations
Color information
#D13357 (or 0xD13357) is known color: Cerise. HEX triplet: D1, 33 and 57. RGB value is (209,51,87). Sum of RGB (Red+Green+Blue) = 209+51+87=347 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.23% from 347); Green value is 51 (20.31% from 255 or 14.70% from 347); Blue value is 87 (34.38% from 255 or 25.07% from 347); Max value from RGB is 209 - color contains mainly: red. Hex color #D13357 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13357 is #2ECCA8. Grayscale: #666666. Windows color (decimal): -3067049 or 5714897. OLE color: 5714897.
HSL color Cylindrical-coordinate representation of color #D13357: hue angle of 346.33º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D13357 is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 51 | 87 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.18 |
| HSL | 346.33º | 0.63% | 0.51% | - |
| HSV(B) | 346.33º | 0.76% | 0.82% | - |
| XYZ | 29.2 | 16.61 | 10.68 | - |
| YUV | 102.35 | 119.35 | 204.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 51 | 87 | 0 | 0.76 | 0.58 | 0.18 | 346.33 | 0.63 | 0.51 |
| Hex | D1 | 33 | 57 | 0 | 4C | 3A | 12 | 15A | 3F | 33 |
| Octal | 321 | 63 | 127 | 0 | 114 | 72 | 22 | 532 | 77 | 63 |
| Binary | 11010001 | 110011 | 1010111 | 0 | 1001100 | 111010 | 10010 | 101011010 | 111111 | 110011 |
Color Harmonies of #D13357
Complementary color
Monochromatic Colors of #D13357
Black with #D13357
Text Example
Text Example
White with #D13357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13357; }
p { color: rgb(209,51,87); }
H1.HeaderClassName
{
color: #D13357;
}
.AnyTagClassName
{
color: #D13357;
}
</style>
background-color css
<style>
a { background-color: #D13357; }
a { background-color: rgb(209,51,87); }
div.DivClassName
{
background-color: #D13357;
}
.BgClassName
{
background-color: #D13357;
}
</style>
border-color css
<style>
span { border-color: #D13357; }
span { border-color: rgb(209,51,87); }
td.TdClassName
{
border-color: #D13357;
}
.TagClassName
{
border-color: #D13357;
}
</style>