Shades of Hopbush #D25A91
Tints of Hopbush #D25A91
RGB
CMYK
RGB Variations
Color information
#D25A91 (or 0xD25A91) is known color: Hopbush. HEX triplet: D2, 5A and 91. RGB value is (210,90,145). Sum of RGB (Red+Green+Blue) = 210+90+145=445 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.19% from 445); Green value is 90 (35.55% from 255 or 20.22% from 445); Blue value is 145 (57.03% from 255 or 32.58% from 445); Max value from RGB is 210 - color contains mainly: red. Hex color #D25A91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25A91 is #2DA56E. Grayscale: #848484. Windows color (decimal): -2991471 or 9525970. OLE color: 9525970.
HSL color Cylindrical-coordinate representation of color #D25A91: hue angle of 332.5º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D25A91 is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 90 | 145 | - |
| CMYK | 0 | 0.57 | 0.31 | 0.18 |
| HSL | 332.5º | 0.57% | 0.59% | - |
| HSV(B) | 332.5º | 0.57% | 0.82% | - |
| XYZ | 35.35 | 23.06 | 29.38 | - |
| YUV | 132.15 | 135.26 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 90 | 145 | 0 | 0.57 | 0.31 | 0.18 | 332.5 | 0.57 | 0.59 |
| Hex | D2 | 5A | 91 | 0 | 39 | 1F | 12 | 14C | 39 | 3B |
| Octal | 322 | 132 | 221 | 0 | 71 | 37 | 22 | 514 | 71 | 73 |
| Binary | 11010010 | 1011010 | 10010001 | 0 | 111001 | 11111 | 10010 | 101001100 | 111001 | 111011 |
Color Harmonies of #D25A91
Complementary color
Monochromatic Colors of #D25A91
Black with #D25A91
Text Example
Text Example
White with #D25A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25A91; }
p { color: rgb(210,90,145); }
H1.HeaderClassName
{
color: #D25A91;
}
.AnyTagClassName
{
color: #D25A91;
}
</style>
background-color css
<style>
a { background-color: #D25A91; }
a { background-color: rgb(210,90,145); }
div.DivClassName
{
background-color: #D25A91;
}
.BgClassName
{
background-color: #D25A91;
}
</style>
border-color css
<style>
span { border-color: #D25A91; }
span { border-color: rgb(210,90,145); }
td.TdClassName
{
border-color: #D25A91;
}
.TagClassName
{
border-color: #D25A91;
}
</style>