Shades of Hopbush #DC67AB
Tints of Hopbush #DC67AB
RGB
CMYK
RGB Variations
Color information
#DC67AB (or 0xDC67AB) is known color: Hopbush. HEX triplet: DC, 67 and AB. RGB value is (220,103,171). Sum of RGB (Red+Green+Blue) = 220+103+171=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 103 (40.62% from 255 or 20.85% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DC67AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC67AB is #239854. Grayscale: #919191. Windows color (decimal): -2332757 or 11233244. OLE color: 11233244.
HSL color Cylindrical-coordinate representation of color #DC67AB: hue angle of 325.13º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC67AB is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 103 | 171 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.14 |
| HSL | 325.13º | 0.63% | 0.63% | - |
| HSV(B) | 325.13º | 0.53% | 0.86% | - |
| XYZ | 41.72 | 27.86 | 41.71 | - |
| YUV | 145.74 | 142.26 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 103 | 171 | 0 | 0.53 | 0.22 | 0.14 | 325.13 | 0.63 | 0.63 |
| Hex | DC | 67 | AB | 0 | 35 | 16 | E | 145 | 3F | 3F |
| Octal | 334 | 147 | 253 | 0 | 65 | 26 | 16 | 505 | 77 | 77 |
| Binary | 11011100 | 1100111 | 10101011 | 0 | 110101 | 10110 | 1110 | 101000101 | 111111 | 111111 |
Color Harmonies of #DC67AB
Complementary color
Monochromatic Colors of #DC67AB
Black with #DC67AB
Text Example
Text Example
White with #DC67AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC67AB; }
p { color: rgb(220,103,171); }
H1.HeaderClassName
{
color: #DC67AB;
}
.AnyTagClassName
{
color: #DC67AB;
}
</style>
background-color css
<style>
a { background-color: #DC67AB; }
a { background-color: rgb(220,103,171); }
div.DivClassName
{
background-color: #DC67AB;
}
.BgClassName
{
background-color: #DC67AB;
}
</style>
border-color css
<style>
span { border-color: #DC67AB; }
span { border-color: rgb(220,103,171); }
td.TdClassName
{
border-color: #DC67AB;
}
.TagClassName
{
border-color: #DC67AB;
}
</style>