Shades of Cerise #D9275D
Tints of Cerise #D9275D
RGB
CMYK
RGB Variations
Color information
#D9275D (or 0xD9275D) is known color: Cerise. HEX triplet: D9, 27 and 5D. RGB value is (217,39,93). Sum of RGB (Red+Green+Blue) = 217+39+93=349 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.18% from 349); Green value is 39 (15.62% from 255 or 11.17% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 217 - color contains mainly: red. Hex color #D9275D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9275D is #26D8A2. Grayscale: #626262. Windows color (decimal): -2545827 or 6105049. OLE color: 6105049.
HSL color Cylindrical-coordinate representation of color #D9275D: hue angle of 341.8º 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 #D9275D is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 39 | 93 | - |
| CMYK | 0 | 0.82 | 0.57 | 0.15 |
| HSL | 341.8º | 0.7% | 0.5% | - |
| HSV(B) | 341.8º | 0.82% | 0.85% | - |
| XYZ | 31.32 | 16.99 | 11.99 | - |
| YUV | 98.38 | 124.97 | 212.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 39 | 93 | 0 | 0.82 | 0.57 | 0.15 | 341.8 | 0.7 | 0.5 |
| Hex | D9 | 27 | 5D | 0 | 52 | 39 | F | 156 | 46 | 32 |
| Octal | 331 | 47 | 135 | 0 | 122 | 71 | 17 | 526 | 106 | 62 |
| Binary | 11011001 | 100111 | 1011101 | 0 | 1010010 | 111001 | 1111 | 101010110 | 1000110 | 110010 |
Color Harmonies of #D9275D
Complementary color
Monochromatic Colors of #D9275D
Black with #D9275D
Text Example
Text Example
White with #D9275D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9275D; }
p { color: rgb(217,39,93); }
H1.HeaderClassName
{
color: #D9275D;
}
.AnyTagClassName
{
color: #D9275D;
}
</style>
background-color css
<style>
a { background-color: #D9275D; }
a { background-color: rgb(217,39,93); }
div.DivClassName
{
background-color: #D9275D;
}
.BgClassName
{
background-color: #D9275D;
}
</style>
border-color css
<style>
span { border-color: #D9275D; }
span { border-color: rgb(217,39,93); }
td.TdClassName
{
border-color: #D9275D;
}
.TagClassName
{
border-color: #D9275D;
}
</style>