Shades of Cerise #D8415C
Tints of Cerise #D8415C
RGB
CMYK
RGB Variations
Color information
#D8415C (or 0xD8415C) is known color: Cerise. HEX triplet: D8, 41 and 5C. RGB value is (216,65,92). Sum of RGB (Red+Green+Blue) = 216+65+92=373 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.91% from 373); Green value is 65 (25.78% from 255 or 17.43% from 373); Blue value is 92 (36.33% from 255 or 24.66% from 373); Max value from RGB is 216 - color contains mainly: red. Hex color #D8415C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8415C is #27BEA3. Grayscale: #717171. Windows color (decimal): -2604708 or 6046168. OLE color: 6046168.
HSL color Cylindrical-coordinate representation of color #D8415C: hue angle of 349.27º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D8415C is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 65 | 92 | - |
| CMYK | 0 | 0.70 | 0.57 | 0.15 |
| HSL | 349.27º | 0.66% | 0.55% | - |
| HSV(B) | 349.27º | 0.7% | 0.85% | - |
| XYZ | 32.14 | 19.15 | 12.13 | - |
| YUV | 113.23 | 116.03 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 65 | 92 | 0 | 0.70 | 0.57 | 0.15 | 349.27 | 0.66 | 0.55 |
| Hex | D8 | 41 | 5C | 0 | 46 | 39 | F | 15D | 42 | 37 |
| Octal | 330 | 101 | 134 | 0 | 106 | 71 | 17 | 535 | 102 | 67 |
| Binary | 11011000 | 1000001 | 1011100 | 0 | 1000110 | 111001 | 1111 | 101011101 | 1000010 | 110111 |
Color Harmonies of #D8415C
Complementary color
Monochromatic Colors of #D8415C
Black with #D8415C
Text Example
Text Example
White with #D8415C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8415C; }
p { color: rgb(216,65,92); }
H1.HeaderClassName
{
color: #D8415C;
}
.AnyTagClassName
{
color: #D8415C;
}
</style>
background-color css
<style>
a { background-color: #D8415C; }
a { background-color: rgb(216,65,92); }
div.DivClassName
{
background-color: #D8415C;
}
.BgClassName
{
background-color: #D8415C;
}
</style>
border-color css
<style>
span { border-color: #D8415C; }
span { border-color: rgb(216,65,92); }
td.TdClassName
{
border-color: #D8415C;
}
.TagClassName
{
border-color: #D8415C;
}
</style>