Shades of Hopbush #D66CA5
Tints of Hopbush #D66CA5
RGB
CMYK
RGB Variations
Color information
#D66CA5 (or 0xD66CA5) is known color: Hopbush. HEX triplet: D6, 6C and A5. RGB value is (214,108,165). Sum of RGB (Red+Green+Blue) = 214+108+165=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 108 (42.58% from 255 or 22.18% from 487); Blue value is 165 (64.84% from 255 or 33.88% from 487); Max value from RGB is 214 - color contains mainly: red. Hex color #D66CA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66CA5 is #29935A. Grayscale: #929292. Windows color (decimal): -2724699 or 10841302. OLE color: 10841302.
HSL color Cylindrical-coordinate representation of color #D66CA5: hue angle of 327.74º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D66CA5 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 108 | 165 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.16 |
| HSL | 327.74º | 0.56% | 0.63% | - |
| HSV(B) | 327.74º | 0.5% | 0.84% | - |
| XYZ | 39.89 | 27.74 | 38.85 | - |
| YUV | 146.19 | 138.62 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 108 | 165 | 0 | 0.50 | 0.23 | 0.16 | 327.74 | 0.56 | 0.63 |
| Hex | D6 | 6C | A5 | 0 | 32 | 17 | 10 | 148 | 38 | 3F |
| Octal | 326 | 154 | 245 | 0 | 62 | 27 | 20 | 510 | 70 | 77 |
| Binary | 11010110 | 1101100 | 10100101 | 0 | 110010 | 10111 | 10000 | 101001000 | 111000 | 111111 |
Color Harmonies of #D66CA5
Complementary color
Monochromatic Colors of #D66CA5
Black with #D66CA5
Text Example
Text Example
White with #D66CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66CA5; }
p { color: rgb(214,108,165); }
H1.HeaderClassName
{
color: #D66CA5;
}
.AnyTagClassName
{
color: #D66CA5;
}
</style>
background-color css
<style>
a { background-color: #D66CA5; }
a { background-color: rgb(214,108,165); }
div.DivClassName
{
background-color: #D66CA5;
}
.BgClassName
{
background-color: #D66CA5;
}
</style>
border-color css
<style>
span { border-color: #D66CA5; }
span { border-color: rgb(214,108,165); }
td.TdClassName
{
border-color: #D66CA5;
}
.TagClassName
{
border-color: #D66CA5;
}
</style>