Shades of Hopbush #D760A1
Tints of Hopbush #D760A1
RGB
CMYK
RGB Variations
Color information
#D760A1 (or 0xD760A1) is known color: Hopbush. HEX triplet: D7, 60 and A1. RGB value is (215,96,161). Sum of RGB (Red+Green+Blue) = 215+96+161=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 96 (37.89% from 255 or 20.34% from 472); Blue value is 161 (63.28% from 255 or 34.11% from 472); Max value from RGB is 215 - color contains mainly: red. Hex color #D760A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D760A1 is #289F5E. Grayscale: #8A8A8A. Windows color (decimal): -2662239 or 10576087. OLE color: 10576087.
HSL color Cylindrical-coordinate representation of color #D760A1: hue angle of 327.23º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D760A1 is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 96 | 161 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.16 |
| HSL | 327.23º | 0.6% | 0.61% | - |
| HSV(B) | 327.23º | 0.55% | 0.84% | - |
| XYZ | 38.64 | 25.39 | 36.58 | - |
| YUV | 138.99 | 140.42 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 96 | 161 | 0 | 0.55 | 0.25 | 0.16 | 327.23 | 0.6 | 0.61 |
| Hex | D7 | 60 | A1 | 0 | 37 | 19 | 10 | 147 | 3C | 3D |
| Octal | 327 | 140 | 241 | 0 | 67 | 31 | 20 | 507 | 74 | 75 |
| Binary | 11010111 | 1100000 | 10100001 | 0 | 110111 | 11001 | 10000 | 101000111 | 111100 | 111101 |
Color Harmonies of #D760A1
Complementary color
Monochromatic Colors of #D760A1
Black with #D760A1
Text Example
Text Example
White with #D760A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D760A1; }
p { color: rgb(215,96,161); }
H1.HeaderClassName
{
color: #D760A1;
}
.AnyTagClassName
{
color: #D760A1;
}
</style>
background-color css
<style>
a { background-color: #D760A1; }
a { background-color: rgb(215,96,161); }
div.DivClassName
{
background-color: #D760A1;
}
.BgClassName
{
background-color: #D760A1;
}
</style>
border-color css
<style>
span { border-color: #D760A1; }
span { border-color: rgb(215,96,161); }
td.TdClassName
{
border-color: #D760A1;
}
.TagClassName
{
border-color: #D760A1;
}
</style>