Shades of Cerise #D5295B
Tints of Cerise #D5295B
RGB
CMYK
RGB Variations
Color information
#D5295B (or 0xD5295B) is known color: Cerise. HEX triplet: D5, 29 and 5B. RGB value is (213,41,91). Sum of RGB (Red+Green+Blue) = 213+41+91=345 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.74% from 345); Green value is 41 (16.41% from 255 or 11.88% from 345); Blue value is 91 (35.94% from 255 or 26.38% from 345); Max value from RGB is 213 - color contains mainly: red. Hex color #D5295B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5295B is #2AD6A4. Grayscale: #626262. Windows color (decimal): -2807461 or 5974485. OLE color: 5974485.
HSL color Cylindrical-coordinate representation of color #D5295B: hue angle of 342.56º 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 #D5295B is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 41 | 91 | - |
| CMYK | 0 | 0.81 | 0.57 | 0.16 |
| HSL | 342.56º | 0.68% | 0.5% | - |
| HSV(B) | 342.56º | 0.81% | 0.84% | - |
| XYZ | 30.12 | 16.49 | 11.49 | - |
| YUV | 98.13 | 123.98 | 209.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 41 | 91 | 0 | 0.81 | 0.57 | 0.16 | 342.56 | 0.68 | 0.5 |
| Hex | D5 | 29 | 5B | 0 | 51 | 39 | 10 | 157 | 44 | 32 |
| Octal | 325 | 51 | 133 | 0 | 121 | 71 | 20 | 527 | 104 | 62 |
| Binary | 11010101 | 101001 | 1011011 | 0 | 1010001 | 111001 | 10000 | 101010111 | 1000100 | 110010 |
Color Harmonies of #D5295B
Complementary color
Monochromatic Colors of #D5295B
Black with #D5295B
Text Example
Text Example
White with #D5295B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5295B; }
p { color: rgb(213,41,91); }
H1.HeaderClassName
{
color: #D5295B;
}
.AnyTagClassName
{
color: #D5295B;
}
</style>
background-color css
<style>
a { background-color: #D5295B; }
a { background-color: rgb(213,41,91); }
div.DivClassName
{
background-color: #D5295B;
}
.BgClassName
{
background-color: #D5295B;
}
</style>
border-color css
<style>
span { border-color: #D5295B; }
span { border-color: rgb(213,41,91); }
td.TdClassName
{
border-color: #D5295B;
}
.TagClassName
{
border-color: #D5295B;
}
</style>