Shades of Cerise #D82E68
Tints of Cerise #D82E68
RGB
CMYK
RGB Variations
Color information
#D82E68 (or 0xD82E68) is known color: Cerise. HEX triplet: D8, 2E and 68. RGB value is (216,46,104). Sum of RGB (Red+Green+Blue) = 216+46+104=366 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.02% from 366); Green value is 46 (18.36% from 255 or 12.57% from 366); Blue value is 104 (41.02% from 255 or 28.42% from 366); Max value from RGB is 216 - color contains mainly: red. Hex color #D82E68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82E68 is #27D197. Grayscale: #676767. Windows color (decimal): -2609560 or 6827736. OLE color: 6827736.
HSL color Cylindrical-coordinate representation of color #D82E68: hue angle of 339.53º 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 #D82E68 is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 46 | 104 | - |
| CMYK | 0 | 0.79 | 0.52 | 0.15 |
| HSL | 339.53º | 0.69% | 0.51% | - |
| HSV(B) | 339.53º | 0.79% | 0.85% | - |
| XYZ | 31.79 | 17.55 | 14.81 | - |
| YUV | 103.44 | 128.32 | 208.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 46 | 104 | 0 | 0.79 | 0.52 | 0.15 | 339.53 | 0.69 | 0.51 |
| Hex | D8 | 2E | 68 | 0 | 4F | 34 | F | 154 | 45 | 33 |
| Octal | 330 | 56 | 150 | 0 | 117 | 64 | 17 | 524 | 105 | 63 |
| Binary | 11011000 | 101110 | 1101000 | 0 | 1001111 | 110100 | 1111 | 101010100 | 1000101 | 110011 |
Color Harmonies of #D82E68
Complementary color
Monochromatic Colors of #D82E68
Black with #D82E68
Text Example
Text Example
White with #D82E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82E68; }
p { color: rgb(216,46,104); }
H1.HeaderClassName
{
color: #D82E68;
}
.AnyTagClassName
{
color: #D82E68;
}
</style>
background-color css
<style>
a { background-color: #D82E68; }
a { background-color: rgb(216,46,104); }
div.DivClassName
{
background-color: #D82E68;
}
.BgClassName
{
background-color: #D82E68;
}
</style>
border-color css
<style>
span { border-color: #D82E68; }
span { border-color: rgb(216,46,104); }
td.TdClassName
{
border-color: #D82E68;
}
.TagClassName
{
border-color: #D82E68;
}
</style>