Shades of Hopbush #D958AC
Tints of Hopbush #D958AC
RGB
CMYK
RGB Variations
Color information
#D958AC (or 0xD958AC) is known color: Hopbush. HEX triplet: D9, 58 and AC. RGB value is (217,88,172). Sum of RGB (Red+Green+Blue) = 217+88+172=477 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.49% from 477); Green value is 88 (34.77% from 255 or 18.45% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 217 - color contains mainly: red. Hex color #D958AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D958AC is #26A753. Grayscale: #878787. Windows color (decimal): -2533204 or 11294937. OLE color: 11294937.
HSL color Cylindrical-coordinate representation of color #D958AC: hue angle of 320.93º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D958AC is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 88 | 172 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.15 |
| HSL | 320.93º | 0.63% | 0.6% | - |
| HSV(B) | 320.93º | 0.59% | 0.85% | - |
| XYZ | 39.55 | 24.71 | 41.71 | - |
| YUV | 136.15 | 148.24 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 88 | 172 | 0 | 0.59 | 0.21 | 0.15 | 320.93 | 0.63 | 0.6 |
| Hex | D9 | 58 | AC | 0 | 3B | 15 | F | 141 | 3F | 3C |
| Octal | 331 | 130 | 254 | 0 | 73 | 25 | 17 | 501 | 77 | 74 |
| Binary | 11011001 | 1011000 | 10101100 | 0 | 111011 | 10101 | 1111 | 101000001 | 111111 | 111100 |
Color Harmonies of #D958AC
Complementary color
Monochromatic Colors of #D958AC
Black with #D958AC
Text Example
Text Example
White with #D958AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D958AC; }
p { color: rgb(217,88,172); }
H1.HeaderClassName
{
color: #D958AC;
}
.AnyTagClassName
{
color: #D958AC;
}
</style>
background-color css
<style>
a { background-color: #D958AC; }
a { background-color: rgb(217,88,172); }
div.DivClassName
{
background-color: #D958AC;
}
.BgClassName
{
background-color: #D958AC;
}
</style>
border-color css
<style>
span { border-color: #D958AC; }
span { border-color: rgb(217,88,172); }
td.TdClassName
{
border-color: #D958AC;
}
.TagClassName
{
border-color: #D958AC;
}
</style>