Shades of Hopbush #D468B0
Tints of Hopbush #D468B0
RGB
CMYK
RGB Variations
Color information
#D468B0 (or 0xD468B0) is known color: Hopbush. HEX triplet: D4, 68 and B0. RGB value is (212,104,176). Sum of RGB (Red+Green+Blue) = 212+104+176=492 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.09% from 492); Green value is 104 (41.02% from 255 or 21.14% from 492); Blue value is 176 (69.14% from 255 or 35.77% from 492); Max value from RGB is 212 - color contains mainly: red. Hex color #D468B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D468B0 is #2B974F. Grayscale: #909090. Windows color (decimal): -2856784 or 11561172. OLE color: 11561172.
HSL color Cylindrical-coordinate representation of color #D468B0: hue angle of 320º 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 #D468B0 is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 104 | 176 | - |
| CMYK | 0 | 0.51 | 0.17 | 0.17 |
| HSL | 320º | 0.56% | 0.62% | - |
| HSV(B) | 320º | 0.51% | 0.83% | - |
| XYZ | 39.94 | 27.03 | 44.19 | - |
| YUV | 144.5 | 145.78 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 104 | 176 | 0 | 0.51 | 0.17 | 0.17 | 320 | 0.56 | 0.62 |
| Hex | D4 | 68 | B0 | 0 | 33 | 11 | 11 | 140 | 38 | 3E |
| Octal | 324 | 150 | 260 | 0 | 63 | 21 | 21 | 500 | 70 | 76 |
| Binary | 11010100 | 1101000 | 10110000 | 0 | 110011 | 10001 | 10001 | 101000000 | 111000 | 111110 |
Color Harmonies of #D468B0
Complementary color
Monochromatic Colors of #D468B0
Black with #D468B0
Text Example
Text Example
White with #D468B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D468B0; }
p { color: rgb(212,104,176); }
H1.HeaderClassName
{
color: #D468B0;
}
.AnyTagClassName
{
color: #D468B0;
}
</style>
background-color css
<style>
a { background-color: #D468B0; }
a { background-color: rgb(212,104,176); }
div.DivClassName
{
background-color: #D468B0;
}
.BgClassName
{
background-color: #D468B0;
}
</style>
border-color css
<style>
span { border-color: #D468B0; }
span { border-color: rgb(212,104,176); }
td.TdClassName
{
border-color: #D468B0;
}
.TagClassName
{
border-color: #D468B0;
}
</style>