Shades of Hopbush #D66498
Tints of Hopbush #D66498
RGB
CMYK
RGB Variations
Color information
#D66498 (or 0xD66498) is known color: Hopbush. HEX triplet: D6, 64 and 98. RGB value is (214,100,152). Sum of RGB (Red+Green+Blue) = 214+100+152=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 100 (39.45% from 255 or 21.46% from 466); Blue value is 152 (59.77% from 255 or 32.62% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D66498 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66498 is #299B67. Grayscale: #8B8B8B. Windows color (decimal): -2726760 or 9987286. OLE color: 9987286.
HSL color Cylindrical-coordinate representation of color #D66498: hue angle of 332.63º 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 #D66498 is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 100 | 152 | - |
| CMYK | 0 | 0.53 | 0.29 | 0.16 |
| HSL | 332.63º | 0.58% | 0.62% | - |
| HSV(B) | 332.63º | 0.53% | 0.84% | - |
| XYZ | 37.96 | 25.68 | 32.66 | - |
| YUV | 140.01 | 134.77 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 100 | 152 | 0 | 0.53 | 0.29 | 0.16 | 332.63 | 0.58 | 0.62 |
| Hex | D6 | 64 | 98 | 0 | 35 | 1D | 10 | 14D | 3A | 3E |
| Octal | 326 | 144 | 230 | 0 | 65 | 35 | 20 | 515 | 72 | 76 |
| Binary | 11010110 | 1100100 | 10011000 | 0 | 110101 | 11101 | 10000 | 101001101 | 111010 | 111110 |
Color Harmonies of #D66498
Complementary color
Monochromatic Colors of #D66498
Black with #D66498
Text Example
Text Example
White with #D66498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66498; }
p { color: rgb(214,100,152); }
H1.HeaderClassName
{
color: #D66498;
}
.AnyTagClassName
{
color: #D66498;
}
</style>
background-color css
<style>
a { background-color: #D66498; }
a { background-color: rgb(214,100,152); }
div.DivClassName
{
background-color: #D66498;
}
.BgClassName
{
background-color: #D66498;
}
</style>
border-color css
<style>
span { border-color: #D66498; }
span { border-color: rgb(214,100,152); }
td.TdClassName
{
border-color: #D66498;
}
.TagClassName
{
border-color: #D66498;
}
</style>