Shades of Hopbush #D662A0
Tints of Hopbush #D662A0
RGB
CMYK
RGB Variations
Color information
#D662A0 (or 0xD662A0) is known color: Hopbush. HEX triplet: D6, 62 and A0. RGB value is (214,98,160). Sum of RGB (Red+Green+Blue) = 214+98+160=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 98 (38.67% from 255 or 20.76% from 472); Blue value is 160 (62.89% from 255 or 33.90% from 472); Max value from RGB is 214 - color contains mainly: red. Hex color #D662A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D662A0 is #299D5F. Grayscale: #8B8B8B. Windows color (decimal): -2727264 or 10511062. OLE color: 10511062.
HSL color Cylindrical-coordinate representation of color #D662A0: hue angle of 327.93º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D662A0 is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 98 | 160 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.16 |
| HSL | 327.93º | 0.59% | 0.61% | - |
| HSV(B) | 327.93º | 0.54% | 0.84% | - |
| XYZ | 38.44 | 25.57 | 36.17 | - |
| YUV | 139.75 | 139.43 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 98 | 160 | 0 | 0.54 | 0.25 | 0.16 | 327.93 | 0.59 | 0.61 |
| Hex | D6 | 62 | A0 | 0 | 36 | 19 | 10 | 148 | 3B | 3D |
| Octal | 326 | 142 | 240 | 0 | 66 | 31 | 20 | 510 | 73 | 75 |
| Binary | 11010110 | 1100010 | 10100000 | 0 | 110110 | 11001 | 10000 | 101001000 | 111011 | 111101 |
Color Harmonies of #D662A0
Complementary color
Monochromatic Colors of #D662A0
Black with #D662A0
Text Example
Text Example
White with #D662A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D662A0; }
p { color: rgb(214,98,160); }
H1.HeaderClassName
{
color: #D662A0;
}
.AnyTagClassName
{
color: #D662A0;
}
</style>
background-color css
<style>
a { background-color: #D662A0; }
a { background-color: rgb(214,98,160); }
div.DivClassName
{
background-color: #D662A0;
}
.BgClassName
{
background-color: #D662A0;
}
</style>
border-color css
<style>
span { border-color: #D662A0; }
span { border-color: rgb(214,98,160); }
td.TdClassName
{
border-color: #D662A0;
}
.TagClassName
{
border-color: #D662A0;
}
</style>