Shades of Cerise #D13256
Tints of Cerise #D13256
RGB
CMYK
RGB Variations
Color information
#D13256 (or 0xD13256) is known color: Cerise. HEX triplet: D1, 32 and 56. RGB value is (209,50,86). Sum of RGB (Red+Green+Blue) = 209+50+86=345 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.58% from 345); Green value is 50 (19.92% from 255 or 14.49% from 345); Blue value is 86 (33.98% from 255 or 24.93% from 345); Max value from RGB is 209 - color contains mainly: red. Hex color #D13256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13256 is #2ECDA9. Grayscale: #656565. Windows color (decimal): -3067306 or 5649105. OLE color: 5649105.
HSL color Cylindrical-coordinate representation of color #D13256: hue angle of 346.42º 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 #D13256 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 50 | 86 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.18 |
| HSL | 346.42º | 0.63% | 0.51% | - |
| HSV(B) | 346.42º | 0.76% | 0.82% | - |
| XYZ | 29.11 | 16.51 | 10.46 | - |
| YUV | 101.65 | 119.18 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 50 | 86 | 0 | 0.76 | 0.59 | 0.18 | 346.42 | 0.63 | 0.51 |
| Hex | D1 | 32 | 56 | 0 | 4C | 3B | 12 | 15A | 3F | 33 |
| Octal | 321 | 62 | 126 | 0 | 114 | 73 | 22 | 532 | 77 | 63 |
| Binary | 11010001 | 110010 | 1010110 | 0 | 1001100 | 111011 | 10010 | 101011010 | 111111 | 110011 |
Color Harmonies of #D13256
Complementary color
Monochromatic Colors of #D13256
Black with #D13256
Text Example
Text Example
White with #D13256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13256; }
p { color: rgb(209,50,86); }
H1.HeaderClassName
{
color: #D13256;
}
.AnyTagClassName
{
color: #D13256;
}
</style>
background-color css
<style>
a { background-color: #D13256; }
a { background-color: rgb(209,50,86); }
div.DivClassName
{
background-color: #D13256;
}
.BgClassName
{
background-color: #D13256;
}
</style>
border-color css
<style>
span { border-color: #D13256; }
span { border-color: rgb(209,50,86); }
td.TdClassName
{
border-color: #D13256;
}
.TagClassName
{
border-color: #D13256;
}
</style>