Shades of Hopbush #D3699D
Tints of Hopbush #D3699D
RGB
CMYK
RGB Variations
Color information
#D3699D (or 0xD3699D) is known color: Hopbush. HEX triplet: D3, 69 and 9D. RGB value is (211,105,157). Sum of RGB (Red+Green+Blue) = 211+105+157=473 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.61% from 473); Green value is 105 (41.41% from 255 or 22.20% from 473); Blue value is 157 (61.72% from 255 or 33.19% from 473); Max value from RGB is 211 - color contains mainly: red. Hex color #D3699D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D3699D is #2C9662. Grayscale: #8E8E8E. Windows color (decimal): -2922083 or 10316243. OLE color: 10316243.
HSL color Cylindrical-coordinate representation of color #D3699D: hue angle of 330.57º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D3699D is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 105 | 157 | - |
| CMYK | 0 | 0.50 | 0.26 | 0.17 |
| HSL | 330.57º | 0.55% | 0.62% | - |
| HSV(B) | 330.57º | 0.5% | 0.83% | - |
| XYZ | 38 | 26.39 | 34.99 | - |
| YUV | 142.62 | 136.12 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 105 | 157 | 0 | 0.50 | 0.26 | 0.17 | 330.57 | 0.55 | 0.62 |
| Hex | D3 | 69 | 9D | 0 | 32 | 1A | 11 | 14B | 37 | 3E |
| Octal | 323 | 151 | 235 | 0 | 62 | 32 | 21 | 513 | 67 | 76 |
| Binary | 11010011 | 1101001 | 10011101 | 0 | 110010 | 11010 | 10001 | 101001011 | 110111 | 111110 |
Color Harmonies of #D3699D
Complementary color
Monochromatic Colors of #D3699D
Black with #D3699D
Text Example
Text Example
White with #D3699D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3699D; }
p { color: rgb(211,105,157); }
H1.HeaderClassName
{
color: #D3699D;
}
.AnyTagClassName
{
color: #D3699D;
}
</style>
background-color css
<style>
a { background-color: #D3699D; }
a { background-color: rgb(211,105,157); }
div.DivClassName
{
background-color: #D3699D;
}
.BgClassName
{
background-color: #D3699D;
}
</style>
border-color css
<style>
span { border-color: #D3699D; }
span { border-color: rgb(211,105,157); }
td.TdClassName
{
border-color: #D3699D;
}
.TagClassName
{
border-color: #D3699D;
}
</style>