Shades of Cerise #D53761
Tints of Cerise #D53761
RGB
CMYK
RGB Variations
Color information
#D53761 (or 0xD53761) is known color: Cerise. HEX triplet: D5, 37 and 61. RGB value is (213,55,97). Sum of RGB (Red+Green+Blue) = 213+55+97=365 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.36% from 365); Green value is 55 (21.88% from 255 or 15.07% from 365); Blue value is 97 (38.28% from 255 or 26.58% from 365); Max value from RGB is 213 - color contains mainly: red. Hex color #D53761 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53761 is #2AC89E. Grayscale: #6B6B6B. Windows color (decimal): -2803871 or 6371285. OLE color: 6371285.
HSL color Cylindrical-coordinate representation of color #D53761: hue angle of 344.05º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D53761 is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 55 | 97 | - |
| CMYK | 0 | 0.74 | 0.54 | 0.16 |
| HSL | 344.05º | 0.65% | 0.53% | - |
| HSV(B) | 344.05º | 0.74% | 0.84% | - |
| XYZ | 30.96 | 17.74 | 13.1 | - |
| YUV | 107.03 | 122.35 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 55 | 97 | 0 | 0.74 | 0.54 | 0.16 | 344.05 | 0.65 | 0.53 |
| Hex | D5 | 37 | 61 | 0 | 4A | 36 | 10 | 158 | 41 | 35 |
| Octal | 325 | 67 | 141 | 0 | 112 | 66 | 20 | 530 | 101 | 65 |
| Binary | 11010101 | 110111 | 1100001 | 0 | 1001010 | 110110 | 10000 | 101011000 | 1000001 | 110101 |
Color Harmonies of #D53761
Complementary color
Monochromatic Colors of #D53761
Black with #D53761
Text Example
Text Example
White with #D53761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53761; }
p { color: rgb(213,55,97); }
H1.HeaderClassName
{
color: #D53761;
}
.AnyTagClassName
{
color: #D53761;
}
</style>
background-color css
<style>
a { background-color: #D53761; }
a { background-color: rgb(213,55,97); }
div.DivClassName
{
background-color: #D53761;
}
.BgClassName
{
background-color: #D53761;
}
</style>
border-color css
<style>
span { border-color: #D53761; }
span { border-color: rgb(213,55,97); }
td.TdClassName
{
border-color: #D53761;
}
.TagClassName
{
border-color: #D53761;
}
</style>