Shades of Hopbush #D672AB
Tints of Hopbush #D672AB
RGB
CMYK
RGB Variations
Color information
#D672AB (or 0xD672AB) is known color: Hopbush. HEX triplet: D6, 72 and AB. RGB value is (214,114,171). Sum of RGB (Red+Green+Blue) = 214+114+171=499 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.89% from 499); Green value is 114 (44.92% from 255 or 22.85% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 214 - color contains mainly: red. Hex color #D672AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D672AB is #298D54. Grayscale: #969696. Windows color (decimal): -2723157 or 11236054. OLE color: 11236054.
HSL color Cylindrical-coordinate representation of color #D672AB: hue angle of 325.8º 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 #D672AB is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 114 | 171 | - |
| CMYK | 0 | 0.47 | 0.20 | 0.16 |
| HSL | 325.8º | 0.55% | 0.64% | - |
| HSV(B) | 325.8º | 0.47% | 0.84% | - |
| XYZ | 41.1 | 29.27 | 42.01 | - |
| YUV | 150.4 | 139.63 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 114 | 171 | 0 | 0.47 | 0.20 | 0.16 | 325.8 | 0.55 | 0.64 |
| Hex | D6 | 72 | AB | 0 | 2F | 14 | 10 | 146 | 37 | 40 |
| Octal | 326 | 162 | 253 | 0 | 57 | 24 | 20 | 506 | 67 | 100 |
| Binary | 11010110 | 1110010 | 10101011 | 0 | 101111 | 10100 | 10000 | 101000110 | 110111 | 1000000 |
Color Harmonies of #D672AB
Complementary color
Monochromatic Colors of #D672AB
Black with #D672AB
Text Example
Text Example
White with #D672AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D672AB; }
p { color: rgb(214,114,171); }
H1.HeaderClassName
{
color: #D672AB;
}
.AnyTagClassName
{
color: #D672AB;
}
</style>
background-color css
<style>
a { background-color: #D672AB; }
a { background-color: rgb(214,114,171); }
div.DivClassName
{
background-color: #D672AB;
}
.BgClassName
{
background-color: #D672AB;
}
</style>
border-color css
<style>
span { border-color: #D672AB; }
span { border-color: rgb(214,114,171); }
td.TdClassName
{
border-color: #D672AB;
}
.TagClassName
{
border-color: #D672AB;
}
</style>