Shades of Hopbush #D3688C
Tints of Hopbush #D3688C
RGB
CMYK
RGB Variations
Color information
#D3688C (or 0xD3688C) is known color: Hopbush. HEX triplet: D3, 68 and 8C. RGB value is (211,104,140). Sum of RGB (Red+Green+Blue) = 211+104+140=455 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.37% from 455); Green value is 104 (41.02% from 255 or 22.86% from 455); Blue value is 140 (55.08% from 255 or 30.77% from 455); Max value from RGB is 211 - color contains mainly: red. Hex color #D3688C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D3688C is #2C9773. Grayscale: #8C8C8C. Windows color (decimal): -2922356 or 9201875. OLE color: 9201875.
HSL color Cylindrical-coordinate representation of color #D3688C: hue angle of 339.81º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D3688C is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 104 | 140 | - |
| CMYK | 0 | 0.51 | 0.34 | 0.17 |
| HSL | 339.81º | 0.55% | 0.62% | - |
| HSV(B) | 339.81º | 0.51% | 0.83% | - |
| XYZ | 36.55 | 25.64 | 27.83 | - |
| YUV | 140.1 | 127.95 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 104 | 140 | 0 | 0.51 | 0.34 | 0.17 | 339.81 | 0.55 | 0.62 |
| Hex | D3 | 68 | 8C | 0 | 33 | 22 | 11 | 154 | 37 | 3E |
| Octal | 323 | 150 | 214 | 0 | 63 | 42 | 21 | 524 | 67 | 76 |
| Binary | 11010011 | 1101000 | 10001100 | 0 | 110011 | 100010 | 10001 | 101010100 | 110111 | 111110 |
Color Harmonies of #D3688C
Complementary color
Monochromatic Colors of #D3688C
Black with #D3688C
Text Example
Text Example
White with #D3688C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3688C; }
p { color: rgb(211,104,140); }
H1.HeaderClassName
{
color: #D3688C;
}
.AnyTagClassName
{
color: #D3688C;
}
</style>
background-color css
<style>
a { background-color: #D3688C; }
a { background-color: rgb(211,104,140); }
div.DivClassName
{
background-color: #D3688C;
}
.BgClassName
{
background-color: #D3688C;
}
</style>
border-color css
<style>
span { border-color: #D3688C; }
span { border-color: rgb(211,104,140); }
td.TdClassName
{
border-color: #D3688C;
}
.TagClassName
{
border-color: #D3688C;
}
</style>