Shades of Cerise #D13356
Tints of Cerise #D13356
RGB
CMYK
RGB Variations
Color information
#D13356 (or 0xD13356) is known color: Cerise. HEX triplet: D1, 33 and 56. RGB value is (209,51,86). Sum of RGB (Red+Green+Blue) = 209+51+86=346 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.40% from 346); Green value is 51 (20.31% from 255 or 14.74% from 346); Blue value is 86 (33.98% from 255 or 24.86% from 346); Max value from RGB is 209 - color contains mainly: red. Hex color #D13356 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13356 is #2ECCA9. Grayscale: #666666. Windows color (decimal): -3067050 or 5649361. OLE color: 5649361.
HSL color Cylindrical-coordinate representation of color #D13356: hue angle of 346.71º 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 #D13356 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 51 | 86 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.18 |
| HSL | 346.71º | 0.63% | 0.51% | - |
| HSV(B) | 346.71º | 0.76% | 0.82% | - |
| XYZ | 29.16 | 16.59 | 10.47 | - |
| YUV | 102.23 | 118.85 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 51 | 86 | 0 | 0.76 | 0.59 | 0.18 | 346.71 | 0.63 | 0.51 |
| Hex | D1 | 33 | 56 | 0 | 4C | 3B | 12 | 15B | 3F | 33 |
| Octal | 321 | 63 | 126 | 0 | 114 | 73 | 22 | 533 | 77 | 63 |
| Binary | 11010001 | 110011 | 1010110 | 0 | 1001100 | 111011 | 10010 | 101011011 | 111111 | 110011 |
Color Harmonies of #D13356
Complementary color
Monochromatic Colors of #D13356
Black with #D13356
Text Example
Text Example
White with #D13356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13356; }
p { color: rgb(209,51,86); }
H1.HeaderClassName
{
color: #D13356;
}
.AnyTagClassName
{
color: #D13356;
}
</style>
background-color css
<style>
a { background-color: #D13356; }
a { background-color: rgb(209,51,86); }
div.DivClassName
{
background-color: #D13356;
}
.BgClassName
{
background-color: #D13356;
}
</style>
border-color css
<style>
span { border-color: #D13356; }
span { border-color: rgb(209,51,86); }
td.TdClassName
{
border-color: #D13356;
}
.TagClassName
{
border-color: #D13356;
}
</style>