Shades of Hopbush #D661A8
Tints of Hopbush #D661A8
RGB
CMYK
RGB Variations
Color information
#D661A8 (or 0xD661A8) is known color: Hopbush. HEX triplet: D6, 61 and A8. RGB value is (214,97,168). Sum of RGB (Red+Green+Blue) = 214+97+168=479 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.68% from 479); Green value is 97 (38.28% from 255 or 20.25% from 479); Blue value is 168 (66.02% from 255 or 35.07% from 479); Max value from RGB is 214 - color contains mainly: red. Hex color #D661A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D661A8 is #299E57. Grayscale: #8B8B8B. Windows color (decimal): -2727512 or 11035094. OLE color: 11035094.
HSL color Cylindrical-coordinate representation of color #D661A8: hue angle of 323.59º 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 #D661A8 is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 97 | 168 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.16 |
| HSL | 323.59º | 0.59% | 0.61% | - |
| HSV(B) | 323.59º | 0.55% | 0.84% | - |
| XYZ | 39.07 | 25.67 | 39.94 | - |
| YUV | 140.08 | 143.76 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 97 | 168 | 0 | 0.55 | 0.21 | 0.16 | 323.59 | 0.59 | 0.61 |
| Hex | D6 | 61 | A8 | 0 | 37 | 15 | 10 | 144 | 3B | 3D |
| Octal | 326 | 141 | 250 | 0 | 67 | 25 | 20 | 504 | 73 | 75 |
| Binary | 11010110 | 1100001 | 10101000 | 0 | 110111 | 10101 | 10000 | 101000100 | 111011 | 111101 |
Color Harmonies of #D661A8
Complementary color
Monochromatic Colors of #D661A8
Black with #D661A8
Text Example
Text Example
White with #D661A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D661A8; }
p { color: rgb(214,97,168); }
H1.HeaderClassName
{
color: #D661A8;
}
.AnyTagClassName
{
color: #D661A8;
}
</style>
background-color css
<style>
a { background-color: #D661A8; }
a { background-color: rgb(214,97,168); }
div.DivClassName
{
background-color: #D661A8;
}
.BgClassName
{
background-color: #D661A8;
}
</style>
border-color css
<style>
span { border-color: #D661A8; }
span { border-color: rgb(214,97,168); }
td.TdClassName
{
border-color: #D661A8;
}
.TagClassName
{
border-color: #D661A8;
}
</style>