Shades of Cerise #D5245C
Tints of Cerise #D5245C
RGB
CMYK
RGB Variations
Color information
#D5245C (or 0xD5245C) is known color: Cerise. HEX triplet: D5, 24 and 5C. RGB value is (213,36,92). Sum of RGB (Red+Green+Blue) = 213+36+92=341 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.46% from 341); Green value is 36 (14.45% from 255 or 10.56% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 213 - color contains mainly: red. Hex color #D5245C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5245C is #2ADBA3. Grayscale: #5F5F5F. Windows color (decimal): -2808740 or 6038741. OLE color: 6038741.
HSL color Cylindrical-coordinate representation of color #D5245C: hue angle of 341.02º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D5245C is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 36 | 92 | - |
| CMYK | 0 | 0.83 | 0.57 | 0.16 |
| HSL | 341.02º | 0.71% | 0.49% | - |
| HSV(B) | 341.02º | 0.83% | 0.84% | - |
| XYZ | 30 | 16.18 | 11.67 | - |
| YUV | 95.31 | 126.14 | 211.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 36 | 92 | 0 | 0.83 | 0.57 | 0.16 | 341.02 | 0.71 | 0.49 |
| Hex | D5 | 24 | 5C | 0 | 53 | 39 | 10 | 155 | 47 | 31 |
| Octal | 325 | 44 | 134 | 0 | 123 | 71 | 20 | 525 | 107 | 61 |
| Binary | 11010101 | 100100 | 1011100 | 0 | 1010011 | 111001 | 10000 | 101010101 | 1000111 | 110001 |
Color Harmonies of #D5245C
Complementary color
Monochromatic Colors of #D5245C
Black with #D5245C
Text Example
Text Example
White with #D5245C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5245C; }
p { color: rgb(213,36,92); }
H1.HeaderClassName
{
color: #D5245C;
}
.AnyTagClassName
{
color: #D5245C;
}
</style>
background-color css
<style>
a { background-color: #D5245C; }
a { background-color: rgb(213,36,92); }
div.DivClassName
{
background-color: #D5245C;
}
.BgClassName
{
background-color: #D5245C;
}
</style>
border-color css
<style>
span { border-color: #D5245C; }
span { border-color: rgb(213,36,92); }
td.TdClassName
{
border-color: #D5245C;
}
.TagClassName
{
border-color: #D5245C;
}
</style>