Shades of Cerise #D52D5F
Tints of Cerise #D52D5F
RGB
CMYK
RGB Variations
Color information
#D52D5F (or 0xD52D5F) is known color: Cerise. HEX triplet: D5, 2D and 5F. RGB value is (213,45,95). Sum of RGB (Red+Green+Blue) = 213+45+95=353 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.34% from 353); Green value is 45 (17.97% from 255 or 12.75% from 353); Blue value is 95 (37.5% from 255 or 26.91% from 353); Max value from RGB is 213 - color contains mainly: red. Hex color #D52D5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52D5F is #2AD2A0. Grayscale: #646464. Windows color (decimal): -2806433 or 6237653. OLE color: 6237653.
HSL color Cylindrical-coordinate representation of color #D52D5F: hue angle of 342.14º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D52D5F is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 45 | 95 | - |
| CMYK | 0 | 0.79 | 0.55 | 0.16 |
| HSL | 342.14º | 0.67% | 0.51% | - |
| HSV(B) | 342.14º | 0.79% | 0.84% | - |
| XYZ | 30.44 | 16.85 | 12.47 | - |
| YUV | 100.93 | 124.66 | 207.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 45 | 95 | 0 | 0.79 | 0.55 | 0.16 | 342.14 | 0.67 | 0.51 |
| Hex | D5 | 2D | 5F | 0 | 4F | 37 | 10 | 156 | 43 | 33 |
| Octal | 325 | 55 | 137 | 0 | 117 | 67 | 20 | 526 | 103 | 63 |
| Binary | 11010101 | 101101 | 1011111 | 0 | 1001111 | 110111 | 10000 | 101010110 | 1000011 | 110011 |
Color Harmonies of #D52D5F
Complementary color
Monochromatic Colors of #D52D5F
Black with #D52D5F
Text Example
Text Example
White with #D52D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52D5F; }
p { color: rgb(213,45,95); }
H1.HeaderClassName
{
color: #D52D5F;
}
.AnyTagClassName
{
color: #D52D5F;
}
</style>
background-color css
<style>
a { background-color: #D52D5F; }
a { background-color: rgb(213,45,95); }
div.DivClassName
{
background-color: #D52D5F;
}
.BgClassName
{
background-color: #D52D5F;
}
</style>
border-color css
<style>
span { border-color: #D52D5F; }
span { border-color: rgb(213,45,95); }
td.TdClassName
{
border-color: #D52D5F;
}
.TagClassName
{
border-color: #D52D5F;
}
</style>