Shades of Hopbush #D25D8F
Tints of Hopbush #D25D8F
RGB
CMYK
RGB Variations
Color information
#D25D8F (or 0xD25D8F) is known color: Hopbush. HEX triplet: D2, 5D and 8F. RGB value is (210,93,143). Sum of RGB (Red+Green+Blue) = 210+93+143=446 (59% of max value = 765). Red value is 210 (82.42% from 255 or 47.09% from 446); Green value is 93 (36.72% from 255 or 20.85% from 446); Blue value is 143 (56.25% from 255 or 32.06% from 446); Max value from RGB is 210 - color contains mainly: red. Hex color #D25D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25D8F is #2DA270. Grayscale: #858585. Windows color (decimal): -2990705 or 9395666. OLE color: 9395666.
HSL color Cylindrical-coordinate representation of color #D25D8F: hue angle of 334.36º 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 #D25D8F is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 93 | 143 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.18 |
| HSL | 334.36º | 0.57% | 0.59% | - |
| HSV(B) | 334.36º | 0.56% | 0.82% | - |
| XYZ | 35.45 | 23.51 | 28.66 | - |
| YUV | 133.68 | 133.26 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 93 | 143 | 0 | 0.56 | 0.32 | 0.18 | 334.36 | 0.57 | 0.59 |
| Hex | D2 | 5D | 8F | 0 | 38 | 20 | 12 | 14E | 39 | 3B |
| Octal | 322 | 135 | 217 | 0 | 70 | 40 | 22 | 516 | 71 | 73 |
| Binary | 11010010 | 1011101 | 10001111 | 0 | 111000 | 100000 | 10010 | 101001110 | 111001 | 111011 |
Color Harmonies of #D25D8F
Complementary color
Monochromatic Colors of #D25D8F
Black with #D25D8F
Text Example
Text Example
White with #D25D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25D8F; }
p { color: rgb(210,93,143); }
H1.HeaderClassName
{
color: #D25D8F;
}
.AnyTagClassName
{
color: #D25D8F;
}
</style>
background-color css
<style>
a { background-color: #D25D8F; }
a { background-color: rgb(210,93,143); }
div.DivClassName
{
background-color: #D25D8F;
}
.BgClassName
{
background-color: #D25D8F;
}
</style>
border-color css
<style>
span { border-color: #D25D8F; }
span { border-color: rgb(210,93,143); }
td.TdClassName
{
border-color: #D25D8F;
}
.TagClassName
{
border-color: #D25D8F;
}
</style>