Shades of Hopbush #D6648D
Tints of Hopbush #D6648D
RGB
CMYK
RGB Variations
Color information
#D6648D (or 0xD6648D) is known color: Hopbush. HEX triplet: D6, 64 and 8D. RGB value is (214,100,141). Sum of RGB (Red+Green+Blue) = 214+100+141=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 100 (39.45% from 255 or 21.98% from 455); Blue value is 141 (55.47% from 255 or 30.99% from 455); Max value from RGB is 214 - color contains mainly: red. Hex color #D6648D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6648D is #299B72. Grayscale: #8A8A8A. Windows color (decimal): -2726771 or 9266390. OLE color: 9266390.
HSL color Cylindrical-coordinate representation of color #D6648D: hue angle of 338.42º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D6648D is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 100 | 141 | - |
| CMYK | 0 | 0.53 | 0.34 | 0.16 |
| HSL | 338.42º | 0.58% | 0.62% | - |
| HSV(B) | 338.42º | 0.53% | 0.84% | - |
| XYZ | 37.1 | 25.33 | 28.13 | - |
| YUV | 138.76 | 129.27 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 100 | 141 | 0 | 0.53 | 0.34 | 0.16 | 338.42 | 0.58 | 0.62 |
| Hex | D6 | 64 | 8D | 0 | 35 | 22 | 10 | 152 | 3A | 3E |
| Octal | 326 | 144 | 215 | 0 | 65 | 42 | 20 | 522 | 72 | 76 |
| Binary | 11010110 | 1100100 | 10001101 | 0 | 110101 | 100010 | 10000 | 101010010 | 111010 | 111110 |
Color Harmonies of #D6648D
Complementary color
Monochromatic Colors of #D6648D
Black with #D6648D
Text Example
Text Example
White with #D6648D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6648D; }
p { color: rgb(214,100,141); }
H1.HeaderClassName
{
color: #D6648D;
}
.AnyTagClassName
{
color: #D6648D;
}
</style>
background-color css
<style>
a { background-color: #D6648D; }
a { background-color: rgb(214,100,141); }
div.DivClassName
{
background-color: #D6648D;
}
.BgClassName
{
background-color: #D6648D;
}
</style>
border-color css
<style>
span { border-color: #D6648D; }
span { border-color: rgb(214,100,141); }
td.TdClassName
{
border-color: #D6648D;
}
.TagClassName
{
border-color: #D6648D;
}
</style>