Shades of Cerise #D52565
Tints of Cerise #D52565
RGB
CMYK
RGB Variations
Color information
#D52565 (or 0xD52565) is known color: Cerise. HEX triplet: D5, 25 and 65. RGB value is (213,37,101). Sum of RGB (Red+Green+Blue) = 213+37+101=351 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.68% from 351); Green value is 37 (14.84% from 255 or 10.54% from 351); Blue value is 101 (39.84% from 255 or 28.77% from 351); Max value from RGB is 213 - color contains mainly: red. Hex color #D52565 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52565 is #2ADA9A. Grayscale: #606060. Windows color (decimal): -2808475 or 6628821. OLE color: 6628821.
HSL color Cylindrical-coordinate representation of color #D52565: hue angle of 338.18º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D52565 is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 37 | 101 | - |
| CMYK | 0 | 0.83 | 0.53 | 0.16 |
| HSL | 338.18º | 0.7% | 0.49% | - |
| HSV(B) | 338.18º | 0.83% | 0.84% | - |
| XYZ | 30.45 | 16.41 | 13.87 | - |
| YUV | 96.92 | 130.31 | 210.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 37 | 101 | 0 | 0.83 | 0.53 | 0.16 | 338.18 | 0.7 | 0.49 |
| Hex | D5 | 25 | 65 | 0 | 53 | 35 | 10 | 152 | 46 | 31 |
| Octal | 325 | 45 | 145 | 0 | 123 | 65 | 20 | 522 | 106 | 61 |
| Binary | 11010101 | 100101 | 1100101 | 0 | 1010011 | 110101 | 10000 | 101010010 | 1000110 | 110001 |
Color Harmonies of #D52565
Complementary color
Monochromatic Colors of #D52565
Black with #D52565
Text Example
Text Example
White with #D52565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52565; }
p { color: rgb(213,37,101); }
H1.HeaderClassName
{
color: #D52565;
}
.AnyTagClassName
{
color: #D52565;
}
</style>
background-color css
<style>
a { background-color: #D52565; }
a { background-color: rgb(213,37,101); }
div.DivClassName
{
background-color: #D52565;
}
.BgClassName
{
background-color: #D52565;
}
</style>
border-color css
<style>
span { border-color: #D52565; }
span { border-color: rgb(213,37,101); }
td.TdClassName
{
border-color: #D52565;
}
.TagClassName
{
border-color: #D52565;
}
</style>