Shades of Hopbush #D465AC
Tints of Hopbush #D465AC
RGB
CMYK
RGB Variations
Color information
#D465AC (or 0xD465AC) is known color: Hopbush. HEX triplet: D4, 65 and AC. RGB value is (212,101,172). Sum of RGB (Red+Green+Blue) = 212+101+172=485 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.71% from 485); Green value is 101 (39.84% from 255 or 20.82% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 212 - color contains mainly: red. Hex color #D465AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D465AC is #2B9A53. Grayscale: #8E8E8E. Windows color (decimal): -2857556 or 11298260. OLE color: 11298260.
HSL color Cylindrical-coordinate representation of color #D465AC: hue angle of 321.62º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D465AC is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 101 | 172 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.17 |
| HSL | 321.62º | 0.56% | 0.61% | - |
| HSV(B) | 321.62º | 0.52% | 0.83% | - |
| XYZ | 39.25 | 26.28 | 42.03 | - |
| YUV | 142.28 | 144.77 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 101 | 172 | 0 | 0.52 | 0.19 | 0.17 | 321.62 | 0.56 | 0.61 |
| Hex | D4 | 65 | AC | 0 | 34 | 13 | 11 | 142 | 38 | 3D |
| Octal | 324 | 145 | 254 | 0 | 64 | 23 | 21 | 502 | 70 | 75 |
| Binary | 11010100 | 1100101 | 10101100 | 0 | 110100 | 10011 | 10001 | 101000010 | 111000 | 111101 |
Color Harmonies of #D465AC
Complementary color
Monochromatic Colors of #D465AC
Black with #D465AC
Text Example
Text Example
White with #D465AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D465AC; }
p { color: rgb(212,101,172); }
H1.HeaderClassName
{
color: #D465AC;
}
.AnyTagClassName
{
color: #D465AC;
}
</style>
background-color css
<style>
a { background-color: #D465AC; }
a { background-color: rgb(212,101,172); }
div.DivClassName
{
background-color: #D465AC;
}
.BgClassName
{
background-color: #D465AC;
}
</style>
border-color css
<style>
span { border-color: #D465AC; }
span { border-color: rgb(212,101,172); }
td.TdClassName
{
border-color: #D465AC;
}
.TagClassName
{
border-color: #D465AC;
}
</style>