Shades of Hopbush #D25D8C
Tints of Hopbush #D25D8C
RGB
CMYK
RGB Variations
Color information
#D25D8C (or 0xD25D8C) is known color: Hopbush. HEX triplet: D2, 5D and 8C. RGB value is (210,93,140). Sum of RGB (Red+Green+Blue) = 210+93+140=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 93 (36.72% from 255 or 20.99% from 443); Blue value is 140 (55.08% from 255 or 31.60% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D25D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25D8C is #2DA273. Grayscale: #858585. Windows color (decimal): -2990708 or 9199058. OLE color: 9199058.
HSL color Cylindrical-coordinate representation of color #D25D8C: hue angle of 335.9º 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 #D25D8C is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 93 | 140 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.18 |
| HSL | 335.9º | 0.57% | 0.59% | - |
| HSV(B) | 335.9º | 0.56% | 0.82% | - |
| XYZ | 35.23 | 23.42 | 27.48 | - |
| YUV | 133.34 | 131.76 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 93 | 140 | 0 | 0.56 | 0.33 | 0.18 | 335.9 | 0.57 | 0.59 |
| Hex | D2 | 5D | 8C | 0 | 38 | 21 | 12 | 150 | 39 | 3B |
| Octal | 322 | 135 | 214 | 0 | 70 | 41 | 22 | 520 | 71 | 73 |
| Binary | 11010010 | 1011101 | 10001100 | 0 | 111000 | 100001 | 10010 | 101010000 | 111001 | 111011 |
Color Harmonies of #D25D8C
Complementary color
Monochromatic Colors of #D25D8C
Black with #D25D8C
Text Example
Text Example
White with #D25D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25D8C; }
p { color: rgb(210,93,140); }
H1.HeaderClassName
{
color: #D25D8C;
}
.AnyTagClassName
{
color: #D25D8C;
}
</style>
background-color css
<style>
a { background-color: #D25D8C; }
a { background-color: rgb(210,93,140); }
div.DivClassName
{
background-color: #D25D8C;
}
.BgClassName
{
background-color: #D25D8C;
}
</style>
border-color css
<style>
span { border-color: #D25D8C; }
span { border-color: rgb(210,93,140); }
td.TdClassName
{
border-color: #D25D8C;
}
.TagClassName
{
border-color: #D25D8C;
}
</style>