Shades of Cerise #D52E65
Tints of Cerise #D52E65
RGB
CMYK
RGB Variations
Color information
#D52E65 (or 0xD52E65) is known color: Cerise. HEX triplet: D5, 2E and 65. RGB value is (213,46,101). Sum of RGB (Red+Green+Blue) = 213+46+101=360 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.17% from 360); Green value is 46 (18.36% from 255 or 12.78% from 360); Blue value is 101 (39.84% from 255 or 28.06% from 360); Max value from RGB is 213 - color contains mainly: red. Hex color #D52E65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52E65 is #2AD19A. Grayscale: #666666. Windows color (decimal): -2806171 or 6631125. OLE color: 6631125.
HSL color Cylindrical-coordinate representation of color #D52E65: hue angle of 340.24º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D52E65 is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 46 | 101 | - |
| CMYK | 0 | 0.78 | 0.53 | 0.16 |
| HSL | 340.24º | 0.67% | 0.51% | - |
| HSV(B) | 340.24º | 0.78% | 0.84% | - |
| XYZ | 30.77 | 17.04 | 13.98 | - |
| YUV | 102.2 | 127.33 | 207.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 46 | 101 | 0 | 0.78 | 0.53 | 0.16 | 340.24 | 0.67 | 0.51 |
| Hex | D5 | 2E | 65 | 0 | 4E | 35 | 10 | 154 | 43 | 33 |
| Octal | 325 | 56 | 145 | 0 | 116 | 65 | 20 | 524 | 103 | 63 |
| Binary | 11010101 | 101110 | 1100101 | 0 | 1001110 | 110101 | 10000 | 101010100 | 1000011 | 110011 |
Color Harmonies of #D52E65
Complementary color
Monochromatic Colors of #D52E65
Black with #D52E65
Text Example
Text Example
White with #D52E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52E65; }
p { color: rgb(213,46,101); }
H1.HeaderClassName
{
color: #D52E65;
}
.AnyTagClassName
{
color: #D52E65;
}
</style>
background-color css
<style>
a { background-color: #D52E65; }
a { background-color: rgb(213,46,101); }
div.DivClassName
{
background-color: #D52E65;
}
.BgClassName
{
background-color: #D52E65;
}
</style>
border-color css
<style>
span { border-color: #D52E65; }
span { border-color: rgb(213,46,101); }
td.TdClassName
{
border-color: #D52E65;
}
.TagClassName
{
border-color: #D52E65;
}
</style>