Shades of Hopbush #D674AA
Tints of Hopbush #D674AA
RGB
CMYK
RGB Variations
Color information
#D674AA (or 0xD674AA) is known color: Hopbush. HEX triplet: D6, 74 and AA. RGB value is (214,116,170). Sum of RGB (Red+Green+Blue) = 214+116+170=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 116 (45.70% from 255 or 23.2% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 214 - color contains mainly: red. Hex color #D674AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D674AA is #298B55. Grayscale: #979797. Windows color (decimal): -2722646 or 11171030. OLE color: 11171030.
HSL color Cylindrical-coordinate representation of color #D674AA: hue angle of 326.94º 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 #D674AA is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 116 | 170 | - |
| CMYK | 0 | 0.46 | 0.21 | 0.16 |
| HSL | 326.94º | 0.54% | 0.65% | - |
| HSV(B) | 326.94º | 0.46% | 0.84% | - |
| XYZ | 41.23 | 29.69 | 41.59 | - |
| YUV | 151.46 | 138.47 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 116 | 170 | 0 | 0.46 | 0.21 | 0.16 | 326.94 | 0.54 | 0.65 |
| Hex | D6 | 74 | AA | 0 | 2E | 15 | 10 | 147 | 36 | 41 |
| Octal | 326 | 164 | 252 | 0 | 56 | 25 | 20 | 507 | 66 | 101 |
| Binary | 11010110 | 1110100 | 10101010 | 0 | 101110 | 10101 | 10000 | 101000111 | 110110 | 1000001 |
Color Harmonies of #D674AA
Complementary color
Monochromatic Colors of #D674AA
Black with #D674AA
Text Example
Text Example
White with #D674AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D674AA; }
p { color: rgb(214,116,170); }
H1.HeaderClassName
{
color: #D674AA;
}
.AnyTagClassName
{
color: #D674AA;
}
</style>
background-color css
<style>
a { background-color: #D674AA; }
a { background-color: rgb(214,116,170); }
div.DivClassName
{
background-color: #D674AA;
}
.BgClassName
{
background-color: #D674AA;
}
</style>
border-color css
<style>
span { border-color: #D674AA; }
span { border-color: rgb(214,116,170); }
td.TdClassName
{
border-color: #D674AA;
}
.TagClassName
{
border-color: #D674AA;
}
</style>