Shades of Hopbush #D672AA
Tints of Hopbush #D672AA
RGB
CMYK
RGB Variations
Color information
#D672AA (or 0xD672AA) is known color: Hopbush. HEX triplet: D6, 72 and AA. RGB value is (214,114,170). Sum of RGB (Red+Green+Blue) = 214+114+170=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 114 (44.92% from 255 or 22.89% from 498); Blue value is 170 (66.80% from 255 or 34.14% from 498); Max value from RGB is 214 - color contains mainly: red. Hex color #D672AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D672AA is #298D55. Grayscale: #969696. Windows color (decimal): -2723158 or 11170518. OLE color: 11170518.
HSL color Cylindrical-coordinate representation of color #D672AA: hue angle of 326.4º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D672AA is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 114 | 170 | - |
| CMYK | 0 | 0.47 | 0.21 | 0.16 |
| HSL | 326.4º | 0.55% | 0.64% | - |
| HSV(B) | 326.4º | 0.47% | 0.84% | - |
| XYZ | 41 | 29.23 | 41.51 | - |
| YUV | 150.28 | 139.13 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 114 | 170 | 0 | 0.47 | 0.21 | 0.16 | 326.4 | 0.55 | 0.64 |
| Hex | D6 | 72 | AA | 0 | 2F | 15 | 10 | 146 | 37 | 40 |
| Octal | 326 | 162 | 252 | 0 | 57 | 25 | 20 | 506 | 67 | 100 |
| Binary | 11010110 | 1110010 | 10101010 | 0 | 101111 | 10101 | 10000 | 101000110 | 110111 | 1000000 |
Color Harmonies of #D672AA
Complementary color
Monochromatic Colors of #D672AA
Black with #D672AA
Text Example
Text Example
White with #D672AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D672AA; }
p { color: rgb(214,114,170); }
H1.HeaderClassName
{
color: #D672AA;
}
.AnyTagClassName
{
color: #D672AA;
}
</style>
background-color css
<style>
a { background-color: #D672AA; }
a { background-color: rgb(214,114,170); }
div.DivClassName
{
background-color: #D672AA;
}
.BgClassName
{
background-color: #D672AA;
}
</style>
border-color css
<style>
span { border-color: #D672AA; }
span { border-color: rgb(214,114,170); }
td.TdClassName
{
border-color: #D672AA;
}
.TagClassName
{
border-color: #D672AA;
}
</style>