Shades of Cerise #D82E6C
Tints of Cerise #D82E6C
RGB
CMYK
RGB Variations
Color information
#D82E6C (or 0xD82E6C) is known color: Cerise. HEX triplet: D8, 2E and 6C. RGB value is (216,46,108). Sum of RGB (Red+Green+Blue) = 216+46+108=370 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.38% from 370); Green value is 46 (18.36% from 255 or 12.43% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 216 - color contains mainly: red. Hex color #D82E6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82E6C is #27D193. Grayscale: #676767. Windows color (decimal): -2609556 or 7089880. OLE color: 7089880.
HSL color Cylindrical-coordinate representation of color #D82E6C: hue angle of 338.12º 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 #D82E6C is Cyan = 0, Magento = 0.79, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 46 | 108 | - |
| CMYK | 0 | 0.79 | 0.50 | 0.15 |
| HSL | 338.12º | 0.69% | 0.51% | - |
| HSV(B) | 338.12º | 0.79% | 0.85% | - |
| XYZ | 32 | 17.64 | 15.9 | - |
| YUV | 103.9 | 130.32 | 207.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 46 | 108 | 0 | 0.79 | 0.50 | 0.15 | 338.12 | 0.69 | 0.51 |
| Hex | D8 | 2E | 6C | 0 | 4F | 32 | F | 152 | 45 | 33 |
| Octal | 330 | 56 | 154 | 0 | 117 | 62 | 17 | 522 | 105 | 63 |
| Binary | 11011000 | 101110 | 1101100 | 0 | 1001111 | 110010 | 1111 | 101010010 | 1000101 | 110011 |
Color Harmonies of #D82E6C
Complementary color
Monochromatic Colors of #D82E6C
Black with #D82E6C
Text Example
Text Example
White with #D82E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82E6C; }
p { color: rgb(216,46,108); }
H1.HeaderClassName
{
color: #D82E6C;
}
.AnyTagClassName
{
color: #D82E6C;
}
</style>
background-color css
<style>
a { background-color: #D82E6C; }
a { background-color: rgb(216,46,108); }
div.DivClassName
{
background-color: #D82E6C;
}
.BgClassName
{
background-color: #D82E6C;
}
</style>
border-color css
<style>
span { border-color: #D82E6C; }
span { border-color: rgb(216,46,108); }
td.TdClassName
{
border-color: #D82E6C;
}
.TagClassName
{
border-color: #D82E6C;
}
</style>