Shades of Hopbush #D366A2
Tints of Hopbush #D366A2
RGB
CMYK
RGB Variations
Color information
#D366A2 (or 0xD366A2) is known color: Hopbush. HEX triplet: D3, 66 and A2. RGB value is (211,102,162). Sum of RGB (Red+Green+Blue) = 211+102+162=475 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.42% from 475); Green value is 102 (40.23% from 255 or 21.47% from 475); Blue value is 162 (63.67% from 255 or 34.11% from 475); Max value from RGB is 211 - color contains mainly: red. Hex color #D366A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D366A2 is #2C995D. Grayscale: #8D8D8D. Windows color (decimal): -2922846 or 10643155. OLE color: 10643155.
HSL color Cylindrical-coordinate representation of color #D366A2: hue angle of 326.97º 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 #D366A2 is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 102 | 162 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.17 |
| HSL | 326.97º | 0.55% | 0.61% | - |
| HSV(B) | 326.97º | 0.52% | 0.83% | - |
| XYZ | 38.14 | 25.96 | 37.18 | - |
| YUV | 141.43 | 139.61 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 102 | 162 | 0 | 0.52 | 0.23 | 0.17 | 326.97 | 0.55 | 0.61 |
| Hex | D3 | 66 | A2 | 0 | 34 | 17 | 11 | 147 | 37 | 3D |
| Octal | 323 | 146 | 242 | 0 | 64 | 27 | 21 | 507 | 67 | 75 |
| Binary | 11010011 | 1100110 | 10100010 | 0 | 110100 | 10111 | 10001 | 101000111 | 110111 | 111101 |
Color Harmonies of #D366A2
Complementary color
Monochromatic Colors of #D366A2
Black with #D366A2
Text Example
Text Example
White with #D366A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D366A2; }
p { color: rgb(211,102,162); }
H1.HeaderClassName
{
color: #D366A2;
}
.AnyTagClassName
{
color: #D366A2;
}
</style>
background-color css
<style>
a { background-color: #D366A2; }
a { background-color: rgb(211,102,162); }
div.DivClassName
{
background-color: #D366A2;
}
.BgClassName
{
background-color: #D366A2;
}
</style>
border-color css
<style>
span { border-color: #D366A2; }
span { border-color: rgb(211,102,162); }
td.TdClassName
{
border-color: #D366A2;
}
.TagClassName
{
border-color: #D366A2;
}
</style>