Shades of Cerise #D9346B
Tints of Cerise #D9346B
RGB
CMYK
RGB Variations
Color information
#D9346B (or 0xD9346B) is known color: Cerise. HEX triplet: D9, 34 and 6B. RGB value is (217,52,107). Sum of RGB (Red+Green+Blue) = 217+52+107=376 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.71% from 376); Green value is 52 (20.70% from 255 or 13.83% from 376); Blue value is 107 (42.19% from 255 or 28.46% from 376); Max value from RGB is 217 - color contains mainly: red. Hex color #D9346B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9346B is #26CB94. Grayscale: #6B6B6B. Windows color (decimal): -2542485 or 7025881. OLE color: 7025881.
HSL color Cylindrical-coordinate representation of color #D9346B: hue angle of 340º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D9346B is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 52 | 107 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.15 |
| HSL | 340º | 0.68% | 0.53% | - |
| HSV(B) | 340º | 0.76% | 0.85% | - |
| XYZ | 32.5 | 18.27 | 15.72 | - |
| YUV | 107.61 | 127.66 | 206.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 52 | 107 | 0 | 0.76 | 0.51 | 0.15 | 340 | 0.68 | 0.53 |
| Hex | D9 | 34 | 6B | 0 | 4C | 33 | F | 154 | 44 | 35 |
| Octal | 331 | 64 | 153 | 0 | 114 | 63 | 17 | 524 | 104 | 65 |
| Binary | 11011001 | 110100 | 1101011 | 0 | 1001100 | 110011 | 1111 | 101010100 | 1000100 | 110101 |
Color Harmonies of #D9346B
Complementary color
Monochromatic Colors of #D9346B
Black with #D9346B
Text Example
Text Example
White with #D9346B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9346B; }
p { color: rgb(217,52,107); }
H1.HeaderClassName
{
color: #D9346B;
}
.AnyTagClassName
{
color: #D9346B;
}
</style>
background-color css
<style>
a { background-color: #D9346B; }
a { background-color: rgb(217,52,107); }
div.DivClassName
{
background-color: #D9346B;
}
.BgClassName
{
background-color: #D9346B;
}
</style>
border-color css
<style>
span { border-color: #D9346B; }
span { border-color: rgb(217,52,107); }
td.TdClassName
{
border-color: #D9346B;
}
.TagClassName
{
border-color: #D9346B;
}
</style>