Shades of Cerise #D8346F
Tints of Cerise #D8346F
RGB
CMYK
RGB Variations
Color information
#D8346F (or 0xD8346F) is known color: Cerise. HEX triplet: D8, 34 and 6F. RGB value is (216,52,111). Sum of RGB (Red+Green+Blue) = 216+52+111=379 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.99% from 379); Green value is 52 (20.70% from 255 or 13.72% from 379); Blue value is 111 (43.75% from 255 or 29.29% from 379); Max value from RGB is 216 - color contains mainly: red. Hex color #D8346F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8346F is #27CB90. Grayscale: #6B6B6B. Windows color (decimal): -2608017 or 7288024. OLE color: 7288024.
HSL color Cylindrical-coordinate representation of color #D8346F: hue angle of 338.41º 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 #D8346F is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 52 | 111 | - |
| CMYK | 0 | 0.76 | 0.49 | 0.15 |
| HSL | 338.41º | 0.68% | 0.53% | - |
| HSV(B) | 338.41º | 0.76% | 0.85% | - |
| XYZ | 32.42 | 18.2 | 16.84 | - |
| YUV | 107.76 | 129.83 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 52 | 111 | 0 | 0.76 | 0.49 | 0.15 | 338.41 | 0.68 | 0.53 |
| Hex | D8 | 34 | 6F | 0 | 4C | 31 | F | 152 | 44 | 35 |
| Octal | 330 | 64 | 157 | 0 | 114 | 61 | 17 | 522 | 104 | 65 |
| Binary | 11011000 | 110100 | 1101111 | 0 | 1001100 | 110001 | 1111 | 101010010 | 1000100 | 110101 |
Color Harmonies of #D8346F
Complementary color
Monochromatic Colors of #D8346F
Black with #D8346F
Text Example
Text Example
White with #D8346F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8346F; }
p { color: rgb(216,52,111); }
H1.HeaderClassName
{
color: #D8346F;
}
.AnyTagClassName
{
color: #D8346F;
}
</style>
background-color css
<style>
a { background-color: #D8346F; }
a { background-color: rgb(216,52,111); }
div.DivClassName
{
background-color: #D8346F;
}
.BgClassName
{
background-color: #D8346F;
}
</style>
border-color css
<style>
span { border-color: #D8346F; }
span { border-color: rgb(216,52,111); }
td.TdClassName
{
border-color: #D8346F;
}
.TagClassName
{
border-color: #D8346F;
}
</style>