Shades of Hopbush #D366AA
Tints of Hopbush #D366AA
RGB
CMYK
RGB Variations
Color information
#D366AA (or 0xD366AA) is known color: Hopbush. HEX triplet: D3, 66 and AA. RGB value is (211,102,170). Sum of RGB (Red+Green+Blue) = 211+102+170=483 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.69% from 483); Green value is 102 (40.23% from 255 or 21.12% from 483); Blue value is 170 (66.80% from 255 or 35.20% from 483); Max value from RGB is 211 - color contains mainly: red. Hex color #D366AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D366AA is #2C9955. Grayscale: #8E8E8E. Windows color (decimal): -2922838 or 11167443. OLE color: 11167443.
HSL color Cylindrical-coordinate representation of color #D366AA: hue angle of 322.57º 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 #D366AA is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 102 | 170 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.17 |
| HSL | 322.57º | 0.55% | 0.61% | - |
| HSV(B) | 322.57º | 0.52% | 0.83% | - |
| XYZ | 38.87 | 26.25 | 41.05 | - |
| YUV | 142.34 | 143.61 | 176.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 102 | 170 | 0 | 0.52 | 0.19 | 0.17 | 322.57 | 0.55 | 0.61 |
| Hex | D3 | 66 | AA | 0 | 34 | 13 | 11 | 143 | 37 | 3D |
| Octal | 323 | 146 | 252 | 0 | 64 | 23 | 21 | 503 | 67 | 75 |
| Binary | 11010011 | 1100110 | 10101010 | 0 | 110100 | 10011 | 10001 | 101000011 | 110111 | 111101 |
Color Harmonies of #D366AA
Complementary color
Monochromatic Colors of #D366AA
Black with #D366AA
Text Example
Text Example
White with #D366AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D366AA; }
p { color: rgb(211,102,170); }
H1.HeaderClassName
{
color: #D366AA;
}
.AnyTagClassName
{
color: #D366AA;
}
</style>
background-color css
<style>
a { background-color: #D366AA; }
a { background-color: rgb(211,102,170); }
div.DivClassName
{
background-color: #D366AA;
}
.BgClassName
{
background-color: #D366AA;
}
</style>
border-color css
<style>
span { border-color: #D366AA; }
span { border-color: rgb(211,102,170); }
td.TdClassName
{
border-color: #D366AA;
}
.TagClassName
{
border-color: #D366AA;
}
</style>