Shades of Hopbush #D2659F
Tints of Hopbush #D2659F
RGB
CMYK
RGB Variations
Color information
#D2659F (or 0xD2659F) is known color: Hopbush. HEX triplet: D2, 65 and 9F. RGB value is (210,101,159). Sum of RGB (Red+Green+Blue) = 210+101+159=470 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.68% from 470); Green value is 101 (39.84% from 255 or 21.49% from 470); Blue value is 159 (62.5% from 255 or 33.83% from 470); Max value from RGB is 210 - color contains mainly: red. Hex color #D2659F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2659F is #2D9A60. Grayscale: #8C8C8C. Windows color (decimal): -2988641 or 10446290. OLE color: 10446290.
HSL color Cylindrical-coordinate representation of color #D2659F: hue angle of 328.07º 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 #D2659F is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 101 | 159 | - |
| CMYK | 0 | 0.52 | 0.24 | 0.18 |
| HSL | 328.07º | 0.55% | 0.61% | - |
| HSV(B) | 328.07º | 0.52% | 0.82% | - |
| XYZ | 37.49 | 25.51 | 35.75 | - |
| YUV | 140.2 | 138.61 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 101 | 159 | 0 | 0.52 | 0.24 | 0.18 | 328.07 | 0.55 | 0.61 |
| Hex | D2 | 65 | 9F | 0 | 34 | 18 | 12 | 148 | 37 | 3D |
| Octal | 322 | 145 | 237 | 0 | 64 | 30 | 22 | 510 | 67 | 75 |
| Binary | 11010010 | 1100101 | 10011111 | 0 | 110100 | 11000 | 10010 | 101001000 | 110111 | 111101 |
Color Harmonies of #D2659F
Complementary color
Monochromatic Colors of #D2659F
Black with #D2659F
Text Example
Text Example
White with #D2659F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2659F; }
p { color: rgb(210,101,159); }
H1.HeaderClassName
{
color: #D2659F;
}
.AnyTagClassName
{
color: #D2659F;
}
</style>
background-color css
<style>
a { background-color: #D2659F; }
a { background-color: rgb(210,101,159); }
div.DivClassName
{
background-color: #D2659F;
}
.BgClassName
{
background-color: #D2659F;
}
</style>
border-color css
<style>
span { border-color: #D2659F; }
span { border-color: rgb(210,101,159); }
td.TdClassName
{
border-color: #D2659F;
}
.TagClassName
{
border-color: #D2659F;
}
</style>