Shades of Cerise #D9275B
Tints of Cerise #D9275B
RGB
CMYK
RGB Variations
Color information
#D9275B (or 0xD9275B) is known color: Cerise. HEX triplet: D9, 27 and 5B. RGB value is (217,39,91). Sum of RGB (Red+Green+Blue) = 217+39+91=347 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.54% from 347); Green value is 39 (15.62% from 255 or 11.24% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 217 - color contains mainly: red. Hex color #D9275B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9275B is #26D8A4. Grayscale: #626262. Windows color (decimal): -2545829 or 5973977. OLE color: 5973977.
HSL color Cylindrical-coordinate representation of color #D9275B: hue angle of 342.47º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D9275B is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 39 | 91 | - |
| CMYK | 0 | 0.82 | 0.58 | 0.15 |
| HSL | 342.47º | 0.7% | 0.5% | - |
| HSV(B) | 342.47º | 0.82% | 0.85% | - |
| XYZ | 31.23 | 16.96 | 11.52 | - |
| YUV | 98.15 | 123.97 | 212.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 39 | 91 | 0 | 0.82 | 0.58 | 0.15 | 342.47 | 0.7 | 0.5 |
| Hex | D9 | 27 | 5B | 0 | 52 | 3A | F | 156 | 46 | 32 |
| Octal | 331 | 47 | 133 | 0 | 122 | 72 | 17 | 526 | 106 | 62 |
| Binary | 11011001 | 100111 | 1011011 | 0 | 1010010 | 111010 | 1111 | 101010110 | 1000110 | 110010 |
Color Harmonies of #D9275B
Complementary color
Monochromatic Colors of #D9275B
Black with #D9275B
Text Example
Text Example
White with #D9275B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9275B; }
p { color: rgb(217,39,91); }
H1.HeaderClassName
{
color: #D9275B;
}
.AnyTagClassName
{
color: #D9275B;
}
</style>
background-color css
<style>
a { background-color: #D9275B; }
a { background-color: rgb(217,39,91); }
div.DivClassName
{
background-color: #D9275B;
}
.BgClassName
{
background-color: #D9275B;
}
</style>
border-color css
<style>
span { border-color: #D9275B; }
span { border-color: rgb(217,39,91); }
td.TdClassName
{
border-color: #D9275B;
}
.TagClassName
{
border-color: #D9275B;
}
</style>