Shades of Hopbush #D4619D
Tints of Hopbush #D4619D
RGB
CMYK
RGB Variations
Color information
#D4619D (or 0xD4619D) is known color: Hopbush. HEX triplet: D4, 61 and 9D. RGB value is (212,97,157). Sum of RGB (Red+Green+Blue) = 212+97+157=466 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.49% from 466); Green value is 97 (38.28% from 255 or 20.82% from 466); Blue value is 157 (61.72% from 255 or 33.69% from 466); Max value from RGB is 212 - color contains mainly: red. Hex color #D4619D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D4619D is #2B9E62. Grayscale: #8A8A8A. Windows color (decimal): -2858595 or 10314196. OLE color: 10314196.
HSL color Cylindrical-coordinate representation of color #D4619D: hue angle of 328.7º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D4619D is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 97 | 157 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.17 |
| HSL | 328.7º | 0.57% | 0.61% | - |
| HSV(B) | 328.7º | 0.54% | 0.83% | - |
| XYZ | 37.51 | 24.98 | 34.74 | - |
| YUV | 138.23 | 138.6 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 97 | 157 | 0 | 0.54 | 0.26 | 0.17 | 328.7 | 0.57 | 0.61 |
| Hex | D4 | 61 | 9D | 0 | 36 | 1A | 11 | 149 | 39 | 3D |
| Octal | 324 | 141 | 235 | 0 | 66 | 32 | 21 | 511 | 71 | 75 |
| Binary | 11010100 | 1100001 | 10011101 | 0 | 110110 | 11010 | 10001 | 101001001 | 111001 | 111101 |
Color Harmonies of #D4619D
Complementary color
Monochromatic Colors of #D4619D
Black with #D4619D
Text Example
Text Example
White with #D4619D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4619D; }
p { color: rgb(212,97,157); }
H1.HeaderClassName
{
color: #D4619D;
}
.AnyTagClassName
{
color: #D4619D;
}
</style>
background-color css
<style>
a { background-color: #D4619D; }
a { background-color: rgb(212,97,157); }
div.DivClassName
{
background-color: #D4619D;
}
.BgClassName
{
background-color: #D4619D;
}
</style>
border-color css
<style>
span { border-color: #D4619D; }
span { border-color: rgb(212,97,157); }
td.TdClassName
{
border-color: #D4619D;
}
.TagClassName
{
border-color: #D4619D;
}
</style>