Shades of Hopbush #D674AD
Tints of Hopbush #D674AD
RGB
CMYK
RGB Variations
Color information
#D674AD (or 0xD674AD) is known color: Hopbush. HEX triplet: D6, 74 and AD. RGB value is (214,116,173). Sum of RGB (Red+Green+Blue) = 214+116+173=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 116 (45.70% from 255 or 23.06% from 503); Blue value is 173 (67.97% from 255 or 34.39% from 503); Max value from RGB is 214 - color contains mainly: red. Hex color #D674AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D674AD is #298B52. Grayscale: #979797. Windows color (decimal): -2722643 or 11367638. OLE color: 11367638.
HSL color Cylindrical-coordinate representation of color #D674AD: hue angle of 325.1º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D674AD is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 116 | 173 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.16 |
| HSL | 325.1º | 0.54% | 0.65% | - |
| HSV(B) | 325.1º | 0.46% | 0.84% | - |
| XYZ | 41.52 | 29.8 | 43.1 | - |
| YUV | 151.8 | 139.97 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 116 | 173 | 0 | 0.46 | 0.19 | 0.16 | 325.1 | 0.54 | 0.65 |
| Hex | D6 | 74 | AD | 0 | 2E | 13 | 10 | 145 | 36 | 41 |
| Octal | 326 | 164 | 255 | 0 | 56 | 23 | 20 | 505 | 66 | 101 |
| Binary | 11010110 | 1110100 | 10101101 | 0 | 101110 | 10011 | 10000 | 101000101 | 110110 | 1000001 |
Color Harmonies of #D674AD
Complementary color
Monochromatic Colors of #D674AD
Black with #D674AD
Text Example
Text Example
White with #D674AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D674AD; }
p { color: rgb(214,116,173); }
H1.HeaderClassName
{
color: #D674AD;
}
.AnyTagClassName
{
color: #D674AD;
}
</style>
background-color css
<style>
a { background-color: #D674AD; }
a { background-color: rgb(214,116,173); }
div.DivClassName
{
background-color: #D674AD;
}
.BgClassName
{
background-color: #D674AD;
}
</style>
border-color css
<style>
span { border-color: #D674AD; }
span { border-color: rgb(214,116,173); }
td.TdClassName
{
border-color: #D674AD;
}
.TagClassName
{
border-color: #D674AD;
}
</style>