Shades of Hopbush #D665AC
Tints of Hopbush #D665AC
RGB
CMYK
RGB Variations
Color information
#D665AC (or 0xD665AC) is known color: Hopbush. HEX triplet: D6, 65 and AC. RGB value is (214,101,172). Sum of RGB (Red+Green+Blue) = 214+101+172=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 101 (39.84% from 255 or 20.74% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 214 - color contains mainly: red. Hex color #D665AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D665AC is #299A53. Grayscale: #8E8E8E. Windows color (decimal): -2726484 or 11298262. OLE color: 11298262.
HSL color Cylindrical-coordinate representation of color #D665AC: hue angle of 322.3º 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 #D665AC is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 101 | 172 | - |
| CMYK | 0 | 0.53 | 0.20 | 0.16 |
| HSL | 322.3º | 0.58% | 0.62% | - |
| HSV(B) | 322.3º | 0.53% | 0.84% | - |
| XYZ | 39.83 | 26.58 | 42.06 | - |
| YUV | 142.88 | 144.44 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 101 | 172 | 0 | 0.53 | 0.20 | 0.16 | 322.3 | 0.58 | 0.62 |
| Hex | D6 | 65 | AC | 0 | 35 | 14 | 10 | 142 | 3A | 3E |
| Octal | 326 | 145 | 254 | 0 | 65 | 24 | 20 | 502 | 72 | 76 |
| Binary | 11010110 | 1100101 | 10101100 | 0 | 110101 | 10100 | 10000 | 101000010 | 111010 | 111110 |
Color Harmonies of #D665AC
Complementary color
Monochromatic Colors of #D665AC
Black with #D665AC
Text Example
Text Example
White with #D665AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D665AC; }
p { color: rgb(214,101,172); }
H1.HeaderClassName
{
color: #D665AC;
}
.AnyTagClassName
{
color: #D665AC;
}
</style>
background-color css
<style>
a { background-color: #D665AC; }
a { background-color: rgb(214,101,172); }
div.DivClassName
{
background-color: #D665AC;
}
.BgClassName
{
background-color: #D665AC;
}
</style>
border-color css
<style>
span { border-color: #D665AC; }
span { border-color: rgb(214,101,172); }
td.TdClassName
{
border-color: #D665AC;
}
.TagClassName
{
border-color: #D665AC;
}
</style>