Shades of Cerise #D9316F
Tints of Cerise #D9316F
RGB
CMYK
RGB Variations
Color information
#D9316F (or 0xD9316F) is known color: Cerise. HEX triplet: D9, 31 and 6F. RGB value is (217,49,111). Sum of RGB (Red+Green+Blue) = 217+49+111=377 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.56% from 377); Green value is 49 (19.53% from 255 or 13.00% from 377); Blue value is 111 (43.75% from 255 or 29.44% from 377); Max value from RGB is 217 - color contains mainly: red. Hex color #D9316F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9316F is #26CE90. Grayscale: #6A6A6A. Windows color (decimal): -2543249 or 7287257. OLE color: 7287257.
HSL color Cylindrical-coordinate representation of color #D9316F: hue angle of 337.86º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D9316F is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 49 | 111 | - |
| CMYK | 0 | 0.77 | 0.49 | 0.15 |
| HSL | 337.86º | 0.69% | 0.52% | - |
| HSV(B) | 337.86º | 0.77% | 0.85% | - |
| XYZ | 32.58 | 18.1 | 16.81 | - |
| YUV | 106.3 | 130.66 | 206.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 49 | 111 | 0 | 0.77 | 0.49 | 0.15 | 337.86 | 0.69 | 0.52 |
| Hex | D9 | 31 | 6F | 0 | 4D | 31 | F | 152 | 45 | 34 |
| Octal | 331 | 61 | 157 | 0 | 115 | 61 | 17 | 522 | 105 | 64 |
| Binary | 11011001 | 110001 | 1101111 | 0 | 1001101 | 110001 | 1111 | 101010010 | 1000101 | 110100 |
Color Harmonies of #D9316F
Complementary color
Monochromatic Colors of #D9316F
Black with #D9316F
Text Example
Text Example
White with #D9316F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9316F; }
p { color: rgb(217,49,111); }
H1.HeaderClassName
{
color: #D9316F;
}
.AnyTagClassName
{
color: #D9316F;
}
</style>
background-color css
<style>
a { background-color: #D9316F; }
a { background-color: rgb(217,49,111); }
div.DivClassName
{
background-color: #D9316F;
}
.BgClassName
{
background-color: #D9316F;
}
</style>
border-color css
<style>
span { border-color: #D9316F; }
span { border-color: rgb(217,49,111); }
td.TdClassName
{
border-color: #D9316F;
}
.TagClassName
{
border-color: #D9316F;
}
</style>