Shades of Cerise #D9255C
Tints of Cerise #D9255C
RGB
CMYK
RGB Variations
Color information
#D9255C (or 0xD9255C) is known color: Cerise. HEX triplet: D9, 25 and 5C. RGB value is (217,37,92). Sum of RGB (Red+Green+Blue) = 217+37+92=346 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.72% from 346); Green value is 37 (14.84% from 255 or 10.69% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 217 - color contains mainly: red. Hex color #D9255C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9255C is #26DAA3. Grayscale: #616161. Windows color (decimal): -2546340 or 6039001. OLE color: 6039001.
HSL color Cylindrical-coordinate representation of color #D9255C: hue angle of 341.67º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D9255C is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 37 | 92 | - |
| CMYK | 0 | 0.83 | 0.58 | 0.15 |
| HSL | 341.67º | 0.71% | 0.5% | - |
| HSV(B) | 341.67º | 0.83% | 0.85% | - |
| XYZ | 31.21 | 16.85 | 11.73 | - |
| YUV | 97.09 | 125.13 | 213.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 37 | 92 | 0 | 0.83 | 0.58 | 0.15 | 341.67 | 0.71 | 0.5 |
| Hex | D9 | 25 | 5C | 0 | 53 | 3A | F | 156 | 47 | 32 |
| Octal | 331 | 45 | 134 | 0 | 123 | 72 | 17 | 526 | 107 | 62 |
| Binary | 11011001 | 100101 | 1011100 | 0 | 1010011 | 111010 | 1111 | 101010110 | 1000111 | 110010 |
Color Harmonies of #D9255C
Complementary color
Monochromatic Colors of #D9255C
Black with #D9255C
Text Example
Text Example
White with #D9255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9255C; }
p { color: rgb(217,37,92); }
H1.HeaderClassName
{
color: #D9255C;
}
.AnyTagClassName
{
color: #D9255C;
}
</style>
background-color css
<style>
a { background-color: #D9255C; }
a { background-color: rgb(217,37,92); }
div.DivClassName
{
background-color: #D9255C;
}
.BgClassName
{
background-color: #D9255C;
}
</style>
border-color css
<style>
span { border-color: #D9255C; }
span { border-color: rgb(217,37,92); }
td.TdClassName
{
border-color: #D9255C;
}
.TagClassName
{
border-color: #D9255C;
}
</style>