Shades of Hopbush #D168AE
Tints of Hopbush #D168AE
RGB
CMYK
RGB Variations
Color information
#D168AE (or 0xD168AE) is known color: Hopbush. HEX triplet: D1, 68 and AE. RGB value is (209,104,174). Sum of RGB (Red+Green+Blue) = 209+104+174=487 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.92% from 487); Green value is 104 (41.02% from 255 or 21.36% from 487); Blue value is 174 (68.36% from 255 or 35.73% from 487); Max value from RGB is 209 - color contains mainly: red. Hex color #D168AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D168AE is #2E9751. Grayscale: #8F8F8F. Windows color (decimal): -3053394 or 11430097. OLE color: 11430097.
HSL color Cylindrical-coordinate representation of color #D168AE: hue angle of 320º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D168AE is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 104 | 174 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.18 |
| HSL | 320º | 0.53% | 0.61% | - |
| HSV(B) | 320º | 0.5% | 0.82% | - |
| XYZ | 38.88 | 26.51 | 43.11 | - |
| YUV | 143.38 | 145.29 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 104 | 174 | 0 | 0.50 | 0.17 | 0.18 | 320 | 0.53 | 0.61 |
| Hex | D1 | 68 | AE | 0 | 32 | 11 | 12 | 140 | 35 | 3D |
| Octal | 321 | 150 | 256 | 0 | 62 | 21 | 22 | 500 | 65 | 75 |
| Binary | 11010001 | 1101000 | 10101110 | 0 | 110010 | 10001 | 10010 | 101000000 | 110101 | 111101 |
Color Harmonies of #D168AE
Complementary color
Monochromatic Colors of #D168AE
Black with #D168AE
Text Example
Text Example
White with #D168AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D168AE; }
p { color: rgb(209,104,174); }
H1.HeaderClassName
{
color: #D168AE;
}
.AnyTagClassName
{
color: #D168AE;
}
</style>
background-color css
<style>
a { background-color: #D168AE; }
a { background-color: rgb(209,104,174); }
div.DivClassName
{
background-color: #D168AE;
}
.BgClassName
{
background-color: #D168AE;
}
</style>
border-color css
<style>
span { border-color: #D168AE; }
span { border-color: rgb(209,104,174); }
td.TdClassName
{
border-color: #D168AE;
}
.TagClassName
{
border-color: #D168AE;
}
</style>