Shades of Hopbush #D379AD
Tints of Hopbush #D379AD
RGB
CMYK
RGB Variations
Color information
#D379AD (or 0xD379AD) is known color: Hopbush. HEX triplet: D3, 79 and AD. RGB value is (211,121,173). Sum of RGB (Red+Green+Blue) = 211+121+173=505 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.78% from 505); Green value is 121 (47.66% from 255 or 23.96% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 211 - color contains mainly: red. Hex color #D379AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D379AD is #2C8652. Grayscale: #999999. Windows color (decimal): -2917971 or 11368915. OLE color: 11368915.
HSL color Cylindrical-coordinate representation of color #D379AD: hue angle of 325.33º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D379AD is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 121 | 173 | - |
| CMYK | 0 | 0.43 | 0.18 | 0.17 |
| HSL | 325.33º | 0.51% | 0.65% | - |
| HSV(B) | 325.33º | 0.43% | 0.83% | - |
| XYZ | 41.24 | 30.54 | 43.26 | - |
| YUV | 153.84 | 138.82 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 121 | 173 | 0 | 0.43 | 0.18 | 0.17 | 325.33 | 0.51 | 0.65 |
| Hex | D3 | 79 | AD | 0 | 2B | 12 | 11 | 145 | 33 | 41 |
| Octal | 323 | 171 | 255 | 0 | 53 | 22 | 21 | 505 | 63 | 101 |
| Binary | 11010011 | 1111001 | 10101101 | 0 | 101011 | 10010 | 10001 | 101000101 | 110011 | 1000001 |
Color Harmonies of #D379AD
Complementary color
Monochromatic Colors of #D379AD
Black with #D379AD
Text Example
Text Example
White with #D379AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D379AD; }
p { color: rgb(211,121,173); }
H1.HeaderClassName
{
color: #D379AD;
}
.AnyTagClassName
{
color: #D379AD;
}
</style>
background-color css
<style>
a { background-color: #D379AD; }
a { background-color: rgb(211,121,173); }
div.DivClassName
{
background-color: #D379AD;
}
.BgClassName
{
background-color: #D379AD;
}
</style>
border-color css
<style>
span { border-color: #D379AD; }
span { border-color: rgb(211,121,173); }
td.TdClassName
{
border-color: #D379AD;
}
.TagClassName
{
border-color: #D379AD;
}
</style>