Shades of Hopbush #D25A8B
Tints of Hopbush #D25A8B
RGB
CMYK
RGB Variations
Color information
#D25A8B (or 0xD25A8B) is known color: Hopbush. HEX triplet: D2, 5A and 8B. RGB value is (210,90,139). Sum of RGB (Red+Green+Blue) = 210+90+139=439 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.84% from 439); Green value is 90 (35.55% from 255 or 20.50% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 210 - color contains mainly: red. Hex color #D25A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25A8B is #2DA574. Grayscale: #838383. Windows color (decimal): -2991477 or 9132754. OLE color: 9132754.
HSL color Cylindrical-coordinate representation of color #D25A8B: hue angle of 335.5º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D25A8B is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 90 | 139 | - |
| CMYK | 0 | 0.57 | 0.34 | 0.18 |
| HSL | 335.5º | 0.57% | 0.59% | - |
| HSV(B) | 335.5º | 0.57% | 0.82% | - |
| XYZ | 34.89 | 22.88 | 27 | - |
| YUV | 131.47 | 132.26 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 90 | 139 | 0 | 0.57 | 0.34 | 0.18 | 335.5 | 0.57 | 0.59 |
| Hex | D2 | 5A | 8B | 0 | 39 | 22 | 12 | 150 | 39 | 3B |
| Octal | 322 | 132 | 213 | 0 | 71 | 42 | 22 | 520 | 71 | 73 |
| Binary | 11010010 | 1011010 | 10001011 | 0 | 111001 | 100010 | 10010 | 101010000 | 111001 | 111011 |
Color Harmonies of #D25A8B
Complementary color
Monochromatic Colors of #D25A8B
Black with #D25A8B
Text Example
Text Example
White with #D25A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25A8B; }
p { color: rgb(210,90,139); }
H1.HeaderClassName
{
color: #D25A8B;
}
.AnyTagClassName
{
color: #D25A8B;
}
</style>
background-color css
<style>
a { background-color: #D25A8B; }
a { background-color: rgb(210,90,139); }
div.DivClassName
{
background-color: #D25A8B;
}
.BgClassName
{
background-color: #D25A8B;
}
</style>
border-color css
<style>
span { border-color: #D25A8B; }
span { border-color: rgb(210,90,139); }
td.TdClassName
{
border-color: #D25A8B;
}
.TagClassName
{
border-color: #D25A8B;
}
</style>