Shades of Hopbush #D66490
Tints of Hopbush #D66490
RGB
CMYK
RGB Variations
Color information
#D66490 (or 0xD66490) is known color: Hopbush. HEX triplet: D6, 64 and 90. RGB value is (214,100,144). Sum of RGB (Red+Green+Blue) = 214+100+144=458 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.72% from 458); Green value is 100 (39.45% from 255 or 21.83% from 458); Blue value is 144 (56.64% from 255 or 31.44% from 458); Max value from RGB is 214 - color contains mainly: red. Hex color #D66490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66490 is #299B6F. Grayscale: #8B8B8B. Windows color (decimal): -2726768 or 9462998. OLE color: 9462998.
HSL color Cylindrical-coordinate representation of color #D66490: hue angle of 336.84º 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 #D66490 is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 100 | 144 | - |
| CMYK | 0 | 0.53 | 0.33 | 0.16 |
| HSL | 336.84º | 0.58% | 0.62% | - |
| HSV(B) | 336.84º | 0.53% | 0.84% | - |
| XYZ | 37.32 | 25.42 | 29.33 | - |
| YUV | 139.1 | 130.77 | 181.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 100 | 144 | 0 | 0.53 | 0.33 | 0.16 | 336.84 | 0.58 | 0.62 |
| Hex | D6 | 64 | 90 | 0 | 35 | 21 | 10 | 151 | 3A | 3E |
| Octal | 326 | 144 | 220 | 0 | 65 | 41 | 20 | 521 | 72 | 76 |
| Binary | 11010110 | 1100100 | 10010000 | 0 | 110101 | 100001 | 10000 | 101010001 | 111010 | 111110 |
Color Harmonies of #D66490
Complementary color
Monochromatic Colors of #D66490
Black with #D66490
Text Example
Text Example
White with #D66490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66490; }
p { color: rgb(214,100,144); }
H1.HeaderClassName
{
color: #D66490;
}
.AnyTagClassName
{
color: #D66490;
}
</style>
background-color css
<style>
a { background-color: #D66490; }
a { background-color: rgb(214,100,144); }
div.DivClassName
{
background-color: #D66490;
}
.BgClassName
{
background-color: #D66490;
}
</style>
border-color css
<style>
span { border-color: #D66490; }
span { border-color: rgb(214,100,144); }
td.TdClassName
{
border-color: #D66490;
}
.TagClassName
{
border-color: #D66490;
}
</style>