Shades of Cerise #D5225C
Tints of Cerise #D5225C
RGB
CMYK
RGB Variations
Color information
#D5225C (or 0xD5225C) is known color: Cerise. HEX triplet: D5, 22 and 5C. RGB value is (213,34,92). Sum of RGB (Red+Green+Blue) = 213+34+92=339 (44% of max value = 765). Red value is 213 (83.59% from 255 or 62.83% from 339); Green value is 34 (13.67% from 255 or 10.03% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 213 - color contains mainly: red. Hex color #D5225C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5225C is #2ADDA3. Grayscale: #5E5E5E. Windows color (decimal): -2809252 or 6038229. OLE color: 6038229.
HSL color Cylindrical-coordinate representation of color #D5225C: hue angle of 340.56º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D5225C is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 34 | 92 | - |
| CMYK | 0 | 0.84 | 0.57 | 0.16 |
| HSL | 340.56º | 0.72% | 0.48% | - |
| HSV(B) | 340.56º | 0.84% | 0.84% | - |
| XYZ | 29.94 | 16.06 | 11.65 | - |
| YUV | 94.13 | 126.8 | 212.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 34 | 92 | 0 | 0.84 | 0.57 | 0.16 | 340.56 | 0.72 | 0.48 |
| Hex | D5 | 22 | 5C | 0 | 54 | 39 | 10 | 155 | 48 | 30 |
| Octal | 325 | 42 | 134 | 0 | 124 | 71 | 20 | 525 | 110 | 60 |
| Binary | 11010101 | 100010 | 1011100 | 0 | 1010100 | 111001 | 10000 | 101010101 | 1001000 | 110000 |
Color Harmonies of #D5225C
Complementary color
Monochromatic Colors of #D5225C
Black with #D5225C
Text Example
Text Example
White with #D5225C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5225C; }
p { color: rgb(213,34,92); }
H1.HeaderClassName
{
color: #D5225C;
}
.AnyTagClassName
{
color: #D5225C;
}
</style>
background-color css
<style>
a { background-color: #D5225C; }
a { background-color: rgb(213,34,92); }
div.DivClassName
{
background-color: #D5225C;
}
.BgClassName
{
background-color: #D5225C;
}
</style>
border-color css
<style>
span { border-color: #D5225C; }
span { border-color: rgb(213,34,92); }
td.TdClassName
{
border-color: #D5225C;
}
.TagClassName
{
border-color: #D5225C;
}
</style>