Shades of Hopbush #D468A6
Tints of Hopbush #D468A6
RGB
CMYK
RGB Variations
Color information
#D468A6 (or 0xD468A6) is known color: Hopbush. HEX triplet: D4, 68 and A6. RGB value is (212,104,166). Sum of RGB (Red+Green+Blue) = 212+104+166=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 104 (41.02% from 255 or 21.58% from 482); Blue value is 166 (65.23% from 255 or 34.44% from 482); Max value from RGB is 212 - color contains mainly: red. Hex color #D468A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D468A6 is #2B9759. Grayscale: #8F8F8F. Windows color (decimal): -2856794 or 10905812. OLE color: 10905812.
HSL color Cylindrical-coordinate representation of color #D468A6: hue angle of 325.56º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D468A6 is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 104 | 166 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.17 |
| HSL | 325.56º | 0.56% | 0.62% | - |
| HSV(B) | 325.56º | 0.51% | 0.83% | - |
| XYZ | 38.98 | 26.65 | 39.17 | - |
| YUV | 143.36 | 140.78 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 104 | 166 | 0 | 0.51 | 0.22 | 0.17 | 325.56 | 0.56 | 0.62 |
| Hex | D4 | 68 | A6 | 0 | 33 | 16 | 11 | 146 | 38 | 3E |
| Octal | 324 | 150 | 246 | 0 | 63 | 26 | 21 | 506 | 70 | 76 |
| Binary | 11010100 | 1101000 | 10100110 | 0 | 110011 | 10110 | 10001 | 101000110 | 111000 | 111110 |
Color Harmonies of #D468A6
Complementary color
Monochromatic Colors of #D468A6
Black with #D468A6
Text Example
Text Example
White with #D468A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D468A6; }
p { color: rgb(212,104,166); }
H1.HeaderClassName
{
color: #D468A6;
}
.AnyTagClassName
{
color: #D468A6;
}
</style>
background-color css
<style>
a { background-color: #D468A6; }
a { background-color: rgb(212,104,166); }
div.DivClassName
{
background-color: #D468A6;
}
.BgClassName
{
background-color: #D468A6;
}
</style>
border-color css
<style>
span { border-color: #D468A6; }
span { border-color: rgb(212,104,166); }
td.TdClassName
{
border-color: #D468A6;
}
.TagClassName
{
border-color: #D468A6;
}
</style>