Shades of Hopbush #D46C9C
Tints of Hopbush #D46C9C
RGB
CMYK
RGB Variations
Color information
#D46C9C (or 0xD46C9C) is known color: Hopbush. HEX triplet: D4, 6C and 9C. RGB value is (212,108,156). Sum of RGB (Red+Green+Blue) = 212+108+156=476 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.54% from 476); Green value is 108 (42.58% from 255 or 22.69% from 476); Blue value is 156 (61.33% from 255 or 32.77% from 476); Max value from RGB is 212 - color contains mainly: red. Hex color #D46C9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46C9C is #2B9363. Grayscale: #909090. Windows color (decimal): -2855780 or 10251476. OLE color: 10251476.
HSL color Cylindrical-coordinate representation of color #D46C9C: hue angle of 332.31º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D46C9C is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 108 | 156 | - |
| CMYK | 0 | 0.49 | 0.26 | 0.17 |
| HSL | 332.31º | 0.55% | 0.63% | - |
| HSV(B) | 332.31º | 0.49% | 0.83% | - |
| XYZ | 38.51 | 27.12 | 34.66 | - |
| YUV | 144.57 | 134.46 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 108 | 156 | 0 | 0.49 | 0.26 | 0.17 | 332.31 | 0.55 | 0.63 |
| Hex | D4 | 6C | 9C | 0 | 31 | 1A | 11 | 14C | 37 | 3F |
| Octal | 324 | 154 | 234 | 0 | 61 | 32 | 21 | 514 | 67 | 77 |
| Binary | 11010100 | 1101100 | 10011100 | 0 | 110001 | 11010 | 10001 | 101001100 | 110111 | 111111 |
Color Harmonies of #D46C9C
Complementary color
Monochromatic Colors of #D46C9C
Black with #D46C9C
Text Example
Text Example
White with #D46C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46C9C; }
p { color: rgb(212,108,156); }
H1.HeaderClassName
{
color: #D46C9C;
}
.AnyTagClassName
{
color: #D46C9C;
}
</style>
background-color css
<style>
a { background-color: #D46C9C; }
a { background-color: rgb(212,108,156); }
div.DivClassName
{
background-color: #D46C9C;
}
.BgClassName
{
background-color: #D46C9C;
}
</style>
border-color css
<style>
span { border-color: #D46C9C; }
span { border-color: rgb(212,108,156); }
td.TdClassName
{
border-color: #D46C9C;
}
.TagClassName
{
border-color: #D46C9C;
}
</style>