Shades of Cerise #D9386B
Tints of Cerise #D9386B
RGB
CMYK
RGB Variations
Color information
#D9386B (or 0xD9386B) is known color: Cerise. HEX triplet: D9, 38 and 6B. RGB value is (217,56,107). Sum of RGB (Red+Green+Blue) = 217+56+107=380 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.11% from 380); Green value is 56 (22.27% from 255 or 14.74% from 380); Blue value is 107 (42.19% from 255 or 28.16% from 380); Max value from RGB is 217 - color contains mainly: red. Hex color #D9386B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9386B is #26C794. Grayscale: #6D6D6D. Windows color (decimal): -2541461 or 7026905. OLE color: 7026905.
HSL color Cylindrical-coordinate representation of color #D9386B: hue angle of 340.99º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D9386B is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 56 | 107 | - |
| CMYK | 0 | 0.74 | 0.51 | 0.15 |
| HSL | 340.99º | 0.68% | 0.54% | - |
| HSV(B) | 340.99º | 0.74% | 0.85% | - |
| XYZ | 32.68 | 18.64 | 15.79 | - |
| YUV | 109.95 | 126.34 | 204.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 56 | 107 | 0 | 0.74 | 0.51 | 0.15 | 340.99 | 0.68 | 0.54 |
| Hex | D9 | 38 | 6B | 0 | 4A | 33 | F | 155 | 44 | 36 |
| Octal | 331 | 70 | 153 | 0 | 112 | 63 | 17 | 525 | 104 | 66 |
| Binary | 11011001 | 111000 | 1101011 | 0 | 1001010 | 110011 | 1111 | 101010101 | 1000100 | 110110 |
Color Harmonies of #D9386B
Complementary color
Monochromatic Colors of #D9386B
Black with #D9386B
Text Example
Text Example
White with #D9386B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9386B; }
p { color: rgb(217,56,107); }
H1.HeaderClassName
{
color: #D9386B;
}
.AnyTagClassName
{
color: #D9386B;
}
</style>
background-color css
<style>
a { background-color: #D9386B; }
a { background-color: rgb(217,56,107); }
div.DivClassName
{
background-color: #D9386B;
}
.BgClassName
{
background-color: #D9386B;
}
</style>
border-color css
<style>
span { border-color: #D9386B; }
span { border-color: rgb(217,56,107); }
td.TdClassName
{
border-color: #D9386B;
}
.TagClassName
{
border-color: #D9386B;
}
</style>