Shades of Hopbush #D07CAD
Tints of Hopbush #D07CAD
RGB
CMYK
RGB Variations
Color information
#D07CAD (or 0xD07CAD) is known color: Hopbush. HEX triplet: D0, 7C and AD. RGB value is (208,124,173). Sum of RGB (Red+Green+Blue) = 208+124+173=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 124 (48.83% from 255 or 24.55% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 208 - color contains mainly: red. Hex color #D07CAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07CAD is #2F8352. Grayscale: #9A9A9A. Windows color (decimal): -3113811 or 11369680. OLE color: 11369680.
HSL color Cylindrical-coordinate representation of color #D07CAD: hue angle of 325º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D07CAD is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 124 | 173 | - |
| CMYK | 0 | 0.40 | 0.17 | 0.18 |
| HSL | 325º | 0.47% | 0.65% | - |
| HSV(B) | 325º | 0.4% | 0.82% | - |
| XYZ | 40.76 | 30.84 | 43.34 | - |
| YUV | 154.7 | 138.33 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 124 | 173 | 0 | 0.40 | 0.17 | 0.18 | 325 | 0.47 | 0.65 |
| Hex | D0 | 7C | AD | 0 | 28 | 11 | 12 | 145 | 2F | 41 |
| Octal | 320 | 174 | 255 | 0 | 50 | 21 | 22 | 505 | 57 | 101 |
| Binary | 11010000 | 1111100 | 10101101 | 0 | 101000 | 10001 | 10010 | 101000101 | 101111 | 1000001 |
Color Harmonies of #D07CAD
Complementary color
Monochromatic Colors of #D07CAD
Black with #D07CAD
Text Example
Text Example
White with #D07CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07CAD; }
p { color: rgb(208,124,173); }
H1.HeaderClassName
{
color: #D07CAD;
}
.AnyTagClassName
{
color: #D07CAD;
}
</style>
background-color css
<style>
a { background-color: #D07CAD; }
a { background-color: rgb(208,124,173); }
div.DivClassName
{
background-color: #D07CAD;
}
.BgClassName
{
background-color: #D07CAD;
}
</style>
border-color css
<style>
span { border-color: #D07CAD; }
span { border-color: rgb(208,124,173); }
td.TdClassName
{
border-color: #D07CAD;
}
.TagClassName
{
border-color: #D07CAD;
}
</style>