Shades of Hopbush #D2709B
Tints of Hopbush #D2709B
RGB
CMYK
RGB Variations
Color information
#D2709B (or 0xD2709B) is known color: Hopbush. HEX triplet: D2, 70 and 9B. RGB value is (210,112,155). Sum of RGB (Red+Green+Blue) = 210+112+155=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 112 (44.14% from 255 or 23.48% from 477); Blue value is 155 (60.94% from 255 or 32.49% from 477); Max value from RGB is 210 - color contains mainly: red. Hex color #D2709B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2709B is #2D8F64. Grayscale: #929292. Windows color (decimal): -2985829 or 10186962. OLE color: 10186962.
HSL color Cylindrical-coordinate representation of color #D2709B: hue angle of 333.67º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D2709B is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 112 | 155 | - |
| CMYK | 0 | 0.47 | 0.26 | 0.18 |
| HSL | 333.67º | 0.52% | 0.63% | - |
| HSV(B) | 333.67º | 0.47% | 0.82% | - |
| XYZ | 38.29 | 27.66 | 34.33 | - |
| YUV | 146.2 | 132.97 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 112 | 155 | 0 | 0.47 | 0.26 | 0.18 | 333.67 | 0.52 | 0.63 |
| Hex | D2 | 70 | 9B | 0 | 2F | 1A | 12 | 14E | 34 | 3F |
| Octal | 322 | 160 | 233 | 0 | 57 | 32 | 22 | 516 | 64 | 77 |
| Binary | 11010010 | 1110000 | 10011011 | 0 | 101111 | 11010 | 10010 | 101001110 | 110100 | 111111 |
Color Harmonies of #D2709B
Complementary color
Monochromatic Colors of #D2709B
Black with #D2709B
Text Example
Text Example
White with #D2709B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2709B; }
p { color: rgb(210,112,155); }
H1.HeaderClassName
{
color: #D2709B;
}
.AnyTagClassName
{
color: #D2709B;
}
</style>
background-color css
<style>
a { background-color: #D2709B; }
a { background-color: rgb(210,112,155); }
div.DivClassName
{
background-color: #D2709B;
}
.BgClassName
{
background-color: #D2709B;
}
</style>
border-color css
<style>
span { border-color: #D2709B; }
span { border-color: rgb(210,112,155); }
td.TdClassName
{
border-color: #D2709B;
}
.TagClassName
{
border-color: #D2709B;
}
</style>