Shades of Cerise #D8356A
Tints of Cerise #D8356A
RGB
CMYK
RGB Variations
Color information
#D8356A (or 0xD8356A) is known color: Cerise. HEX triplet: D8, 35 and 6A. RGB value is (216,53,106). Sum of RGB (Red+Green+Blue) = 216+53+106=375 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.6% from 375); Green value is 53 (21.09% from 255 or 14.13% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 216 - color contains mainly: red. Hex color #D8356A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8356A is #27CA95. Grayscale: #6B6B6B. Windows color (decimal): -2607766 or 6960600. OLE color: 6960600.
HSL color Cylindrical-coordinate representation of color #D8356A: hue angle of 340.49º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D8356A is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 53 | 106 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.15 |
| HSL | 340.49º | 0.68% | 0.53% | - |
| HSV(B) | 340.49º | 0.75% | 0.85% | - |
| XYZ | 32.19 | 18.19 | 15.45 | - |
| YUV | 107.78 | 127 | 205.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 53 | 106 | 0 | 0.75 | 0.51 | 0.15 | 340.49 | 0.68 | 0.53 |
| Hex | D8 | 35 | 6A | 0 | 4B | 33 | F | 154 | 44 | 35 |
| Octal | 330 | 65 | 152 | 0 | 113 | 63 | 17 | 524 | 104 | 65 |
| Binary | 11011000 | 110101 | 1101010 | 0 | 1001011 | 110011 | 1111 | 101010100 | 1000100 | 110101 |
Color Harmonies of #D8356A
Complementary color
Monochromatic Colors of #D8356A
Black with #D8356A
Text Example
Text Example
White with #D8356A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8356A; }
p { color: rgb(216,53,106); }
H1.HeaderClassName
{
color: #D8356A;
}
.AnyTagClassName
{
color: #D8356A;
}
</style>
background-color css
<style>
a { background-color: #D8356A; }
a { background-color: rgb(216,53,106); }
div.DivClassName
{
background-color: #D8356A;
}
.BgClassName
{
background-color: #D8356A;
}
</style>
border-color css
<style>
span { border-color: #D8356A; }
span { border-color: rgb(216,53,106); }
td.TdClassName
{
border-color: #D8356A;
}
.TagClassName
{
border-color: #D8356A;
}
</style>