Shades of Hopbush #D25C96
Tints of Hopbush #D25C96
RGB
CMYK
RGB Variations
Color information
#D25C96 (or 0xD25C96) is known color: Hopbush. HEX triplet: D2, 5C and 96. RGB value is (210,92,150). Sum of RGB (Red+Green+Blue) = 210+92+150=452 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.46% from 452); Green value is 92 (36.33% from 255 or 20.35% from 452); Blue value is 150 (58.98% from 255 or 33.19% from 452); Max value from RGB is 210 - color contains mainly: red. Hex color #D25C96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25C96 is #2DA369. Grayscale: #858585. Windows color (decimal): -2990954 or 9854162. OLE color: 9854162.
HSL color Cylindrical-coordinate representation of color #D25C96: hue angle of 330.51º 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 #D25C96 is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 92 | 150 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.18 |
| HSL | 330.51º | 0.57% | 0.59% | - |
| HSV(B) | 330.51º | 0.56% | 0.82% | - |
| XYZ | 35.91 | 23.56 | 31.51 | - |
| YUV | 133.89 | 137.09 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 92 | 150 | 0 | 0.56 | 0.29 | 0.18 | 330.51 | 0.57 | 0.59 |
| Hex | D2 | 5C | 96 | 0 | 38 | 1D | 12 | 14B | 39 | 3B |
| Octal | 322 | 134 | 226 | 0 | 70 | 35 | 22 | 513 | 71 | 73 |
| Binary | 11010010 | 1011100 | 10010110 | 0 | 111000 | 11101 | 10010 | 101001011 | 111001 | 111011 |
Color Harmonies of #D25C96
Complementary color
Monochromatic Colors of #D25C96
Black with #D25C96
Text Example
Text Example
White with #D25C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25C96; }
p { color: rgb(210,92,150); }
H1.HeaderClassName
{
color: #D25C96;
}
.AnyTagClassName
{
color: #D25C96;
}
</style>
background-color css
<style>
a { background-color: #D25C96; }
a { background-color: rgb(210,92,150); }
div.DivClassName
{
background-color: #D25C96;
}
.BgClassName
{
background-color: #D25C96;
}
</style>
border-color css
<style>
span { border-color: #D25C96; }
span { border-color: rgb(210,92,150); }
td.TdClassName
{
border-color: #D25C96;
}
.TagClassName
{
border-color: #D25C96;
}
</style>