Shades of Hopbush #D2659B
Tints of Hopbush #D2659B
RGB
CMYK
RGB Variations
Color information
#D2659B (or 0xD2659B) is known color: Hopbush. HEX triplet: D2, 65 and 9B. RGB value is (210,101,155). Sum of RGB (Red+Green+Blue) = 210+101+155=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 101 (39.84% from 255 or 21.67% from 466); Blue value is 155 (60.94% from 255 or 33.26% from 466); Max value from RGB is 210 - color contains mainly: red. Hex color #D2659B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2659B is #2D9A64. Grayscale: #8B8B8B. Windows color (decimal): -2988645 or 10184146. OLE color: 10184146.
HSL color Cylindrical-coordinate representation of color #D2659B: hue angle of 330.28º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D2659B is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 101 | 155 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.18 |
| HSL | 330.28º | 0.55% | 0.61% | - |
| HSV(B) | 330.28º | 0.52% | 0.82% | - |
| XYZ | 37.15 | 25.38 | 33.95 | - |
| YUV | 139.75 | 136.61 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 101 | 155 | 0 | 0.52 | 0.26 | 0.18 | 330.28 | 0.55 | 0.61 |
| Hex | D2 | 65 | 9B | 0 | 34 | 1A | 12 | 14A | 37 | 3D |
| Octal | 322 | 145 | 233 | 0 | 64 | 32 | 22 | 512 | 67 | 75 |
| Binary | 11010010 | 1100101 | 10011011 | 0 | 110100 | 11010 | 10010 | 101001010 | 110111 | 111101 |
Color Harmonies of #D2659B
Complementary color
Monochromatic Colors of #D2659B
Black with #D2659B
Text Example
Text Example
White with #D2659B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2659B; }
p { color: rgb(210,101,155); }
H1.HeaderClassName
{
color: #D2659B;
}
.AnyTagClassName
{
color: #D2659B;
}
</style>
background-color css
<style>
a { background-color: #D2659B; }
a { background-color: rgb(210,101,155); }
div.DivClassName
{
background-color: #D2659B;
}
.BgClassName
{
background-color: #D2659B;
}
</style>
border-color css
<style>
span { border-color: #D2659B; }
span { border-color: rgb(210,101,155); }
td.TdClassName
{
border-color: #D2659B;
}
.TagClassName
{
border-color: #D2659B;
}
</style>