Shades of Cerise #D84161
Tints of Cerise #D84161
RGB
CMYK
RGB Variations
Color information
#D84161 (or 0xD84161) is known color: Cerise. HEX triplet: D8, 41 and 61. RGB value is (216,65,97). Sum of RGB (Red+Green+Blue) = 216+65+97=378 (50% of max value = 765). Red value is 216 (84.77% from 255 or 57.14% from 378); Green value is 65 (25.78% from 255 or 17.20% from 378); Blue value is 97 (38.28% from 255 or 25.66% from 378); Max value from RGB is 216 - color contains mainly: red. Hex color #D84161 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84161 is #27BE9E. Grayscale: #717171. Windows color (decimal): -2604703 or 6373848. OLE color: 6373848.
HSL color Cylindrical-coordinate representation of color #D84161: hue angle of 347.28º 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 #D84161 is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 65 | 97 | - |
| CMYK | 0 | 0.70 | 0.55 | 0.15 |
| HSL | 347.28º | 0.66% | 0.55% | - |
| HSV(B) | 347.28º | 0.7% | 0.85% | - |
| XYZ | 32.37 | 19.24 | 13.32 | - |
| YUV | 113.8 | 118.53 | 200.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 65 | 97 | 0 | 0.70 | 0.55 | 0.15 | 347.28 | 0.66 | 0.55 |
| Hex | D8 | 41 | 61 | 0 | 46 | 37 | F | 15B | 42 | 37 |
| Octal | 330 | 101 | 141 | 0 | 106 | 67 | 17 | 533 | 102 | 67 |
| Binary | 11011000 | 1000001 | 1100001 | 0 | 1000110 | 110111 | 1111 | 101011011 | 1000010 | 110111 |
Color Harmonies of #D84161
Complementary color
Monochromatic Colors of #D84161
Black with #D84161
Text Example
Text Example
White with #D84161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84161; }
p { color: rgb(216,65,97); }
H1.HeaderClassName
{
color: #D84161;
}
.AnyTagClassName
{
color: #D84161;
}
</style>
background-color css
<style>
a { background-color: #D84161; }
a { background-color: rgb(216,65,97); }
div.DivClassName
{
background-color: #D84161;
}
.BgClassName
{
background-color: #D84161;
}
</style>
border-color css
<style>
span { border-color: #D84161; }
span { border-color: rgb(216,65,97); }
td.TdClassName
{
border-color: #D84161;
}
.TagClassName
{
border-color: #D84161;
}
</style>