Shades of Hopbush #D366AD
Tints of Hopbush #D366AD
RGB
CMYK
RGB Variations
Color information
#D366AD (or 0xD366AD) is known color: Hopbush. HEX triplet: D3, 66 and AD. RGB value is (211,102,173). Sum of RGB (Red+Green+Blue) = 211+102+173=486 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.42% from 486); Green value is 102 (40.23% from 255 or 20.99% from 486); Blue value is 173 (67.97% from 255 or 35.60% from 486); Max value from RGB is 211 - color contains mainly: red. Hex color #D366AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D366AD is #2C9952. Grayscale: #8E8E8E. Windows color (decimal): -2922835 or 11364051. OLE color: 11364051.
HSL color Cylindrical-coordinate representation of color #D366AD: hue angle of 320.92º 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 #D366AD is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 102 | 173 | - |
| CMYK | 0 | 0.52 | 0.18 | 0.17 |
| HSL | 320.92º | 0.55% | 0.61% | - |
| HSV(B) | 320.92º | 0.52% | 0.83% | - |
| XYZ | 39.16 | 26.37 | 42.56 | - |
| YUV | 142.69 | 145.11 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 102 | 173 | 0 | 0.52 | 0.18 | 0.17 | 320.92 | 0.55 | 0.61 |
| Hex | D3 | 66 | AD | 0 | 34 | 12 | 11 | 141 | 37 | 3D |
| Octal | 323 | 146 | 255 | 0 | 64 | 22 | 21 | 501 | 67 | 75 |
| Binary | 11010011 | 1100110 | 10101101 | 0 | 110100 | 10010 | 10001 | 101000001 | 110111 | 111101 |
Color Harmonies of #D366AD
Complementary color
Monochromatic Colors of #D366AD
Black with #D366AD
Text Example
Text Example
White with #D366AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D366AD; }
p { color: rgb(211,102,173); }
H1.HeaderClassName
{
color: #D366AD;
}
.AnyTagClassName
{
color: #D366AD;
}
</style>
background-color css
<style>
a { background-color: #D366AD; }
a { background-color: rgb(211,102,173); }
div.DivClassName
{
background-color: #D366AD;
}
.BgClassName
{
background-color: #D366AD;
}
</style>
border-color css
<style>
span { border-color: #D366AD; }
span { border-color: rgb(211,102,173); }
td.TdClassName
{
border-color: #D366AD;
}
.TagClassName
{
border-color: #D366AD;
}
</style>