Shades of Hopbush #D665A4
Tints of Hopbush #D665A4
RGB
CMYK
RGB Variations
Color information
#D665A4 (or 0xD665A4) is known color: Hopbush. HEX triplet: D6, 65 and A4. RGB value is (214,101,164). Sum of RGB (Red+Green+Blue) = 214+101+164=479 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.68% from 479); Green value is 101 (39.84% from 255 or 21.09% from 479); Blue value is 164 (64.45% from 255 or 34.24% from 479); Max value from RGB is 214 - color contains mainly: red. Hex color #D665A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D665A4 is #299A5B. Grayscale: #8D8D8D. Windows color (decimal): -2726492 or 10773974. OLE color: 10773974.
HSL color Cylindrical-coordinate representation of color #D665A4: hue angle of 326.55º 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 #D665A4 is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 101 | 164 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.16 |
| HSL | 326.55º | 0.58% | 0.62% | - |
| HSV(B) | 326.55º | 0.53% | 0.84% | - |
| XYZ | 39.09 | 26.28 | 38.14 | - |
| YUV | 141.97 | 140.44 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 101 | 164 | 0 | 0.53 | 0.23 | 0.16 | 326.55 | 0.58 | 0.62 |
| Hex | D6 | 65 | A4 | 0 | 35 | 17 | 10 | 147 | 3A | 3E |
| Octal | 326 | 145 | 244 | 0 | 65 | 27 | 20 | 507 | 72 | 76 |
| Binary | 11010110 | 1100101 | 10100100 | 0 | 110101 | 10111 | 10000 | 101000111 | 111010 | 111110 |
Color Harmonies of #D665A4
Complementary color
Monochromatic Colors of #D665A4
Black with #D665A4
Text Example
Text Example
White with #D665A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D665A4; }
p { color: rgb(214,101,164); }
H1.HeaderClassName
{
color: #D665A4;
}
.AnyTagClassName
{
color: #D665A4;
}
</style>
background-color css
<style>
a { background-color: #D665A4; }
a { background-color: rgb(214,101,164); }
div.DivClassName
{
background-color: #D665A4;
}
.BgClassName
{
background-color: #D665A4;
}
</style>
border-color css
<style>
span { border-color: #D665A4; }
span { border-color: rgb(214,101,164); }
td.TdClassName
{
border-color: #D665A4;
}
.TagClassName
{
border-color: #D665A4;
}
</style>