Shades of Cerise #D82E6E
Tints of Cerise #D82E6E
RGB
CMYK
RGB Variations
Color information
#D82E6E (or 0xD82E6E) is known color: Cerise. HEX triplet: D8, 2E and 6E. RGB value is (216,46,110). Sum of RGB (Red+Green+Blue) = 216+46+110=372 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.06% from 372); Green value is 46 (18.36% from 255 or 12.37% from 372); Blue value is 110 (43.36% from 255 or 29.57% from 372); Max value from RGB is 216 - color contains mainly: red. Hex color #D82E6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82E6E is #27D191. Grayscale: #686868. Windows color (decimal): -2609554 or 7220952. OLE color: 7220952.
HSL color Cylindrical-coordinate representation of color #D82E6E: hue angle of 337.41º 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 #D82E6E is Cyan = 0, Magento = 0.79, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 46 | 110 | - |
| CMYK | 0 | 0.79 | 0.49 | 0.15 |
| HSL | 337.41º | 0.69% | 0.51% | - |
| HSV(B) | 337.41º | 0.79% | 0.85% | - |
| XYZ | 32.11 | 17.68 | 16.47 | - |
| YUV | 104.13 | 131.32 | 207.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 46 | 110 | 0 | 0.79 | 0.49 | 0.15 | 337.41 | 0.69 | 0.51 |
| Hex | D8 | 2E | 6E | 0 | 4F | 31 | F | 151 | 45 | 33 |
| Octal | 330 | 56 | 156 | 0 | 117 | 61 | 17 | 521 | 105 | 63 |
| Binary | 11011000 | 101110 | 1101110 | 0 | 1001111 | 110001 | 1111 | 101010001 | 1000101 | 110011 |
Color Harmonies of #D82E6E
Complementary color
Monochromatic Colors of #D82E6E
Black with #D82E6E
Text Example
Text Example
White with #D82E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82E6E; }
p { color: rgb(216,46,110); }
H1.HeaderClassName
{
color: #D82E6E;
}
.AnyTagClassName
{
color: #D82E6E;
}
</style>
background-color css
<style>
a { background-color: #D82E6E; }
a { background-color: rgb(216,46,110); }
div.DivClassName
{
background-color: #D82E6E;
}
.BgClassName
{
background-color: #D82E6E;
}
</style>
border-color css
<style>
span { border-color: #D82E6E; }
span { border-color: rgb(216,46,110); }
td.TdClassName
{
border-color: #D82E6E;
}
.TagClassName
{
border-color: #D82E6E;
}
</style>