Shades of Hopbush #D25A95
Tints of Hopbush #D25A95
RGB
CMYK
RGB Variations
Color information
#D25A95 (or 0xD25A95) is known color: Hopbush. HEX triplet: D2, 5A and 95. RGB value is (210,90,149). Sum of RGB (Red+Green+Blue) = 210+90+149=449 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.77% from 449); Green value is 90 (35.55% from 255 or 20.04% from 449); Blue value is 149 (58.59% from 255 or 33.18% from 449); Max value from RGB is 210 - color contains mainly: red. Hex color #D25A95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25A95 is #2DA56A. Grayscale: #848484. Windows color (decimal): -2991467 or 9788114. OLE color: 9788114.
HSL color Cylindrical-coordinate representation of color #D25A95: hue angle of 330.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 #D25A95 is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 90 | 149 | - |
| CMYK | 0 | 0.57 | 0.29 | 0.18 |
| HSL | 330.5º | 0.57% | 0.59% | - |
| HSV(B) | 330.5º | 0.57% | 0.82% | - |
| XYZ | 35.66 | 23.18 | 31.03 | - |
| YUV | 132.61 | 137.26 | 183.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 90 | 149 | 0 | 0.57 | 0.29 | 0.18 | 330.5 | 0.57 | 0.59 |
| Hex | D2 | 5A | 95 | 0 | 39 | 1D | 12 | 14A | 39 | 3B |
| Octal | 322 | 132 | 225 | 0 | 71 | 35 | 22 | 512 | 71 | 73 |
| Binary | 11010010 | 1011010 | 10010101 | 0 | 111001 | 11101 | 10010 | 101001010 | 111001 | 111011 |
Color Harmonies of #D25A95
Complementary color
Monochromatic Colors of #D25A95
Black with #D25A95
Text Example
Text Example
White with #D25A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25A95; }
p { color: rgb(210,90,149); }
H1.HeaderClassName
{
color: #D25A95;
}
.AnyTagClassName
{
color: #D25A95;
}
</style>
background-color css
<style>
a { background-color: #D25A95; }
a { background-color: rgb(210,90,149); }
div.DivClassName
{
background-color: #D25A95;
}
.BgClassName
{
background-color: #D25A95;
}
</style>
border-color css
<style>
span { border-color: #D25A95; }
span { border-color: rgb(210,90,149); }
td.TdClassName
{
border-color: #D25A95;
}
.TagClassName
{
border-color: #D25A95;
}
</style>