Shades of Hopbush #DC68AB
Tints of Hopbush #DC68AB
RGB
CMYK
RGB Variations
Color information
#DC68AB (or 0xDC68AB) is known color: Hopbush. HEX triplet: DC, 68 and AB. RGB value is (220,104,171). Sum of RGB (Red+Green+Blue) = 220+104+171=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 104 (41.02% from 255 or 21.01% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DC68AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC68AB is #239754. Grayscale: #929292. Windows color (decimal): -2332501 or 11233500. OLE color: 11233500.
HSL color Cylindrical-coordinate representation of color #DC68AB: hue angle of 325.34º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC68AB is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 104 | 171 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.14 |
| HSL | 325.34º | 0.62% | 0.64% | - |
| HSV(B) | 325.34º | 0.53% | 0.86% | - |
| XYZ | 41.82 | 28.06 | 41.74 | - |
| YUV | 146.32 | 141.93 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 171 | 0 | 0.53 | 0.22 | 0.14 | 325.34 | 0.62 | 0.64 |
| Hex | DC | 68 | AB | 0 | 35 | 16 | E | 145 | 3E | 40 |
| Octal | 334 | 150 | 253 | 0 | 65 | 26 | 16 | 505 | 76 | 100 |
| Binary | 11011100 | 1101000 | 10101011 | 0 | 110101 | 10110 | 1110 | 101000101 | 111110 | 1000000 |
Color Harmonies of #DC68AB
Complementary color
Monochromatic Colors of #DC68AB
Black with #DC68AB
Text Example
Text Example
White with #DC68AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC68AB; }
p { color: rgb(220,104,171); }
H1.HeaderClassName
{
color: #DC68AB;
}
.AnyTagClassName
{
color: #DC68AB;
}
</style>
background-color css
<style>
a { background-color: #DC68AB; }
a { background-color: rgb(220,104,171); }
div.DivClassName
{
background-color: #DC68AB;
}
.BgClassName
{
background-color: #DC68AB;
}
</style>
border-color css
<style>
span { border-color: #DC68AB; }
span { border-color: rgb(220,104,171); }
td.TdClassName
{
border-color: #DC68AB;
}
.TagClassName
{
border-color: #DC68AB;
}
</style>