Shades of Cerise #D9316B
Tints of Cerise #D9316B
RGB
CMYK
RGB Variations
Color information
#D9316B (or 0xD9316B) is known color: Cerise. HEX triplet: D9, 31 and 6B. RGB value is (217,49,107). Sum of RGB (Red+Green+Blue) = 217+49+107=373 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.18% from 373); Green value is 49 (19.53% from 255 or 13.14% from 373); Blue value is 107 (42.19% from 255 or 28.69% from 373); Max value from RGB is 217 - color contains mainly: red. Hex color #D9316B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9316B is #26CE94. Grayscale: #696969. Windows color (decimal): -2543253 or 7025113. OLE color: 7025113.
HSL color Cylindrical-coordinate representation of color #D9316B: hue angle of 339.29º 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 #D9316B is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 49 | 107 | - |
| CMYK | 0 | 0.77 | 0.51 | 0.15 |
| HSL | 339.29º | 0.69% | 0.52% | - |
| HSV(B) | 339.29º | 0.77% | 0.85% | - |
| XYZ | 32.37 | 18.01 | 15.68 | - |
| YUV | 105.84 | 128.66 | 207.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 49 | 107 | 0 | 0.77 | 0.51 | 0.15 | 339.29 | 0.69 | 0.52 |
| Hex | D9 | 31 | 6B | 0 | 4D | 33 | F | 153 | 45 | 34 |
| Octal | 331 | 61 | 153 | 0 | 115 | 63 | 17 | 523 | 105 | 64 |
| Binary | 11011001 | 110001 | 1101011 | 0 | 1001101 | 110011 | 1111 | 101010011 | 1000101 | 110100 |
Color Harmonies of #D9316B
Complementary color
Monochromatic Colors of #D9316B
Black with #D9316B
Text Example
Text Example
White with #D9316B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9316B; }
p { color: rgb(217,49,107); }
H1.HeaderClassName
{
color: #D9316B;
}
.AnyTagClassName
{
color: #D9316B;
}
</style>
background-color css
<style>
a { background-color: #D9316B; }
a { background-color: rgb(217,49,107); }
div.DivClassName
{
background-color: #D9316B;
}
.BgClassName
{
background-color: #D9316B;
}
</style>
border-color css
<style>
span { border-color: #D9316B; }
span { border-color: rgb(217,49,107); }
td.TdClassName
{
border-color: #D9316B;
}
.TagClassName
{
border-color: #D9316B;
}
</style>