Shades of Hopbush #DD60A4
Tints of Hopbush #DD60A4
RGB
CMYK
RGB Variations
Color information
#DD60A4 (or 0xDD60A4) is known color: Hopbush. HEX triplet: DD, 60 and A4. RGB value is (221,96,164). Sum of RGB (Red+Green+Blue) = 221+96+164=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 96 (37.89% from 255 or 19.96% from 481); Blue value is 164 (64.45% from 255 or 34.10% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD60A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD60A4 is #229F5B. Grayscale: #8C8C8C. Windows color (decimal): -2269020 or 10772701. OLE color: 10772701.
HSL color Cylindrical-coordinate representation of color #DD60A4: hue angle of 327.36º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD60A4 is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 96 | 164 | - |
| CMYK | 0 | 0.57 | 0.26 | 0.13 |
| HSL | 327.36º | 0.65% | 0.62% | - |
| HSV(B) | 327.36º | 0.57% | 0.87% | - |
| XYZ | 40.7 | 26.42 | 38.08 | - |
| YUV | 141.13 | 140.91 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 96 | 164 | 0 | 0.57 | 0.26 | 0.13 | 327.36 | 0.65 | 0.62 |
| Hex | DD | 60 | A4 | 0 | 39 | 1A | D | 147 | 41 | 3E |
| Octal | 335 | 140 | 244 | 0 | 71 | 32 | 15 | 507 | 101 | 76 |
| Binary | 11011101 | 1100000 | 10100100 | 0 | 111001 | 11010 | 1101 | 101000111 | 1000001 | 111110 |
Color Harmonies of #DD60A4
Complementary color
Monochromatic Colors of #DD60A4
Black with #DD60A4
Text Example
Text Example
White with #DD60A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD60A4; }
p { color: rgb(221,96,164); }
H1.HeaderClassName
{
color: #DD60A4;
}
.AnyTagClassName
{
color: #DD60A4;
}
</style>
background-color css
<style>
a { background-color: #DD60A4; }
a { background-color: rgb(221,96,164); }
div.DivClassName
{
background-color: #DD60A4;
}
.BgClassName
{
background-color: #DD60A4;
}
</style>
border-color css
<style>
span { border-color: #DD60A4; }
span { border-color: rgb(221,96,164); }
td.TdClassName
{
border-color: #DD60A4;
}
.TagClassName
{
border-color: #DD60A4;
}
</style>