Shades of Hopbush #D670AD
Tints of Hopbush #D670AD
RGB
CMYK
RGB Variations
Color information
#D670AD (or 0xD670AD) is known color: Hopbush. HEX triplet: D6, 70 and AD. RGB value is (214,112,173). Sum of RGB (Red+Green+Blue) = 214+112+173=499 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.89% from 499); Green value is 112 (44.14% from 255 or 22.44% from 499); Blue value is 173 (67.97% from 255 or 34.67% from 499); Max value from RGB is 214 - color contains mainly: red. Hex color #D670AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D670AD is #298F52. Grayscale: #959595. Windows color (decimal): -2723667 or 11366614. OLE color: 11366614.
HSL color Cylindrical-coordinate representation of color #D670AD: hue angle of 324.12º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D670AD is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 112 | 173 | - |
| CMYK | 0 | 0.48 | 0.19 | 0.16 |
| HSL | 324.12º | 0.55% | 0.64% | - |
| HSV(B) | 324.12º | 0.48% | 0.84% | - |
| XYZ | 41.07 | 28.9 | 42.95 | - |
| YUV | 149.45 | 141.29 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 112 | 173 | 0 | 0.48 | 0.19 | 0.16 | 324.12 | 0.55 | 0.64 |
| Hex | D6 | 70 | AD | 0 | 30 | 13 | 10 | 144 | 37 | 40 |
| Octal | 326 | 160 | 255 | 0 | 60 | 23 | 20 | 504 | 67 | 100 |
| Binary | 11010110 | 1110000 | 10101101 | 0 | 110000 | 10011 | 10000 | 101000100 | 110111 | 1000000 |
Color Harmonies of #D670AD
Complementary color
Monochromatic Colors of #D670AD
Black with #D670AD
Text Example
Text Example
White with #D670AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D670AD; }
p { color: rgb(214,112,173); }
H1.HeaderClassName
{
color: #D670AD;
}
.AnyTagClassName
{
color: #D670AD;
}
</style>
background-color css
<style>
a { background-color: #D670AD; }
a { background-color: rgb(214,112,173); }
div.DivClassName
{
background-color: #D670AD;
}
.BgClassName
{
background-color: #D670AD;
}
</style>
border-color css
<style>
span { border-color: #D670AD; }
span { border-color: rgb(214,112,173); }
td.TdClassName
{
border-color: #D670AD;
}
.TagClassName
{
border-color: #D670AD;
}
</style>