Shades of Hopbush #D565AC
Tints of Hopbush #D565AC
RGB
CMYK
RGB Variations
Color information
#D565AC (or 0xD565AC) is known color: Hopbush. HEX triplet: D5, 65 and AC. RGB value is (213,101,172). Sum of RGB (Red+Green+Blue) = 213+101+172=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 101 (39.84% from 255 or 20.78% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 213 - color contains mainly: red. Hex color #D565AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D565AC is #2A9A53. Grayscale: #8E8E8E. Windows color (decimal): -2792020 or 11298261. OLE color: 11298261.
HSL color Cylindrical-coordinate representation of color #D565AC: hue angle of 321.96º degrees, saturation: 0.57, 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 #D565AC is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 101 | 172 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.16 |
| HSL | 321.96º | 0.57% | 0.62% | - |
| HSV(B) | 321.96º | 0.53% | 0.84% | - |
| XYZ | 39.54 | 26.43 | 42.05 | - |
| YUV | 142.58 | 144.61 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 101 | 172 | 0 | 0.53 | 0.19 | 0.16 | 321.96 | 0.57 | 0.62 |
| Hex | D5 | 65 | AC | 0 | 35 | 13 | 10 | 142 | 39 | 3E |
| Octal | 325 | 145 | 254 | 0 | 65 | 23 | 20 | 502 | 71 | 76 |
| Binary | 11010101 | 1100101 | 10101100 | 0 | 110101 | 10011 | 10000 | 101000010 | 111001 | 111110 |
Color Harmonies of #D565AC
Complementary color
Monochromatic Colors of #D565AC
Black with #D565AC
Text Example
Text Example
White with #D565AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D565AC; }
p { color: rgb(213,101,172); }
H1.HeaderClassName
{
color: #D565AC;
}
.AnyTagClassName
{
color: #D565AC;
}
</style>
background-color css
<style>
a { background-color: #D565AC; }
a { background-color: rgb(213,101,172); }
div.DivClassName
{
background-color: #D565AC;
}
.BgClassName
{
background-color: #D565AC;
}
</style>
border-color css
<style>
span { border-color: #D565AC; }
span { border-color: rgb(213,101,172); }
td.TdClassName
{
border-color: #D565AC;
}
.TagClassName
{
border-color: #D565AC;
}
</style>