Shades of Cerise #D5295C
Tints of Cerise #D5295C
RGB
CMYK
RGB Variations
Color information
#D5295C (or 0xD5295C) is known color: Cerise. HEX triplet: D5, 29 and 5C. RGB value is (213,41,92). Sum of RGB (Red+Green+Blue) = 213+41+92=346 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.56% from 346); Green value is 41 (16.41% from 255 or 11.85% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 213 - color contains mainly: red. Hex color #D5295C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5295C is #2AD6A3. Grayscale: #626262. Windows color (decimal): -2807460 or 6040021. OLE color: 6040021.
HSL color Cylindrical-coordinate representation of color #D5295C: hue angle of 342.21º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D5295C is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 41 | 92 | - |
| CMYK | 0 | 0.81 | 0.57 | 0.16 |
| HSL | 342.21º | 0.68% | 0.5% | - |
| HSV(B) | 342.21º | 0.81% | 0.84% | - |
| XYZ | 30.17 | 16.5 | 11.72 | - |
| YUV | 98.24 | 124.48 | 209.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 41 | 92 | 0 | 0.81 | 0.57 | 0.16 | 342.21 | 0.68 | 0.5 |
| Hex | D5 | 29 | 5C | 0 | 51 | 39 | 10 | 156 | 44 | 32 |
| Octal | 325 | 51 | 134 | 0 | 121 | 71 | 20 | 526 | 104 | 62 |
| Binary | 11010101 | 101001 | 1011100 | 0 | 1010001 | 111001 | 10000 | 101010110 | 1000100 | 110010 |
Color Harmonies of #D5295C
Complementary color
Monochromatic Colors of #D5295C
Black with #D5295C
Text Example
Text Example
White with #D5295C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5295C; }
p { color: rgb(213,41,92); }
H1.HeaderClassName
{
color: #D5295C;
}
.AnyTagClassName
{
color: #D5295C;
}
</style>
background-color css
<style>
a { background-color: #D5295C; }
a { background-color: rgb(213,41,92); }
div.DivClassName
{
background-color: #D5295C;
}
.BgClassName
{
background-color: #D5295C;
}
</style>
border-color css
<style>
span { border-color: #D5295C; }
span { border-color: rgb(213,41,92); }
td.TdClassName
{
border-color: #D5295C;
}
.TagClassName
{
border-color: #D5295C;
}
</style>