Shades of Hopbush #D3668E
Tints of Hopbush #D3668E
RGB
CMYK
RGB Variations
Color information
#D3668E (or 0xD3668E) is known color: Hopbush. HEX triplet: D3, 66 and 8E. RGB value is (211,102,142). Sum of RGB (Red+Green+Blue) = 211+102+142=455 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.37% from 455); Green value is 102 (40.23% from 255 or 22.42% from 455); Blue value is 142 (55.86% from 255 or 31.21% from 455); Max value from RGB is 211 - color contains mainly: red. Hex color #D3668E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D3668E is #2C9971. Grayscale: #8B8B8B. Windows color (decimal): -2922866 or 9332435. OLE color: 9332435.
HSL color Cylindrical-coordinate representation of color #D3668E: hue angle of 337.98º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D3668E is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 102 | 142 | - |
| CMYK | 0 | 0.52 | 0.33 | 0.17 |
| HSL | 337.98º | 0.55% | 0.61% | - |
| HSV(B) | 337.98º | 0.52% | 0.83% | - |
| XYZ | 36.5 | 25.3 | 28.55 | - |
| YUV | 139.15 | 129.61 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 102 | 142 | 0 | 0.52 | 0.33 | 0.17 | 337.98 | 0.55 | 0.61 |
| Hex | D3 | 66 | 8E | 0 | 34 | 21 | 11 | 152 | 37 | 3D |
| Octal | 323 | 146 | 216 | 0 | 64 | 41 | 21 | 522 | 67 | 75 |
| Binary | 11010011 | 1100110 | 10001110 | 0 | 110100 | 100001 | 10001 | 101010010 | 110111 | 111101 |
Color Harmonies of #D3668E
Complementary color
Monochromatic Colors of #D3668E
Black with #D3668E
Text Example
Text Example
White with #D3668E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3668E; }
p { color: rgb(211,102,142); }
H1.HeaderClassName
{
color: #D3668E;
}
.AnyTagClassName
{
color: #D3668E;
}
</style>
background-color css
<style>
a { background-color: #D3668E; }
a { background-color: rgb(211,102,142); }
div.DivClassName
{
background-color: #D3668E;
}
.BgClassName
{
background-color: #D3668E;
}
</style>
border-color css
<style>
span { border-color: #D3668E; }
span { border-color: rgb(211,102,142); }
td.TdClassName
{
border-color: #D3668E;
}
.TagClassName
{
border-color: #D3668E;
}
</style>