Shades of Hopbush #DC62AD
Tints of Hopbush #DC62AD
RGB
CMYK
RGB Variations
Color information
#DC62AD (or 0xDC62AD) is known color: Hopbush. HEX triplet: DC, 62 and AD. RGB value is (220,98,173). Sum of RGB (Red+Green+Blue) = 220+98+173=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 98 (38.67% from 255 or 19.96% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DC62AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC62AD is #239D52. Grayscale: #8E8E8E. Windows color (decimal): -2334035 or 11363036. OLE color: 11363036.
HSL color Cylindrical-coordinate representation of color #DC62AD: hue angle of 323.11º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC62AD is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 98 | 173 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.14 |
| HSL | 323.11º | 0.64% | 0.62% | - |
| HSV(B) | 323.11º | 0.55% | 0.86% | - |
| XYZ | 41.43 | 26.97 | 42.56 | - |
| YUV | 143.03 | 144.92 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 98 | 173 | 0 | 0.55 | 0.21 | 0.14 | 323.11 | 0.64 | 0.62 |
| Hex | DC | 62 | AD | 0 | 37 | 15 | E | 143 | 40 | 3E |
| Octal | 334 | 142 | 255 | 0 | 67 | 25 | 16 | 503 | 100 | 76 |
| Binary | 11011100 | 1100010 | 10101101 | 0 | 110111 | 10101 | 1110 | 101000011 | 1000000 | 111110 |
Color Harmonies of #DC62AD
Complementary color
Monochromatic Colors of #DC62AD
Black with #DC62AD
Text Example
Text Example
White with #DC62AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC62AD; }
p { color: rgb(220,98,173); }
H1.HeaderClassName
{
color: #DC62AD;
}
.AnyTagClassName
{
color: #DC62AD;
}
</style>
background-color css
<style>
a { background-color: #DC62AD; }
a { background-color: rgb(220,98,173); }
div.DivClassName
{
background-color: #DC62AD;
}
.BgClassName
{
background-color: #DC62AD;
}
</style>
border-color css
<style>
span { border-color: #DC62AD; }
span { border-color: rgb(220,98,173); }
td.TdClassName
{
border-color: #DC62AD;
}
.TagClassName
{
border-color: #DC62AD;
}
</style>