Shades of Cerise #D9255B
Tints of Cerise #D9255B
RGB
CMYK
RGB Variations
Color information
#D9255B (or 0xD9255B) is known color: Cerise. HEX triplet: D9, 25 and 5B. RGB value is (217,37,91). Sum of RGB (Red+Green+Blue) = 217+37+91=345 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.90% from 345); Green value is 37 (14.84% from 255 or 10.72% from 345); Blue value is 91 (35.94% from 255 or 26.38% from 345); Max value from RGB is 217 - color contains mainly: red. Hex color #D9255B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9255B is #26DAA4. Grayscale: #606060. Windows color (decimal): -2546341 or 5973465. OLE color: 5973465.
HSL color Cylindrical-coordinate representation of color #D9255B: hue angle of 342º 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 #D9255B is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 37 | 91 | - |
| CMYK | 0 | 0.83 | 0.58 | 0.15 |
| HSL | 342º | 0.71% | 0.5% | - |
| HSV(B) | 342º | 0.83% | 0.85% | - |
| XYZ | 31.17 | 16.83 | 11.5 | - |
| YUV | 96.98 | 124.63 | 213.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 37 | 91 | 0 | 0.83 | 0.58 | 0.15 | 342 | 0.71 | 0.5 |
| Hex | D9 | 25 | 5B | 0 | 53 | 3A | F | 156 | 47 | 32 |
| Octal | 331 | 45 | 133 | 0 | 123 | 72 | 17 | 526 | 107 | 62 |
| Binary | 11011001 | 100101 | 1011011 | 0 | 1010011 | 111010 | 1111 | 101010110 | 1000111 | 110010 |
Color Harmonies of #D9255B
Complementary color
Monochromatic Colors of #D9255B
Black with #D9255B
Text Example
Text Example
White with #D9255B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9255B; }
p { color: rgb(217,37,91); }
H1.HeaderClassName
{
color: #D9255B;
}
.AnyTagClassName
{
color: #D9255B;
}
</style>
background-color css
<style>
a { background-color: #D9255B; }
a { background-color: rgb(217,37,91); }
div.DivClassName
{
background-color: #D9255B;
}
.BgClassName
{
background-color: #D9255B;
}
</style>
border-color css
<style>
span { border-color: #D9255B; }
span { border-color: rgb(217,37,91); }
td.TdClassName
{
border-color: #D9255B;
}
.TagClassName
{
border-color: #D9255B;
}
</style>