Shades of Cerise #D82B5D
Tints of Cerise #D82B5D
RGB
CMYK
RGB Variations
Color information
#D82B5D (or 0xD82B5D) is known color: Cerise. HEX triplet: D8, 2B and 5D. RGB value is (216,43,93). Sum of RGB (Red+Green+Blue) = 216+43+93=352 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.36% from 352); Green value is 43 (17.19% from 255 or 12.22% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 216 - color contains mainly: red. Hex color #D82B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D82B5D is #27D4A2. Grayscale: #646464. Windows color (decimal): -2610339 or 6106072. OLE color: 6106072.
HSL color Cylindrical-coordinate representation of color #D82B5D: hue angle of 342.66º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D82B5D is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 43 | 93 | - |
| CMYK | 0 | 0.80 | 0.57 | 0.15 |
| HSL | 342.66º | 0.69% | 0.51% | - |
| HSV(B) | 342.66º | 0.8% | 0.85% | - |
| XYZ | 31.16 | 17.12 | 12.02 | - |
| YUV | 100.43 | 123.81 | 210.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 43 | 93 | 0 | 0.80 | 0.57 | 0.15 | 342.66 | 0.69 | 0.51 |
| Hex | D8 | 2B | 5D | 0 | 50 | 39 | F | 157 | 45 | 33 |
| Octal | 330 | 53 | 135 | 0 | 120 | 71 | 17 | 527 | 105 | 63 |
| Binary | 11011000 | 101011 | 1011101 | 0 | 1010000 | 111001 | 1111 | 101010111 | 1000101 | 110011 |
Color Harmonies of #D82B5D
Complementary color
Monochromatic Colors of #D82B5D
Black with #D82B5D
Text Example
Text Example
White with #D82B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82B5D; }
p { color: rgb(216,43,93); }
H1.HeaderClassName
{
color: #D82B5D;
}
.AnyTagClassName
{
color: #D82B5D;
}
</style>
background-color css
<style>
a { background-color: #D82B5D; }
a { background-color: rgb(216,43,93); }
div.DivClassName
{
background-color: #D82B5D;
}
.BgClassName
{
background-color: #D82B5D;
}
</style>
border-color css
<style>
span { border-color: #D82B5D; }
span { border-color: rgb(216,43,93); }
td.TdClassName
{
border-color: #D82B5D;
}
.TagClassName
{
border-color: #D82B5D;
}
</style>