Shades of Cerise #D82E6D
Tints of Cerise #D82E6D
RGB
CMYK
RGB Variations
Color information
#D82E6D (or 0xD82E6D) is known color: Cerise. HEX triplet: D8, 2E and 6D. RGB value is (216,46,109). Sum of RGB (Red+Green+Blue) = 216+46+109=371 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.22% from 371); Green value is 46 (18.36% from 255 or 12.40% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 216 - color contains mainly: red. Hex color #D82E6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82E6D is #27D192. Grayscale: #676767. Windows color (decimal): -2609555 or 7155416. OLE color: 7155416.
HSL color Cylindrical-coordinate representation of color #D82E6D: hue angle of 337.76º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D82E6D is Cyan = 0, Magento = 0.79, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 46 | 109 | - |
| CMYK | 0 | 0.79 | 0.50 | 0.15 |
| HSL | 337.76º | 0.69% | 0.51% | - |
| HSV(B) | 337.76º | 0.79% | 0.85% | - |
| XYZ | 32.06 | 17.66 | 16.19 | - |
| YUV | 104.01 | 130.82 | 207.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 46 | 109 | 0 | 0.79 | 0.50 | 0.15 | 337.76 | 0.69 | 0.51 |
| Hex | D8 | 2E | 6D | 0 | 4F | 32 | F | 152 | 45 | 33 |
| Octal | 330 | 56 | 155 | 0 | 117 | 62 | 17 | 522 | 105 | 63 |
| Binary | 11011000 | 101110 | 1101101 | 0 | 1001111 | 110010 | 1111 | 101010010 | 1000101 | 110011 |
Color Harmonies of #D82E6D
Complementary color
Monochromatic Colors of #D82E6D
Black with #D82E6D
Text Example
Text Example
White with #D82E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82E6D; }
p { color: rgb(216,46,109); }
H1.HeaderClassName
{
color: #D82E6D;
}
.AnyTagClassName
{
color: #D82E6D;
}
</style>
background-color css
<style>
a { background-color: #D82E6D; }
a { background-color: rgb(216,46,109); }
div.DivClassName
{
background-color: #D82E6D;
}
.BgClassName
{
background-color: #D82E6D;
}
</style>
border-color css
<style>
span { border-color: #D82E6D; }
span { border-color: rgb(216,46,109); }
td.TdClassName
{
border-color: #D82E6D;
}
.TagClassName
{
border-color: #D82E6D;
}
</style>