Shades of Hopbush #DD61A7
Tints of Hopbush #DD61A7
RGB
CMYK
RGB Variations
Color information
#DD61A7 (or 0xDD61A7) is known color: Hopbush. HEX triplet: DD, 61 and A7. RGB value is (221,97,167). Sum of RGB (Red+Green+Blue) = 221+97+167=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 97 (38.28% from 255 or 20% from 485); Blue value is 167 (65.62% from 255 or 34.43% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD61A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD61A7 is #229E58. Grayscale: #8D8D8D. Windows color (decimal): -2268761 or 10969565. OLE color: 10969565.
HSL color Cylindrical-coordinate representation of color #DD61A7: hue angle of 326.13º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD61A7 is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 97 | 167 | - |
| CMYK | 0 | 0.56 | 0.24 | 0.13 |
| HSL | 326.13º | 0.65% | 0.62% | - |
| HSV(B) | 326.13º | 0.56% | 0.87% | - |
| XYZ | 41.07 | 26.71 | 39.55 | - |
| YUV | 142.06 | 142.08 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 97 | 167 | 0 | 0.56 | 0.24 | 0.13 | 326.13 | 0.65 | 0.62 |
| Hex | DD | 61 | A7 | 0 | 38 | 18 | D | 146 | 41 | 3E |
| Octal | 335 | 141 | 247 | 0 | 70 | 30 | 15 | 506 | 101 | 76 |
| Binary | 11011101 | 1100001 | 10100111 | 0 | 111000 | 11000 | 1101 | 101000110 | 1000001 | 111110 |
Color Harmonies of #DD61A7
Complementary color
Monochromatic Colors of #DD61A7
Black with #DD61A7
Text Example
Text Example
White with #DD61A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD61A7; }
p { color: rgb(221,97,167); }
H1.HeaderClassName
{
color: #DD61A7;
}
.AnyTagClassName
{
color: #DD61A7;
}
</style>
background-color css
<style>
a { background-color: #DD61A7; }
a { background-color: rgb(221,97,167); }
div.DivClassName
{
background-color: #DD61A7;
}
.BgClassName
{
background-color: #DD61A7;
}
</style>
border-color css
<style>
span { border-color: #DD61A7; }
span { border-color: rgb(221,97,167); }
td.TdClassName
{
border-color: #DD61A7;
}
.TagClassName
{
border-color: #DD61A7;
}
</style>