Shades of Hopbush #D4669E
Tints of Hopbush #D4669E
RGB
CMYK
RGB Variations
Color information
#D4669E (or 0xD4669E) is known color: Hopbush. HEX triplet: D4, 66 and 9E. RGB value is (212,102,158). Sum of RGB (Red+Green+Blue) = 212+102+158=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 102 (40.23% from 255 or 21.61% from 472); Blue value is 158 (62.11% from 255 or 33.47% from 472); Max value from RGB is 212 - color contains mainly: red. Hex color #D4669E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D4669E is #2B9961. Grayscale: #8D8D8D. Windows color (decimal): -2857314 or 10381012. OLE color: 10381012.
HSL color Cylindrical-coordinate representation of color #D4669E: hue angle of 329.45º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D4669E is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 102 | 158 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.17 |
| HSL | 329.45º | 0.56% | 0.62% | - |
| HSV(B) | 329.45º | 0.52% | 0.83% | - |
| XYZ | 38.07 | 25.97 | 35.35 | - |
| YUV | 141.27 | 137.44 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 102 | 158 | 0 | 0.52 | 0.25 | 0.17 | 329.45 | 0.56 | 0.62 |
| Hex | D4 | 66 | 9E | 0 | 34 | 19 | 11 | 149 | 38 | 3E |
| Octal | 324 | 146 | 236 | 0 | 64 | 31 | 21 | 511 | 70 | 76 |
| Binary | 11010100 | 1100110 | 10011110 | 0 | 110100 | 11001 | 10001 | 101001001 | 111000 | 111110 |
Color Harmonies of #D4669E
Complementary color
Monochromatic Colors of #D4669E
Black with #D4669E
Text Example
Text Example
White with #D4669E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4669E; }
p { color: rgb(212,102,158); }
H1.HeaderClassName
{
color: #D4669E;
}
.AnyTagClassName
{
color: #D4669E;
}
</style>
background-color css
<style>
a { background-color: #D4669E; }
a { background-color: rgb(212,102,158); }
div.DivClassName
{
background-color: #D4669E;
}
.BgClassName
{
background-color: #D4669E;
}
</style>
border-color css
<style>
span { border-color: #D4669E; }
span { border-color: rgb(212,102,158); }
td.TdClassName
{
border-color: #D4669E;
}
.TagClassName
{
border-color: #D4669E;
}
</style>