Shades of Cerise #D9345F
Tints of Cerise #D9345F
RGB
CMYK
RGB Variations
Color information
#D9345F (or 0xD9345F) is known color: Cerise. HEX triplet: D9, 34 and 5F. RGB value is (217,52,95). Sum of RGB (Red+Green+Blue) = 217+52+95=364 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.62% from 364); Green value is 52 (20.70% from 255 or 14.29% from 364); Blue value is 95 (37.5% from 255 or 26.10% from 364); Max value from RGB is 217 - color contains mainly: red. Hex color #D9345F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9345F is #26CBA0. Grayscale: #6A6A6A. Windows color (decimal): -2542497 or 6239449. OLE color: 6239449.
HSL color Cylindrical-coordinate representation of color #D9345F: hue angle of 344.36º 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 #D9345F is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 52 | 95 | - |
| CMYK | 0 | 0.76 | 0.56 | 0.15 |
| HSL | 344.36º | 0.68% | 0.53% | - |
| HSV(B) | 344.36º | 0.76% | 0.85% | - |
| XYZ | 31.91 | 18.03 | 12.63 | - |
| YUV | 106.24 | 121.66 | 207 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 52 | 95 | 0 | 0.76 | 0.56 | 0.15 | 344.36 | 0.68 | 0.53 |
| Hex | D9 | 34 | 5F | 0 | 4C | 38 | F | 158 | 44 | 35 |
| Octal | 331 | 64 | 137 | 0 | 114 | 70 | 17 | 530 | 104 | 65 |
| Binary | 11011001 | 110100 | 1011111 | 0 | 1001100 | 111000 | 1111 | 101011000 | 1000100 | 110101 |
Color Harmonies of #D9345F
Complementary color
Monochromatic Colors of #D9345F
Black with #D9345F
Text Example
Text Example
White with #D9345F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9345F; }
p { color: rgb(217,52,95); }
H1.HeaderClassName
{
color: #D9345F;
}
.AnyTagClassName
{
color: #D9345F;
}
</style>
background-color css
<style>
a { background-color: #D9345F; }
a { background-color: rgb(217,52,95); }
div.DivClassName
{
background-color: #D9345F;
}
.BgClassName
{
background-color: #D9345F;
}
</style>
border-color css
<style>
span { border-color: #D9345F; }
span { border-color: rgb(217,52,95); }
td.TdClassName
{
border-color: #D9345F;
}
.TagClassName
{
border-color: #D9345F;
}
</style>