Shades of Hopbush #D4668B
Tints of Hopbush #D4668B
RGB
CMYK
RGB Variations
Color information
#D4668B (or 0xD4668B) is known color: Hopbush. HEX triplet: D4, 66 and 8B. RGB value is (212,102,139). Sum of RGB (Red+Green+Blue) = 212+102+139=453 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.80% from 453); Green value is 102 (40.23% from 255 or 22.52% from 453); Blue value is 139 (54.69% from 255 or 30.68% from 453); Max value from RGB is 212 - color contains mainly: red. Hex color #D4668B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D4668B is #2B9974. Grayscale: #8B8B8B. Windows color (decimal): -2857333 or 9135828. OLE color: 9135828.
HSL color Cylindrical-coordinate representation of color #D4668B: hue angle of 339.82º 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 #D4668B is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 102 | 139 | - |
| CMYK | 0 | 0.52 | 0.34 | 0.17 |
| HSL | 339.82º | 0.56% | 0.62% | - |
| HSV(B) | 339.82º | 0.52% | 0.83% | - |
| XYZ | 36.56 | 25.36 | 27.39 | - |
| YUV | 139.11 | 127.94 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 102 | 139 | 0 | 0.52 | 0.34 | 0.17 | 339.82 | 0.56 | 0.62 |
| Hex | D4 | 66 | 8B | 0 | 34 | 22 | 11 | 154 | 38 | 3E |
| Octal | 324 | 146 | 213 | 0 | 64 | 42 | 21 | 524 | 70 | 76 |
| Binary | 11010100 | 1100110 | 10001011 | 0 | 110100 | 100010 | 10001 | 101010100 | 111000 | 111110 |
Color Harmonies of #D4668B
Complementary color
Monochromatic Colors of #D4668B
Black with #D4668B
Text Example
Text Example
White with #D4668B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4668B; }
p { color: rgb(212,102,139); }
H1.HeaderClassName
{
color: #D4668B;
}
.AnyTagClassName
{
color: #D4668B;
}
</style>
background-color css
<style>
a { background-color: #D4668B; }
a { background-color: rgb(212,102,139); }
div.DivClassName
{
background-color: #D4668B;
}
.BgClassName
{
background-color: #D4668B;
}
</style>
border-color css
<style>
span { border-color: #D4668B; }
span { border-color: rgb(212,102,139); }
td.TdClassName
{
border-color: #D4668B;
}
.TagClassName
{
border-color: #D4668B;
}
</style>