Shades of Hopbush #DC69AB
Tints of Hopbush #DC69AB
RGB
CMYK
RGB Variations
Color information
#DC69AB (or 0xDC69AB) is known color: Hopbush. HEX triplet: DC, 69 and AB. RGB value is (220,105,171). Sum of RGB (Red+Green+Blue) = 220+105+171=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 105 (41.41% from 255 or 21.17% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DC69AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC69AB is #239654. Grayscale: #929292. Windows color (decimal): -2332245 or 11233756. OLE color: 11233756.
HSL color Cylindrical-coordinate representation of color #DC69AB: hue angle of 325.57º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC69AB is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 105 | 171 | - |
| CMYK | 0 | 0.52 | 0.22 | 0.14 |
| HSL | 325.57º | 0.62% | 0.64% | - |
| HSV(B) | 325.57º | 0.52% | 0.86% | - |
| XYZ | 41.92 | 28.26 | 41.77 | - |
| YUV | 146.91 | 141.6 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 171 | 0 | 0.52 | 0.22 | 0.14 | 325.57 | 0.62 | 0.64 |
| Hex | DC | 69 | AB | 0 | 34 | 16 | E | 146 | 3E | 40 |
| Octal | 334 | 151 | 253 | 0 | 64 | 26 | 16 | 506 | 76 | 100 |
| Binary | 11011100 | 1101001 | 10101011 | 0 | 110100 | 10110 | 1110 | 101000110 | 111110 | 1000000 |
Color Harmonies of #DC69AB
Complementary color
Monochromatic Colors of #DC69AB
Black with #DC69AB
Text Example
Text Example
White with #DC69AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC69AB; }
p { color: rgb(220,105,171); }
H1.HeaderClassName
{
color: #DC69AB;
}
.AnyTagClassName
{
color: #DC69AB;
}
</style>
background-color css
<style>
a { background-color: #DC69AB; }
a { background-color: rgb(220,105,171); }
div.DivClassName
{
background-color: #DC69AB;
}
.BgClassName
{
background-color: #DC69AB;
}
</style>
border-color css
<style>
span { border-color: #DC69AB; }
span { border-color: rgb(220,105,171); }
td.TdClassName
{
border-color: #DC69AB;
}
.TagClassName
{
border-color: #DC69AB;
}
</style>