Shades of Cerise #D8346A
Tints of Cerise #D8346A
RGB
CMYK
RGB Variations
Color information
#D8346A (or 0xD8346A) is known color: Cerise. HEX triplet: D8, 34 and 6A. RGB value is (216,52,106). Sum of RGB (Red+Green+Blue) = 216+52+106=374 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.75% from 374); Green value is 52 (20.70% from 255 or 13.90% from 374); Blue value is 106 (41.80% from 255 or 28.34% from 374); Max value from RGB is 216 - color contains mainly: red. Hex color #D8346A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8346A is #27CB95. Grayscale: #6B6B6B. Windows color (decimal): -2608022 or 6960344. OLE color: 6960344.
HSL color Cylindrical-coordinate representation of color #D8346A: hue angle of 340.24º 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 #D8346A is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 52 | 106 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.15 |
| HSL | 340.24º | 0.68% | 0.53% | - |
| HSV(B) | 340.24º | 0.76% | 0.85% | - |
| XYZ | 32.15 | 18.1 | 15.43 | - |
| YUV | 107.19 | 127.33 | 205.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 52 | 106 | 0 | 0.76 | 0.51 | 0.15 | 340.24 | 0.68 | 0.53 |
| Hex | D8 | 34 | 6A | 0 | 4C | 33 | F | 154 | 44 | 35 |
| Octal | 330 | 64 | 152 | 0 | 114 | 63 | 17 | 524 | 104 | 65 |
| Binary | 11011000 | 110100 | 1101010 | 0 | 1001100 | 110011 | 1111 | 101010100 | 1000100 | 110101 |
Color Harmonies of #D8346A
Complementary color
Monochromatic Colors of #D8346A
Black with #D8346A
Text Example
Text Example
White with #D8346A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8346A; }
p { color: rgb(216,52,106); }
H1.HeaderClassName
{
color: #D8346A;
}
.AnyTagClassName
{
color: #D8346A;
}
</style>
background-color css
<style>
a { background-color: #D8346A; }
a { background-color: rgb(216,52,106); }
div.DivClassName
{
background-color: #D8346A;
}
.BgClassName
{
background-color: #D8346A;
}
</style>
border-color css
<style>
span { border-color: #D8346A; }
span { border-color: rgb(216,52,106); }
td.TdClassName
{
border-color: #D8346A;
}
.TagClassName
{
border-color: #D8346A;
}
</style>