Shades of Hopbush #D4669D
Tints of Hopbush #D4669D
RGB
CMYK
RGB Variations
Color information
#D4669D (or 0xD4669D) is known color: Hopbush. HEX triplet: D4, 66 and 9D. RGB value is (212,102,157). Sum of RGB (Red+Green+Blue) = 212+102+157=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 102 (40.23% from 255 or 21.66% from 471); Blue value is 157 (61.72% from 255 or 33.33% from 471); Max value from RGB is 212 - color contains mainly: red. Hex color #D4669D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D4669D is #2B9962. Grayscale: #8D8D8D. Windows color (decimal): -2857315 or 10315476. OLE color: 10315476.
HSL color Cylindrical-coordinate representation of color #D4669D: hue angle of 330º 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 #D4669D is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 102 | 157 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.17 |
| HSL | 330º | 0.56% | 0.62% | - |
| HSV(B) | 330º | 0.52% | 0.83% | - |
| XYZ | 37.99 | 25.93 | 34.9 | - |
| YUV | 141.16 | 136.94 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 102 | 157 | 0 | 0.52 | 0.26 | 0.17 | 330 | 0.56 | 0.62 |
| Hex | D4 | 66 | 9D | 0 | 34 | 1A | 11 | 14A | 38 | 3E |
| Octal | 324 | 146 | 235 | 0 | 64 | 32 | 21 | 512 | 70 | 76 |
| Binary | 11010100 | 1100110 | 10011101 | 0 | 110100 | 11010 | 10001 | 101001010 | 111000 | 111110 |
Color Harmonies of #D4669D
Complementary color
Monochromatic Colors of #D4669D
Black with #D4669D
Text Example
Text Example
White with #D4669D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4669D; }
p { color: rgb(212,102,157); }
H1.HeaderClassName
{
color: #D4669D;
}
.AnyTagClassName
{
color: #D4669D;
}
</style>
background-color css
<style>
a { background-color: #D4669D; }
a { background-color: rgb(212,102,157); }
div.DivClassName
{
background-color: #D4669D;
}
.BgClassName
{
background-color: #D4669D;
}
</style>
border-color css
<style>
span { border-color: #D4669D; }
span { border-color: rgb(212,102,157); }
td.TdClassName
{
border-color: #D4669D;
}
.TagClassName
{
border-color: #D4669D;
}
</style>