Shades of Hopbush #D65FA5
Tints of Hopbush #D65FA5
RGB
CMYK
RGB Variations
Color information
#D65FA5 (or 0xD65FA5) is known color: Hopbush. HEX triplet: D6, 5F and A5. RGB value is (214,95,165). Sum of RGB (Red+Green+Blue) = 214+95+165=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 95 (37.5% from 255 or 20.04% from 474); Blue value is 165 (64.84% from 255 or 34.81% from 474); Max value from RGB is 214 - color contains mainly: red. Hex color #D65FA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65FA5 is #29A05A. Grayscale: #8A8A8A. Windows color (decimal): -2728027 or 10837974. OLE color: 10837974.
HSL color Cylindrical-coordinate representation of color #D65FA5: hue angle of 324.71º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D65FA5 is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 95 | 165 | - |
| CMYK | 0 | 0.56 | 0.23 | 0.16 |
| HSL | 324.71º | 0.59% | 0.61% | - |
| HSV(B) | 324.71º | 0.56% | 0.84% | - |
| XYZ | 38.62 | 25.2 | 38.43 | - |
| YUV | 138.56 | 142.92 | 181.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 95 | 165 | 0 | 0.56 | 0.23 | 0.16 | 324.71 | 0.59 | 0.61 |
| Hex | D6 | 5F | A5 | 0 | 38 | 17 | 10 | 145 | 3B | 3D |
| Octal | 326 | 137 | 245 | 0 | 70 | 27 | 20 | 505 | 73 | 75 |
| Binary | 11010110 | 1011111 | 10100101 | 0 | 111000 | 10111 | 10000 | 101000101 | 111011 | 111101 |
Color Harmonies of #D65FA5
Complementary color
Monochromatic Colors of #D65FA5
Black with #D65FA5
Text Example
Text Example
White with #D65FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65FA5; }
p { color: rgb(214,95,165); }
H1.HeaderClassName
{
color: #D65FA5;
}
.AnyTagClassName
{
color: #D65FA5;
}
</style>
background-color css
<style>
a { background-color: #D65FA5; }
a { background-color: rgb(214,95,165); }
div.DivClassName
{
background-color: #D65FA5;
}
.BgClassName
{
background-color: #D65FA5;
}
</style>
border-color css
<style>
span { border-color: #D65FA5; }
span { border-color: rgb(214,95,165); }
td.TdClassName
{
border-color: #D65FA5;
}
.TagClassName
{
border-color: #D65FA5;
}
</style>