Shades of Hopbush #DD60AC
Tints of Hopbush #DD60AC
RGB
CMYK
RGB Variations
Color information
#DD60AC (or 0xDD60AC) is known color: Hopbush. HEX triplet: DD, 60 and AC. RGB value is (221,96,172). Sum of RGB (Red+Green+Blue) = 221+96+172=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 96 (37.89% from 255 or 19.63% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DD60AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD60AC is #229F53. Grayscale: #8D8D8D. Windows color (decimal): -2269012 or 11296989. OLE color: 11296989.
HSL color Cylindrical-coordinate representation of color #DD60AC: hue angle of 323.52º 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 #DD60AC is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 96 | 172 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.13 |
| HSL | 323.52º | 0.65% | 0.62% | - |
| HSV(B) | 323.52º | 0.57% | 0.87% | - |
| XYZ | 41.45 | 26.72 | 42 | - |
| YUV | 142.04 | 144.91 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 96 | 172 | 0 | 0.57 | 0.22 | 0.13 | 323.52 | 0.65 | 0.62 |
| Hex | DD | 60 | AC | 0 | 39 | 16 | D | 144 | 41 | 3E |
| Octal | 335 | 140 | 254 | 0 | 71 | 26 | 15 | 504 | 101 | 76 |
| Binary | 11011101 | 1100000 | 10101100 | 0 | 111001 | 10110 | 1101 | 101000100 | 1000001 | 111110 |
Color Harmonies of #DD60AC
Complementary color
Monochromatic Colors of #DD60AC
Black with #DD60AC
Text Example
Text Example
White with #DD60AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD60AC; }
p { color: rgb(221,96,172); }
H1.HeaderClassName
{
color: #DD60AC;
}
.AnyTagClassName
{
color: #DD60AC;
}
</style>
background-color css
<style>
a { background-color: #DD60AC; }
a { background-color: rgb(221,96,172); }
div.DivClassName
{
background-color: #DD60AC;
}
.BgClassName
{
background-color: #DD60AC;
}
</style>
border-color css
<style>
span { border-color: #DD60AC; }
span { border-color: rgb(221,96,172); }
td.TdClassName
{
border-color: #DD60AC;
}
.TagClassName
{
border-color: #DD60AC;
}
</style>