Shades of Hopbush #D2729B
Tints of Hopbush #D2729B
RGB
CMYK
RGB Variations
Color information
#D2729B (or 0xD2729B) is known color: Hopbush. HEX triplet: D2, 72 and 9B. RGB value is (210,114,155). Sum of RGB (Red+Green+Blue) = 210+114+155=479 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.84% from 479); Green value is 114 (44.92% from 255 or 23.80% from 479); Blue value is 155 (60.94% from 255 or 32.36% from 479); Max value from RGB is 210 - color contains mainly: red. Hex color #D2729B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2729B is #2D8D64. Grayscale: #939393. Windows color (decimal): -2985317 or 10187474. OLE color: 10187474.
HSL color Cylindrical-coordinate representation of color #D2729B: hue angle of 334.38º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D2729B is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 114 | 155 | - |
| CMYK | 0 | 0.46 | 0.26 | 0.18 |
| HSL | 334.38º | 0.52% | 0.64% | - |
| HSV(B) | 334.38º | 0.46% | 0.82% | - |
| XYZ | 38.51 | 28.1 | 34.4 | - |
| YUV | 147.38 | 132.3 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 114 | 155 | 0 | 0.46 | 0.26 | 0.18 | 334.38 | 0.52 | 0.64 |
| Hex | D2 | 72 | 9B | 0 | 2E | 1A | 12 | 14E | 34 | 40 |
| Octal | 322 | 162 | 233 | 0 | 56 | 32 | 22 | 516 | 64 | 100 |
| Binary | 11010010 | 1110010 | 10011011 | 0 | 101110 | 11010 | 10010 | 101001110 | 110100 | 1000000 |
Color Harmonies of #D2729B
Complementary color
Monochromatic Colors of #D2729B
Black with #D2729B
Text Example
Text Example
White with #D2729B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2729B; }
p { color: rgb(210,114,155); }
H1.HeaderClassName
{
color: #D2729B;
}
.AnyTagClassName
{
color: #D2729B;
}
</style>
background-color css
<style>
a { background-color: #D2729B; }
a { background-color: rgb(210,114,155); }
div.DivClassName
{
background-color: #D2729B;
}
.BgClassName
{
background-color: #D2729B;
}
</style>
border-color css
<style>
span { border-color: #D2729B; }
span { border-color: rgb(210,114,155); }
td.TdClassName
{
border-color: #D2729B;
}
.TagClassName
{
border-color: #D2729B;
}
</style>