Shades of Hopbush #D4649C
Tints of Hopbush #D4649C
RGB
CMYK
RGB Variations
Color information
#D4649C (or 0xD4649C) is known color: Hopbush. HEX triplet: D4, 64 and 9C. RGB value is (212,100,156). Sum of RGB (Red+Green+Blue) = 212+100+156=468 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.30% from 468); Green value is 100 (39.45% from 255 or 21.37% from 468); Blue value is 156 (61.33% from 255 or 33.33% from 468); Max value from RGB is 212 - color contains mainly: red. Hex color #D4649C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D4649C is #2B9B63. Grayscale: #8B8B8B. Windows color (decimal): -2857828 or 10249428. OLE color: 10249428.
HSL color Cylindrical-coordinate representation of color #D4649C: hue angle of 330º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D4649C is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 100 | 156 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.17 |
| HSL | 330º | 0.57% | 0.61% | - |
| HSV(B) | 330º | 0.53% | 0.83% | - |
| XYZ | 37.71 | 25.51 | 34.39 | - |
| YUV | 139.87 | 137.11 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 100 | 156 | 0 | 0.53 | 0.26 | 0.17 | 330 | 0.57 | 0.61 |
| Hex | D4 | 64 | 9C | 0 | 35 | 1A | 11 | 14A | 39 | 3D |
| Octal | 324 | 144 | 234 | 0 | 65 | 32 | 21 | 512 | 71 | 75 |
| Binary | 11010100 | 1100100 | 10011100 | 0 | 110101 | 11010 | 10001 | 101001010 | 111001 | 111101 |
Color Harmonies of #D4649C
Complementary color
Monochromatic Colors of #D4649C
Black with #D4649C
Text Example
Text Example
White with #D4649C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4649C; }
p { color: rgb(212,100,156); }
H1.HeaderClassName
{
color: #D4649C;
}
.AnyTagClassName
{
color: #D4649C;
}
</style>
background-color css
<style>
a { background-color: #D4649C; }
a { background-color: rgb(212,100,156); }
div.DivClassName
{
background-color: #D4649C;
}
.BgClassName
{
background-color: #D4649C;
}
</style>
border-color css
<style>
span { border-color: #D4649C; }
span { border-color: rgb(212,100,156); }
td.TdClassName
{
border-color: #D4649C;
}
.TagClassName
{
border-color: #D4649C;
}
</style>