Shades of Hopbush #D5729C
Tints of Hopbush #D5729C
RGB
CMYK
RGB Variations
Color information
#D5729C (or 0xD5729C) is known color: Hopbush. HEX triplet: D5, 72 and 9C. RGB value is (213,114,156). Sum of RGB (Red+Green+Blue) = 213+114+156=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 114 (44.92% from 255 or 23.60% from 483); Blue value is 156 (61.33% from 255 or 32.30% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D5729C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5729C is #2A8D63. Grayscale: #949494. Windows color (decimal): -2788708 or 10253013. OLE color: 10253013.
HSL color Cylindrical-coordinate representation of color #D5729C: hue angle of 334.55º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D5729C is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 114 | 156 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.16 |
| HSL | 334.55º | 0.54% | 0.64% | - |
| HSV(B) | 334.55º | 0.46% | 0.84% | - |
| XYZ | 39.46 | 28.58 | 34.89 | - |
| YUV | 148.39 | 132.3 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 114 | 156 | 0 | 0.46 | 0.27 | 0.16 | 334.55 | 0.54 | 0.64 |
| Hex | D5 | 72 | 9C | 0 | 2E | 1B | 10 | 14F | 36 | 40 |
| Octal | 325 | 162 | 234 | 0 | 56 | 33 | 20 | 517 | 66 | 100 |
| Binary | 11010101 | 1110010 | 10011100 | 0 | 101110 | 11011 | 10000 | 101001111 | 110110 | 1000000 |
Color Harmonies of #D5729C
Complementary color
Monochromatic Colors of #D5729C
Black with #D5729C
Text Example
Text Example
White with #D5729C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5729C; }
p { color: rgb(213,114,156); }
H1.HeaderClassName
{
color: #D5729C;
}
.AnyTagClassName
{
color: #D5729C;
}
</style>
background-color css
<style>
a { background-color: #D5729C; }
a { background-color: rgb(213,114,156); }
div.DivClassName
{
background-color: #D5729C;
}
.BgClassName
{
background-color: #D5729C;
}
</style>
border-color css
<style>
span { border-color: #D5729C; }
span { border-color: rgb(213,114,156); }
td.TdClassName
{
border-color: #D5729C;
}
.TagClassName
{
border-color: #D5729C;
}
</style>