Shades of Hopbush #D466A6
Tints of Hopbush #D466A6
RGB
CMYK
RGB Variations
Color information
#D466A6 (or 0xD466A6) is known color: Hopbush. HEX triplet: D4, 66 and A6. RGB value is (212,102,166). Sum of RGB (Red+Green+Blue) = 212+102+166=480 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.17% from 480); Green value is 102 (40.23% from 255 or 21.25% from 480); Blue value is 166 (65.23% from 255 or 34.58% from 480); Max value from RGB is 212 - color contains mainly: red. Hex color #D466A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D466A6 is #2B9959. Grayscale: #8E8E8E. Windows color (decimal): -2857306 or 10905300. OLE color: 10905300.
HSL color Cylindrical-coordinate representation of color #D466A6: hue angle of 325.09º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D466A6 is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 102 | 166 | - |
| CMYK | 0 | 0.52 | 0.22 | 0.17 |
| HSL | 325.09º | 0.56% | 0.62% | - |
| HSV(B) | 325.09º | 0.52% | 0.83% | - |
| XYZ | 38.79 | 26.25 | 39.1 | - |
| YUV | 142.19 | 141.44 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 102 | 166 | 0 | 0.52 | 0.22 | 0.17 | 325.09 | 0.56 | 0.62 |
| Hex | D4 | 66 | A6 | 0 | 34 | 16 | 11 | 145 | 38 | 3E |
| Octal | 324 | 146 | 246 | 0 | 64 | 26 | 21 | 505 | 70 | 76 |
| Binary | 11010100 | 1100110 | 10100110 | 0 | 110100 | 10110 | 10001 | 101000101 | 111000 | 111110 |
Color Harmonies of #D466A6
Complementary color
Monochromatic Colors of #D466A6
Black with #D466A6
Text Example
Text Example
White with #D466A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D466A6; }
p { color: rgb(212,102,166); }
H1.HeaderClassName
{
color: #D466A6;
}
.AnyTagClassName
{
color: #D466A6;
}
</style>
background-color css
<style>
a { background-color: #D466A6; }
a { background-color: rgb(212,102,166); }
div.DivClassName
{
background-color: #D466A6;
}
.BgClassName
{
background-color: #D466A6;
}
</style>
border-color css
<style>
span { border-color: #D466A6; }
span { border-color: rgb(212,102,166); }
td.TdClassName
{
border-color: #D466A6;
}
.TagClassName
{
border-color: #D466A6;
}
</style>