Shades of Hopbush #DD67AB
Tints of Hopbush #DD67AB
RGB
CMYK
RGB Variations
Color information
#DD67AB (or 0xDD67AB) is known color: Hopbush. HEX triplet: DD, 67 and AB. RGB value is (221,103,171). Sum of RGB (Red+Green+Blue) = 221+103+171=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 103 (40.62% from 255 or 20.81% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DD67AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD67AB is #229854. Grayscale: #919191. Windows color (decimal): -2267221 or 11233245. OLE color: 11233245.
HSL color Cylindrical-coordinate representation of color #DD67AB: hue angle of 325.42º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD67AB is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 103 | 171 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.13 |
| HSL | 325.42º | 0.63% | 0.64% | - |
| HSV(B) | 325.42º | 0.53% | 0.87% | - |
| XYZ | 42.02 | 28.01 | 41.72 | - |
| YUV | 146.03 | 142.09 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 171 | 0 | 0.53 | 0.23 | 0.13 | 325.42 | 0.63 | 0.64 |
| Hex | DD | 67 | AB | 0 | 35 | 17 | D | 145 | 3F | 40 |
| Octal | 335 | 147 | 253 | 0 | 65 | 27 | 15 | 505 | 77 | 100 |
| Binary | 11011101 | 1100111 | 10101011 | 0 | 110101 | 10111 | 1101 | 101000101 | 111111 | 1000000 |
Color Harmonies of #DD67AB
Complementary color
Monochromatic Colors of #DD67AB
Black with #DD67AB
Text Example
Text Example
White with #DD67AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD67AB; }
p { color: rgb(221,103,171); }
H1.HeaderClassName
{
color: #DD67AB;
}
.AnyTagClassName
{
color: #DD67AB;
}
</style>
background-color css
<style>
a { background-color: #DD67AB; }
a { background-color: rgb(221,103,171); }
div.DivClassName
{
background-color: #DD67AB;
}
.BgClassName
{
background-color: #DD67AB;
}
</style>
border-color css
<style>
span { border-color: #DD67AB; }
span { border-color: rgb(221,103,171); }
td.TdClassName
{
border-color: #DD67AB;
}
.TagClassName
{
border-color: #DD67AB;
}
</style>