Shades of Hopbush #DD61A8
Tints of Hopbush #DD61A8
RGB
CMYK
RGB Variations
Color information
#DD61A8 (or 0xDD61A8) is known color: Hopbush. HEX triplet: DD, 61 and A8. RGB value is (221,97,168). Sum of RGB (Red+Green+Blue) = 221+97+168=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 97 (38.28% from 255 or 19.96% from 486); Blue value is 168 (66.02% from 255 or 34.57% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD61A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD61A8 is #229E57. Grayscale: #8E8E8E. Windows color (decimal): -2268760 or 11035101. OLE color: 11035101.
HSL color Cylindrical-coordinate representation of color #DD61A8: hue angle of 325.65º 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 #DD61A8 is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 97 | 168 | - |
| CMYK | 0 | 0.56 | 0.24 | 0.13 |
| HSL | 325.65º | 0.65% | 0.62% | - |
| HSV(B) | 325.65º | 0.56% | 0.87% | - |
| XYZ | 41.16 | 26.75 | 40.04 | - |
| YUV | 142.17 | 142.58 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 97 | 168 | 0 | 0.56 | 0.24 | 0.13 | 325.65 | 0.65 | 0.62 |
| Hex | DD | 61 | A8 | 0 | 38 | 18 | D | 146 | 41 | 3E |
| Octal | 335 | 141 | 250 | 0 | 70 | 30 | 15 | 506 | 101 | 76 |
| Binary | 11011101 | 1100001 | 10101000 | 0 | 111000 | 11000 | 1101 | 101000110 | 1000001 | 111110 |
Color Harmonies of #DD61A8
Complementary color
Monochromatic Colors of #DD61A8
Black with #DD61A8
Text Example
Text Example
White with #DD61A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD61A8; }
p { color: rgb(221,97,168); }
H1.HeaderClassName
{
color: #DD61A8;
}
.AnyTagClassName
{
color: #DD61A8;
}
</style>
background-color css
<style>
a { background-color: #DD61A8; }
a { background-color: rgb(221,97,168); }
div.DivClassName
{
background-color: #DD61A8;
}
.BgClassName
{
background-color: #DD61A8;
}
</style>
border-color css
<style>
span { border-color: #DD61A8; }
span { border-color: rgb(221,97,168); }
td.TdClassName
{
border-color: #DD61A8;
}
.TagClassName
{
border-color: #DD61A8;
}
</style>