Shades of Hopbush #D2749B
Tints of Hopbush #D2749B
RGB
CMYK
RGB Variations
Color information
#D2749B (or 0xD2749B) is known color: Hopbush. HEX triplet: D2, 74 and 9B. RGB value is (210,116,155). Sum of RGB (Red+Green+Blue) = 210+116+155=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 116 (45.70% from 255 or 24.12% from 481); Blue value is 155 (60.94% from 255 or 32.22% from 481); Max value from RGB is 210 - color contains mainly: red. Hex color #D2749B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2749B is #2D8B64. Grayscale: #949494. Windows color (decimal): -2984805 or 10187986. OLE color: 10187986.
HSL color Cylindrical-coordinate representation of color #D2749B: hue angle of 335.11º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D2749B is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 116 | 155 | - |
| CMYK | 0 | 0.45 | 0.26 | 0.18 |
| HSL | 335.11º | 0.51% | 0.64% | - |
| HSV(B) | 335.11º | 0.45% | 0.82% | - |
| XYZ | 38.74 | 28.56 | 34.48 | - |
| YUV | 148.55 | 131.64 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 116 | 155 | 0 | 0.45 | 0.26 | 0.18 | 335.11 | 0.51 | 0.64 |
| Hex | D2 | 74 | 9B | 0 | 2D | 1A | 12 | 14F | 33 | 40 |
| Octal | 322 | 164 | 233 | 0 | 55 | 32 | 22 | 517 | 63 | 100 |
| Binary | 11010010 | 1110100 | 10011011 | 0 | 101101 | 11010 | 10010 | 101001111 | 110011 | 1000000 |
Color Harmonies of #D2749B
Complementary color
Monochromatic Colors of #D2749B
Black with #D2749B
Text Example
Text Example
White with #D2749B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2749B; }
p { color: rgb(210,116,155); }
H1.HeaderClassName
{
color: #D2749B;
}
.AnyTagClassName
{
color: #D2749B;
}
</style>
background-color css
<style>
a { background-color: #D2749B; }
a { background-color: rgb(210,116,155); }
div.DivClassName
{
background-color: #D2749B;
}
.BgClassName
{
background-color: #D2749B;
}
</style>
border-color css
<style>
span { border-color: #D2749B; }
span { border-color: rgb(210,116,155); }
td.TdClassName
{
border-color: #D2749B;
}
.TagClassName
{
border-color: #D2749B;
}
</style>