Shades of Hopbush #DC64AB
Tints of Hopbush #DC64AB
RGB
CMYK
RGB Variations
Color information
#DC64AB (or 0xDC64AB) is known color: Hopbush. HEX triplet: DC, 64 and AB. RGB value is (220,100,171). Sum of RGB (Red+Green+Blue) = 220+100+171=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 100 (39.45% from 255 or 20.37% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DC64AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC64AB is #239B54. Grayscale: #8F8F8F. Windows color (decimal): -2333525 or 11232476. OLE color: 11232476.
HSL color Cylindrical-coordinate representation of color #DC64AB: hue angle of 324.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC64AB is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 100 | 171 | - |
| CMYK | 0 | 0.55 | 0.22 | 0.14 |
| HSL | 324.5º | 0.63% | 0.63% | - |
| HSV(B) | 324.5º | 0.55% | 0.86% | - |
| XYZ | 41.42 | 27.27 | 41.61 | - |
| YUV | 143.97 | 143.26 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 100 | 171 | 0 | 0.55 | 0.22 | 0.14 | 324.5 | 0.63 | 0.63 |
| Hex | DC | 64 | AB | 0 | 37 | 16 | E | 144 | 3F | 3F |
| Octal | 334 | 144 | 253 | 0 | 67 | 26 | 16 | 504 | 77 | 77 |
| Binary | 11011100 | 1100100 | 10101011 | 0 | 110111 | 10110 | 1110 | 101000100 | 111111 | 111111 |
Color Harmonies of #DC64AB
Complementary color
Monochromatic Colors of #DC64AB
Black with #DC64AB
Text Example
Text Example
White with #DC64AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC64AB; }
p { color: rgb(220,100,171); }
H1.HeaderClassName
{
color: #DC64AB;
}
.AnyTagClassName
{
color: #DC64AB;
}
</style>
background-color css
<style>
a { background-color: #DC64AB; }
a { background-color: rgb(220,100,171); }
div.DivClassName
{
background-color: #DC64AB;
}
.BgClassName
{
background-color: #DC64AB;
}
</style>
border-color css
<style>
span { border-color: #DC64AB; }
span { border-color: rgb(220,100,171); }
td.TdClassName
{
border-color: #DC64AB;
}
.TagClassName
{
border-color: #DC64AB;
}
</style>