Shades of Hopbush #D17CAA
Tints of Hopbush #D17CAA
RGB
CMYK
RGB Variations
Color information
#D17CAA (or 0xD17CAA) is known color: Hopbush. HEX triplet: D1, 7C and AA. RGB value is (209,124,170). Sum of RGB (Red+Green+Blue) = 209+124+170=503 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.55% from 503); Green value is 124 (48.83% from 255 or 24.65% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 209 - color contains mainly: red. Hex color #D17CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17CAA is #2E8355. Grayscale: #9A9A9A. Windows color (decimal): -3048278 or 11173073. OLE color: 11173073.
HSL color Cylindrical-coordinate representation of color #D17CAA: hue angle of 327.53º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D17CAA is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 124 | 170 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.18 |
| HSL | 327.53º | 0.48% | 0.65% | - |
| HSV(B) | 327.53º | 0.41% | 0.82% | - |
| XYZ | 40.76 | 30.87 | 41.84 | - |
| YUV | 154.66 | 136.66 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 124 | 170 | 0 | 0.41 | 0.19 | 0.18 | 327.53 | 0.48 | 0.65 |
| Hex | D1 | 7C | AA | 0 | 29 | 13 | 12 | 148 | 30 | 41 |
| Octal | 321 | 174 | 252 | 0 | 51 | 23 | 22 | 510 | 60 | 101 |
| Binary | 11010001 | 1111100 | 10101010 | 0 | 101001 | 10011 | 10010 | 101001000 | 110000 | 1000001 |
Color Harmonies of #D17CAA
Complementary color
Monochromatic Colors of #D17CAA
Black with #D17CAA
Text Example
Text Example
White with #D17CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17CAA; }
p { color: rgb(209,124,170); }
H1.HeaderClassName
{
color: #D17CAA;
}
.AnyTagClassName
{
color: #D17CAA;
}
</style>
background-color css
<style>
a { background-color: #D17CAA; }
a { background-color: rgb(209,124,170); }
div.DivClassName
{
background-color: #D17CAA;
}
.BgClassName
{
background-color: #D17CAA;
}
</style>
border-color css
<style>
span { border-color: #D17CAA; }
span { border-color: rgb(209,124,170); }
td.TdClassName
{
border-color: #D17CAA;
}
.TagClassName
{
border-color: #D17CAA;
}
</style>