Shades of Hopbush #D25F96
Tints of Hopbush #D25F96
RGB
CMYK
RGB Variations
Color information
#D25F96 (or 0xD25F96) is known color: Hopbush. HEX triplet: D2, 5F and 96. RGB value is (210,95,150). Sum of RGB (Red+Green+Blue) = 210+95+150=455 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.15% from 455); Green value is 95 (37.5% from 255 or 20.88% from 455); Blue value is 150 (58.98% from 255 or 32.97% from 455); Max value from RGB is 210 - color contains mainly: red. Hex color #D25F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25F96 is #2DA069. Grayscale: #878787. Windows color (decimal): -2990186 or 9854930. OLE color: 9854930.
HSL color Cylindrical-coordinate representation of color #D25F96: hue angle of 331.3º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D25F96 is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 95 | 150 | - |
| CMYK | 0 | 0.55 | 0.29 | 0.18 |
| HSL | 331.3º | 0.56% | 0.6% | - |
| HSV(B) | 331.3º | 0.55% | 0.82% | - |
| XYZ | 36.18 | 24.09 | 31.6 | - |
| YUV | 135.66 | 136.1 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 95 | 150 | 0 | 0.55 | 0.29 | 0.18 | 331.3 | 0.56 | 0.6 |
| Hex | D2 | 5F | 96 | 0 | 37 | 1D | 12 | 14B | 38 | 3C |
| Octal | 322 | 137 | 226 | 0 | 67 | 35 | 22 | 513 | 70 | 74 |
| Binary | 11010010 | 1011111 | 10010110 | 0 | 110111 | 11101 | 10010 | 101001011 | 111000 | 111100 |
Color Harmonies of #D25F96
Complementary color
Monochromatic Colors of #D25F96
Black with #D25F96
Text Example
Text Example
White with #D25F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25F96; }
p { color: rgb(210,95,150); }
H1.HeaderClassName
{
color: #D25F96;
}
.AnyTagClassName
{
color: #D25F96;
}
</style>
background-color css
<style>
a { background-color: #D25F96; }
a { background-color: rgb(210,95,150); }
div.DivClassName
{
background-color: #D25F96;
}
.BgClassName
{
background-color: #D25F96;
}
</style>
border-color css
<style>
span { border-color: #D25F96; }
span { border-color: rgb(210,95,150); }
td.TdClassName
{
border-color: #D25F96;
}
.TagClassName
{
border-color: #D25F96;
}
</style>