Shades of Hopbush #D16CAA
Tints of Hopbush #D16CAA
RGB
CMYK
RGB Variations
Color information
#D16CAA (or 0xD16CAA) is known color: Hopbush. HEX triplet: D1, 6C and AA. RGB value is (209,108,170). Sum of RGB (Red+Green+Blue) = 209+108+170=487 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.92% from 487); Green value is 108 (42.58% from 255 or 22.18% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 209 - color contains mainly: red. Hex color #D16CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D16CAA is #2E9355. Grayscale: #919191. Windows color (decimal): -3052374 or 11168977. OLE color: 11168977.
HSL color Cylindrical-coordinate representation of color #D16CAA: hue angle of 323.17º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D16CAA is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 108 | 170 | - |
| CMYK | 0 | 0.48 | 0.19 | 0.18 |
| HSL | 323.17º | 0.52% | 0.62% | - |
| HSV(B) | 323.17º | 0.48% | 0.82% | - |
| XYZ | 38.91 | 27.18 | 41.23 | - |
| YUV | 145.27 | 141.96 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 108 | 170 | 0 | 0.48 | 0.19 | 0.18 | 323.17 | 0.52 | 0.62 |
| Hex | D1 | 6C | AA | 0 | 30 | 13 | 12 | 143 | 34 | 3E |
| Octal | 321 | 154 | 252 | 0 | 60 | 23 | 22 | 503 | 64 | 76 |
| Binary | 11010001 | 1101100 | 10101010 | 0 | 110000 | 10011 | 10010 | 101000011 | 110100 | 111110 |
Color Harmonies of #D16CAA
Complementary color
Monochromatic Colors of #D16CAA
Black with #D16CAA
Text Example
Text Example
White with #D16CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16CAA; }
p { color: rgb(209,108,170); }
H1.HeaderClassName
{
color: #D16CAA;
}
.AnyTagClassName
{
color: #D16CAA;
}
</style>
background-color css
<style>
a { background-color: #D16CAA; }
a { background-color: rgb(209,108,170); }
div.DivClassName
{
background-color: #D16CAA;
}
.BgClassName
{
background-color: #D16CAA;
}
</style>
border-color css
<style>
span { border-color: #D16CAA; }
span { border-color: rgb(209,108,170); }
td.TdClassName
{
border-color: #D16CAA;
}
.TagClassName
{
border-color: #D16CAA;
}
</style>