Shades of Hopbush #D661A2
Tints of Hopbush #D661A2
RGB
CMYK
RGB Variations
Color information
#D661A2 (or 0xD661A2) is known color: Hopbush. HEX triplet: D6, 61 and A2. RGB value is (214,97,162). Sum of RGB (Red+Green+Blue) = 214+97+162=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 97 (38.28% from 255 or 20.51% from 473); Blue value is 162 (63.67% from 255 or 34.25% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D661A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D661A2 is #299E5D. Grayscale: #8B8B8B. Windows color (decimal): -2727518 or 10641878. OLE color: 10641878.
HSL color Cylindrical-coordinate representation of color #D661A2: hue angle of 326.67º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D661A2 is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 97 | 162 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.16 |
| HSL | 326.67º | 0.59% | 0.61% | - |
| HSV(B) | 326.67º | 0.55% | 0.84% | - |
| XYZ | 38.53 | 25.45 | 37.06 | - |
| YUV | 139.39 | 140.76 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 97 | 162 | 0 | 0.55 | 0.24 | 0.16 | 326.67 | 0.59 | 0.61 |
| Hex | D6 | 61 | A2 | 0 | 37 | 18 | 10 | 147 | 3B | 3D |
| Octal | 326 | 141 | 242 | 0 | 67 | 30 | 20 | 507 | 73 | 75 |
| Binary | 11010110 | 1100001 | 10100010 | 0 | 110111 | 11000 | 10000 | 101000111 | 111011 | 111101 |
Color Harmonies of #D661A2
Complementary color
Monochromatic Colors of #D661A2
Black with #D661A2
Text Example
Text Example
White with #D661A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D661A2; }
p { color: rgb(214,97,162); }
H1.HeaderClassName
{
color: #D661A2;
}
.AnyTagClassName
{
color: #D661A2;
}
</style>
background-color css
<style>
a { background-color: #D661A2; }
a { background-color: rgb(214,97,162); }
div.DivClassName
{
background-color: #D661A2;
}
.BgClassName
{
background-color: #D661A2;
}
</style>
border-color css
<style>
span { border-color: #D661A2; }
span { border-color: rgb(214,97,162); }
td.TdClassName
{
border-color: #D661A2;
}
.TagClassName
{
border-color: #D661A2;
}
</style>