Shades of Cerise #D53160
Tints of Cerise #D53160
RGB
CMYK
RGB Variations
Color information
#D53160 (or 0xD53160) is known color: Cerise. HEX triplet: D5, 31 and 60. RGB value is (213,49,96). Sum of RGB (Red+Green+Blue) = 213+49+96=358 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.50% from 358); Green value is 49 (19.53% from 255 or 13.69% from 358); Blue value is 96 (37.89% from 255 or 26.82% from 358); Max value from RGB is 213 - color contains mainly: red. Hex color #D53160 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53160 is #2ACE9F. Grayscale: #676767. Windows color (decimal): -2805408 or 6304213. OLE color: 6304213.
HSL color Cylindrical-coordinate representation of color #D53160: hue angle of 342.8º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D53160 is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 49 | 96 | - |
| CMYK | 0 | 0.77 | 0.55 | 0.16 |
| HSL | 342.8º | 0.66% | 0.51% | - |
| HSV(B) | 342.8º | 0.77% | 0.84% | - |
| XYZ | 30.65 | 17.19 | 12.77 | - |
| YUV | 103.39 | 123.83 | 206.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 49 | 96 | 0 | 0.77 | 0.55 | 0.16 | 342.8 | 0.66 | 0.51 |
| Hex | D5 | 31 | 60 | 0 | 4D | 37 | 10 | 157 | 42 | 33 |
| Octal | 325 | 61 | 140 | 0 | 115 | 67 | 20 | 527 | 102 | 63 |
| Binary | 11010101 | 110001 | 1100000 | 0 | 1001101 | 110111 | 10000 | 101010111 | 1000010 | 110011 |
Color Harmonies of #D53160
Complementary color
Monochromatic Colors of #D53160
Black with #D53160
Text Example
Text Example
White with #D53160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53160; }
p { color: rgb(213,49,96); }
H1.HeaderClassName
{
color: #D53160;
}
.AnyTagClassName
{
color: #D53160;
}
</style>
background-color css
<style>
a { background-color: #D53160; }
a { background-color: rgb(213,49,96); }
div.DivClassName
{
background-color: #D53160;
}
.BgClassName
{
background-color: #D53160;
}
</style>
border-color css
<style>
span { border-color: #D53160; }
span { border-color: rgb(213,49,96); }
td.TdClassName
{
border-color: #D53160;
}
.TagClassName
{
border-color: #D53160;
}
</style>