Shades of Hopbush #D762AC
Tints of Hopbush #D762AC
RGB
CMYK
RGB Variations
Color information
#D762AC (or 0xD762AC) is known color: Hopbush. HEX triplet: D7, 62 and AC. RGB value is (215,98,172). Sum of RGB (Red+Green+Blue) = 215+98+172=485 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.33% from 485); Green value is 98 (38.67% from 255 or 20.21% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 215 - color contains mainly: red. Hex color #D762AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D762AC is #289D53. Grayscale: #8D8D8D. Windows color (decimal): -2661716 or 11297495. OLE color: 11297495.
HSL color Cylindrical-coordinate representation of color #D762AC: hue angle of 322.05º 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 #D762AC is Cyan = 0, Magento = 0.54, Yellow = 0.2 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 98 | 172 | - |
| CMYK | 0 | 0.54 | 0.2 | 0.16 |
| HSL | 322.05º | 0.59% | 0.61% | - |
| HSV(B) | 322.05º | 0.54% | 0.84% | - |
| XYZ | 39.84 | 26.16 | 41.98 | - |
| YUV | 141.42 | 145.26 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 98 | 172 | 0 | 0.54 | 0.2 | 0.16 | 322.05 | 0.59 | 0.61 |
| Hex | D7 | 62 | AC | 0 | 36 | 14 | 10 | 142 | 3B | 3D |
| Octal | 327 | 142 | 254 | 0 | 66 | 24 | 20 | 502 | 73 | 75 |
| Binary | 11010111 | 1100010 | 10101100 | 0 | 110110 | 10100 | 10000 | 101000010 | 111011 | 111101 |
Color Harmonies of #D762AC
Complementary color
Monochromatic Colors of #D762AC
Black with #D762AC
Text Example
Text Example
White with #D762AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D762AC; }
p { color: rgb(215,98,172); }
H1.HeaderClassName
{
color: #D762AC;
}
.AnyTagClassName
{
color: #D762AC;
}
</style>
background-color css
<style>
a { background-color: #D762AC; }
a { background-color: rgb(215,98,172); }
div.DivClassName
{
background-color: #D762AC;
}
.BgClassName
{
background-color: #D762AC;
}
</style>
border-color css
<style>
span { border-color: #D762AC; }
span { border-color: rgb(215,98,172); }
td.TdClassName
{
border-color: #D762AC;
}
.TagClassName
{
border-color: #D762AC;
}
</style>