Shades of Cerise #D52A58
Tints of Cerise #D52A58
RGB
CMYK
RGB Variations
Color information
#D52A58 (or 0xD52A58) is known color: Cerise. HEX triplet: D5, 2A and 58. RGB value is (213,42,88). Sum of RGB (Red+Green+Blue) = 213+42+88=343 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.10% from 343); Green value is 42 (16.80% from 255 or 12.24% from 343); Blue value is 88 (34.77% from 255 or 25.66% from 343); Max value from RGB is 213 - color contains mainly: red. Hex color #D52A58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52A58 is #2AD5A7. Grayscale: #626262. Windows color (decimal): -2807208 or 5778133. OLE color: 5778133.
HSL color Cylindrical-coordinate representation of color #D52A58: hue angle of 343.86º 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 #D52A58 is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 42 | 88 | - |
| CMYK | 0 | 0.80 | 0.59 | 0.16 |
| HSL | 343.86º | 0.67% | 0.5% | - |
| HSV(B) | 343.86º | 0.8% | 0.84% | - |
| XYZ | 30.03 | 16.51 | 10.84 | - |
| YUV | 98.37 | 122.15 | 209.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 42 | 88 | 0 | 0.80 | 0.59 | 0.16 | 343.86 | 0.67 | 0.5 |
| Hex | D5 | 2A | 58 | 0 | 50 | 3B | 10 | 158 | 43 | 32 |
| Octal | 325 | 52 | 130 | 0 | 120 | 73 | 20 | 530 | 103 | 62 |
| Binary | 11010101 | 101010 | 1011000 | 0 | 1010000 | 111011 | 10000 | 101011000 | 1000011 | 110010 |
Color Harmonies of #D52A58
Complementary color
Monochromatic Colors of #D52A58
Black with #D52A58
Text Example
Text Example
White with #D52A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52A58; }
p { color: rgb(213,42,88); }
H1.HeaderClassName
{
color: #D52A58;
}
.AnyTagClassName
{
color: #D52A58;
}
</style>
background-color css
<style>
a { background-color: #D52A58; }
a { background-color: rgb(213,42,88); }
div.DivClassName
{
background-color: #D52A58;
}
.BgClassName
{
background-color: #D52A58;
}
</style>
border-color css
<style>
span { border-color: #D52A58; }
span { border-color: rgb(213,42,88); }
td.TdClassName
{
border-color: #D52A58;
}
.TagClassName
{
border-color: #D52A58;
}
</style>