Shades of Rose Bud Cherry #882D63
Tints of Rose Bud Cherry #882D63
RGB
CMYK
RGB Variations
Color information
#882D63 (or 0x882D63) is known color: Rose Bud Cherry. HEX triplet: 88, 2D and 63. RGB value is (136,45,99). Sum of RGB (Red+Green+Blue) = 136+45+99=280 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.57% from 280); Green value is 45 (17.97% from 255 or 16.07% from 280); Blue value is 99 (39.06% from 255 or 35.36% from 280); Max value from RGB is 136 - color contains mainly: red. Hex color #882D63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882D63 is #77D29C. Grayscale: #4E4E4E. Windows color (decimal): -7852701 or 6499720. OLE color: 6499720.
HSL color Cylindrical-coordinate representation of color #882D63: hue angle of 324.4º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #882D63 is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 45 | 99 | - |
| CMYK | 0 | 0.67 | 0.27 | 0.47 |
| HSL | 324.4º | 0.5% | 0.35% | - |
| HSV(B) | 324.4º | 0.67% | 0.53% | - |
| XYZ | 13.34 | 8.01 | 12.65 | - |
| YUV | 78.37 | 139.65 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 45 | 99 | 0 | 0.67 | 0.27 | 0.47 | 324.4 | 0.5 | 0.35 |
| Hex | 88 | 2D | 63 | 0 | 43 | 1B | 2F | 144 | 32 | 23 |
| Octal | 210 | 55 | 143 | 0 | 103 | 33 | 57 | 504 | 62 | 43 |
| Binary | 10001000 | 101101 | 1100011 | 0 | 1000011 | 11011 | 101111 | 101000100 | 110010 | 100011 |
Color Harmonies of #882D63
Complementary color
Monochromatic Colors of #882D63
Black with #882D63
Text Example
Text Example
White with #882D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882D63; }
p { color: rgb(136,45,99); }
H1.HeaderClassName
{
color: #882D63;
}
.AnyTagClassName
{
color: #882D63;
}
</style>
background-color css
<style>
a { background-color: #882D63; }
a { background-color: rgb(136,45,99); }
div.DivClassName
{
background-color: #882D63;
}
.BgClassName
{
background-color: #882D63;
}
</style>
border-color css
<style>
span { border-color: #882D63; }
span { border-color: rgb(136,45,99); }
td.TdClassName
{
border-color: #882D63;
}
.TagClassName
{
border-color: #882D63;
}
</style>