Shades of Hopbush #D25D97
Tints of Hopbush #D25D97
RGB
CMYK
RGB Variations
Color information
#D25D97 (or 0xD25D97) is known color: Hopbush. HEX triplet: D2, 5D and 97. RGB value is (210,93,151). Sum of RGB (Red+Green+Blue) = 210+93+151=454 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.26% from 454); Green value is 93 (36.72% from 255 or 20.48% from 454); Blue value is 151 (59.38% from 255 or 33.26% from 454); Max value from RGB is 210 - color contains mainly: red. Hex color #D25D97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25D97 is #2DA268. Grayscale: #868686. Windows color (decimal): -2990697 or 9919954. OLE color: 9919954.
HSL color Cylindrical-coordinate representation of color #D25D97: hue angle of 330.26º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D25D97 is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 93 | 151 | - |
| CMYK | 0 | 0.56 | 0.28 | 0.18 |
| HSL | 330.26º | 0.57% | 0.59% | - |
| HSV(B) | 330.26º | 0.56% | 0.82% | - |
| XYZ | 36.08 | 23.76 | 31.96 | - |
| YUV | 134.6 | 137.26 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 93 | 151 | 0 | 0.56 | 0.28 | 0.18 | 330.26 | 0.57 | 0.59 |
| Hex | D2 | 5D | 97 | 0 | 38 | 1C | 12 | 14A | 39 | 3B |
| Octal | 322 | 135 | 227 | 0 | 70 | 34 | 22 | 512 | 71 | 73 |
| Binary | 11010010 | 1011101 | 10010111 | 0 | 111000 | 11100 | 10010 | 101001010 | 111001 | 111011 |
Color Harmonies of #D25D97
Complementary color
Monochromatic Colors of #D25D97
Black with #D25D97
Text Example
Text Example
White with #D25D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25D97; }
p { color: rgb(210,93,151); }
H1.HeaderClassName
{
color: #D25D97;
}
.AnyTagClassName
{
color: #D25D97;
}
</style>
background-color css
<style>
a { background-color: #D25D97; }
a { background-color: rgb(210,93,151); }
div.DivClassName
{
background-color: #D25D97;
}
.BgClassName
{
background-color: #D25D97;
}
</style>
border-color css
<style>
span { border-color: #D25D97; }
span { border-color: rgb(210,93,151); }
td.TdClassName
{
border-color: #D25D97;
}
.TagClassName
{
border-color: #D25D97;
}
</style>