Shades of Cerise #D82D5E
Tints of Cerise #D82D5E
RGB
CMYK
RGB Variations
Color information
#D82D5E (or 0xD82D5E) is known color: Cerise. HEX triplet: D8, 2D and 5E. RGB value is (216,45,94). Sum of RGB (Red+Green+Blue) = 216+45+94=355 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.85% from 355); Green value is 45 (17.97% from 255 or 12.68% from 355); Blue value is 94 (37.11% from 255 or 26.48% from 355); Max value from RGB is 216 - color contains mainly: red. Hex color #D82D5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82D5E is #27D2A1. Grayscale: #656565. Windows color (decimal): -2609826 or 6172120. OLE color: 6172120.
HSL color Cylindrical-coordinate representation of color #D82D5E: hue angle of 342.81º 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 #D82D5E is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 45 | 94 | - |
| CMYK | 0 | 0.79 | 0.56 | 0.15 |
| HSL | 342.81º | 0.69% | 0.51% | - |
| HSV(B) | 342.81º | 0.79% | 0.85% | - |
| XYZ | 31.28 | 17.28 | 12.28 | - |
| YUV | 101.72 | 123.65 | 209.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 45 | 94 | 0 | 0.79 | 0.56 | 0.15 | 342.81 | 0.69 | 0.51 |
| Hex | D8 | 2D | 5E | 0 | 4F | 38 | F | 157 | 45 | 33 |
| Octal | 330 | 55 | 136 | 0 | 117 | 70 | 17 | 527 | 105 | 63 |
| Binary | 11011000 | 101101 | 1011110 | 0 | 1001111 | 111000 | 1111 | 101010111 | 1000101 | 110011 |
Color Harmonies of #D82D5E
Complementary color
Monochromatic Colors of #D82D5E
Black with #D82D5E
Text Example
Text Example
White with #D82D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82D5E; }
p { color: rgb(216,45,94); }
H1.HeaderClassName
{
color: #D82D5E;
}
.AnyTagClassName
{
color: #D82D5E;
}
</style>
background-color css
<style>
a { background-color: #D82D5E; }
a { background-color: rgb(216,45,94); }
div.DivClassName
{
background-color: #D82D5E;
}
.BgClassName
{
background-color: #D82D5E;
}
</style>
border-color css
<style>
span { border-color: #D82D5E; }
span { border-color: rgb(216,45,94); }
td.TdClassName
{
border-color: #D82D5E;
}
.TagClassName
{
border-color: #D82D5E;
}
</style>