Shades of Hopbush #D5669F
Tints of Hopbush #D5669F
RGB
CMYK
RGB Variations
Color information
#D5669F (or 0xD5669F) is known color: Hopbush. HEX triplet: D5, 66 and 9F. RGB value is (213,102,159). Sum of RGB (Red+Green+Blue) = 213+102+159=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 102 (40.23% from 255 or 21.52% from 474); Blue value is 159 (62.5% from 255 or 33.54% from 474); Max value from RGB is 213 - color contains mainly: red. Hex color #D5669F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5669F is #2A9960. Grayscale: #8D8D8D. Windows color (decimal): -2791777 or 10446549. OLE color: 10446549.
HSL color Cylindrical-coordinate representation of color #D5669F: hue angle of 329.19º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D5669F is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 102 | 159 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.16 |
| HSL | 329.19º | 0.57% | 0.62% | - |
| HSV(B) | 329.19º | 0.52% | 0.84% | - |
| XYZ | 38.45 | 26.15 | 35.82 | - |
| YUV | 141.69 | 137.77 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 102 | 159 | 0 | 0.52 | 0.25 | 0.16 | 329.19 | 0.57 | 0.62 |
| Hex | D5 | 66 | 9F | 0 | 34 | 19 | 10 | 149 | 39 | 3E |
| Octal | 325 | 146 | 237 | 0 | 64 | 31 | 20 | 511 | 71 | 76 |
| Binary | 11010101 | 1100110 | 10011111 | 0 | 110100 | 11001 | 10000 | 101001001 | 111001 | 111110 |
Color Harmonies of #D5669F
Complementary color
Monochromatic Colors of #D5669F
Black with #D5669F
Text Example
Text Example
White with #D5669F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5669F; }
p { color: rgb(213,102,159); }
H1.HeaderClassName
{
color: #D5669F;
}
.AnyTagClassName
{
color: #D5669F;
}
</style>
background-color css
<style>
a { background-color: #D5669F; }
a { background-color: rgb(213,102,159); }
div.DivClassName
{
background-color: #D5669F;
}
.BgClassName
{
background-color: #D5669F;
}
</style>
border-color css
<style>
span { border-color: #D5669F; }
span { border-color: rgb(213,102,159); }
td.TdClassName
{
border-color: #D5669F;
}
.TagClassName
{
border-color: #D5669F;
}
</style>