Shades of Hopbush #D674AB
Tints of Hopbush #D674AB
RGB
CMYK
RGB Variations
Color information
#D674AB (or 0xD674AB) is known color: Hopbush. HEX triplet: D6, 74 and AB. RGB value is (214,116,171). Sum of RGB (Red+Green+Blue) = 214+116+171=501 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.71% from 501); Green value is 116 (45.70% from 255 or 23.15% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 214 - color contains mainly: red. Hex color #D674AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D674AB is #298B54. Grayscale: #979797. Windows color (decimal): -2722645 or 11236566. OLE color: 11236566.
HSL color Cylindrical-coordinate representation of color #D674AB: hue angle of 326.33º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D674AB is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 116 | 171 | - |
| CMYK | 0 | 0.46 | 0.20 | 0.16 |
| HSL | 326.33º | 0.54% | 0.65% | - |
| HSV(B) | 326.33º | 0.46% | 0.84% | - |
| XYZ | 41.33 | 29.73 | 42.09 | - |
| YUV | 151.57 | 138.97 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 116 | 171 | 0 | 0.46 | 0.20 | 0.16 | 326.33 | 0.54 | 0.65 |
| Hex | D6 | 74 | AB | 0 | 2E | 14 | 10 | 146 | 36 | 41 |
| Octal | 326 | 164 | 253 | 0 | 56 | 24 | 20 | 506 | 66 | 101 |
| Binary | 11010110 | 1110100 | 10101011 | 0 | 101110 | 10100 | 10000 | 101000110 | 110110 | 1000001 |
Color Harmonies of #D674AB
Complementary color
Monochromatic Colors of #D674AB
Black with #D674AB
Text Example
Text Example
White with #D674AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D674AB; }
p { color: rgb(214,116,171); }
H1.HeaderClassName
{
color: #D674AB;
}
.AnyTagClassName
{
color: #D674AB;
}
</style>
background-color css
<style>
a { background-color: #D674AB; }
a { background-color: rgb(214,116,171); }
div.DivClassName
{
background-color: #D674AB;
}
.BgClassName
{
background-color: #D674AB;
}
</style>
border-color css
<style>
span { border-color: #D674AB; }
span { border-color: rgb(214,116,171); }
td.TdClassName
{
border-color: #D674AB;
}
.TagClassName
{
border-color: #D674AB;
}
</style>