Shades of Cerise #D52B5D
Tints of Cerise #D52B5D
RGB
CMYK
RGB Variations
Color information
#D52B5D (or 0xD52B5D) is known color: Cerise. HEX triplet: D5, 2B and 5D. RGB value is (213,43,93). Sum of RGB (Red+Green+Blue) = 213+43+93=349 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.03% from 349); Green value is 43 (17.19% from 255 or 12.32% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 213 - color contains mainly: red. Hex color #D52B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52B5D is #2AD4A2. Grayscale: #636363. Windows color (decimal): -2806947 or 6106069. OLE color: 6106069.
HSL color Cylindrical-coordinate representation of color #D52B5D: hue angle of 342.35º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D52B5D is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 43 | 93 | - |
| CMYK | 0 | 0.80 | 0.56 | 0.16 |
| HSL | 342.35º | 0.67% | 0.5% | - |
| HSV(B) | 342.35º | 0.8% | 0.84% | - |
| XYZ | 30.28 | 16.66 | 11.98 | - |
| YUV | 99.53 | 124.32 | 208.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 43 | 93 | 0 | 0.80 | 0.56 | 0.16 | 342.35 | 0.67 | 0.5 |
| Hex | D5 | 2B | 5D | 0 | 50 | 38 | 10 | 156 | 43 | 32 |
| Octal | 325 | 53 | 135 | 0 | 120 | 70 | 20 | 526 | 103 | 62 |
| Binary | 11010101 | 101011 | 1011101 | 0 | 1010000 | 111000 | 10000 | 101010110 | 1000011 | 110010 |
Color Harmonies of #D52B5D
Complementary color
Monochromatic Colors of #D52B5D
Black with #D52B5D
Text Example
Text Example
White with #D52B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52B5D; }
p { color: rgb(213,43,93); }
H1.HeaderClassName
{
color: #D52B5D;
}
.AnyTagClassName
{
color: #D52B5D;
}
</style>
background-color css
<style>
a { background-color: #D52B5D; }
a { background-color: rgb(213,43,93); }
div.DivClassName
{
background-color: #D52B5D;
}
.BgClassName
{
background-color: #D52B5D;
}
</style>
border-color css
<style>
span { border-color: #D52B5D; }
span { border-color: rgb(213,43,93); }
td.TdClassName
{
border-color: #D52B5D;
}
.TagClassName
{
border-color: #D52B5D;
}
</style>