Shades of Hopbush #D566AC
Tints of Hopbush #D566AC
RGB
CMYK
RGB Variations
Color information
#D566AC (or 0xD566AC) is known color: Hopbush. HEX triplet: D5, 66 and AC. RGB value is (213,102,172). Sum of RGB (Red+Green+Blue) = 213+102+172=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 102 (40.23% from 255 or 20.94% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 213 - color contains mainly: red. Hex color #D566AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D566AC is #2A9953. Grayscale: #8F8F8F. Windows color (decimal): -2791764 or 11298517. OLE color: 11298517.
HSL color Cylindrical-coordinate representation of color #D566AC: hue angle of 322.16º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D566AC is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 102 | 172 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.16 |
| HSL | 322.16º | 0.57% | 0.62% | - |
| HSV(B) | 322.16º | 0.52% | 0.84% | - |
| XYZ | 39.64 | 26.63 | 42.08 | - |
| YUV | 143.17 | 144.27 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 102 | 172 | 0 | 0.52 | 0.19 | 0.16 | 322.16 | 0.57 | 0.62 |
| Hex | D5 | 66 | AC | 0 | 34 | 13 | 10 | 142 | 39 | 3E |
| Octal | 325 | 146 | 254 | 0 | 64 | 23 | 20 | 502 | 71 | 76 |
| Binary | 11010101 | 1100110 | 10101100 | 0 | 110100 | 10011 | 10000 | 101000010 | 111001 | 111110 |
Color Harmonies of #D566AC
Complementary color
Monochromatic Colors of #D566AC
Black with #D566AC
Text Example
Text Example
White with #D566AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D566AC; }
p { color: rgb(213,102,172); }
H1.HeaderClassName
{
color: #D566AC;
}
.AnyTagClassName
{
color: #D566AC;
}
</style>
background-color css
<style>
a { background-color: #D566AC; }
a { background-color: rgb(213,102,172); }
div.DivClassName
{
background-color: #D566AC;
}
.BgClassName
{
background-color: #D566AC;
}
</style>
border-color css
<style>
span { border-color: #D566AC; }
span { border-color: rgb(213,102,172); }
td.TdClassName
{
border-color: #D566AC;
}
.TagClassName
{
border-color: #D566AC;
}
</style>