Shades of Hopbush #DC65AD
Tints of Hopbush #DC65AD
RGB
CMYK
RGB Variations
Color information
#DC65AD (or 0xDC65AD) is known color: Hopbush. HEX triplet: DC, 65 and AD. RGB value is (220,101,173). Sum of RGB (Red+Green+Blue) = 220+101+173=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 101 (39.84% from 255 or 20.45% from 494); Blue value is 173 (67.97% from 255 or 35.02% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DC65AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC65AD is #239A52. Grayscale: #909090. Windows color (decimal): -2333267 or 11363804. OLE color: 11363804.
HSL color Cylindrical-coordinate representation of color #DC65AD: hue angle of 323.7º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC65AD is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 173 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.14 |
| HSL | 323.7º | 0.63% | 0.63% | - |
| HSV(B) | 323.7º | 0.54% | 0.86% | - |
| XYZ | 41.71 | 27.54 | 42.65 | - |
| YUV | 144.79 | 143.92 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 173 | 0 | 0.54 | 0.21 | 0.14 | 323.7 | 0.63 | 0.63 |
| Hex | DC | 65 | AD | 0 | 36 | 15 | E | 144 | 3F | 3F |
| Octal | 334 | 145 | 255 | 0 | 66 | 25 | 16 | 504 | 77 | 77 |
| Binary | 11011100 | 1100101 | 10101101 | 0 | 110110 | 10101 | 1110 | 101000100 | 111111 | 111111 |
Color Harmonies of #DC65AD
Complementary color
Monochromatic Colors of #DC65AD
Black with #DC65AD
Text Example
Text Example
White with #DC65AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC65AD; }
p { color: rgb(220,101,173); }
H1.HeaderClassName
{
color: #DC65AD;
}
.AnyTagClassName
{
color: #DC65AD;
}
</style>
background-color css
<style>
a { background-color: #DC65AD; }
a { background-color: rgb(220,101,173); }
div.DivClassName
{
background-color: #DC65AD;
}
.BgClassName
{
background-color: #DC65AD;
}
</style>
border-color css
<style>
span { border-color: #DC65AD; }
span { border-color: rgb(220,101,173); }
td.TdClassName
{
border-color: #DC65AD;
}
.TagClassName
{
border-color: #DC65AD;
}
</style>