Shades of Hopbush #D0669B
Tints of Hopbush #D0669B
RGB
CMYK
RGB Variations
Color information
#D0669B (or 0xD0669B) is known color: Hopbush. HEX triplet: D0, 66 and 9B. RGB value is (208,102,155). Sum of RGB (Red+Green+Blue) = 208+102+155=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 102 (40.23% from 255 or 21.94% from 465); Blue value is 155 (60.94% from 255 or 33.33% from 465); Max value from RGB is 208 - color contains mainly: red. Hex color #D0669B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0669B is #2F9964. Grayscale: #8B8B8B. Windows color (decimal): -3119461 or 10184400. OLE color: 10184400.
HSL color Cylindrical-coordinate representation of color #D0669B: hue angle of 330º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D0669B is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 102 | 155 | - |
| CMYK | 0 | 0.51 | 0.25 | 0.18 |
| HSL | 330º | 0.53% | 0.61% | - |
| HSV(B) | 330º | 0.51% | 0.82% | - |
| XYZ | 36.68 | 25.28 | 33.96 | - |
| YUV | 139.74 | 136.62 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 102 | 155 | 0 | 0.51 | 0.25 | 0.18 | 330 | 0.53 | 0.61 |
| Hex | D0 | 66 | 9B | 0 | 33 | 19 | 12 | 14A | 35 | 3D |
| Octal | 320 | 146 | 233 | 0 | 63 | 31 | 22 | 512 | 65 | 75 |
| Binary | 11010000 | 1100110 | 10011011 | 0 | 110011 | 11001 | 10010 | 101001010 | 110101 | 111101 |
Color Harmonies of #D0669B
Complementary color
Monochromatic Colors of #D0669B
Black with #D0669B
Text Example
Text Example
White with #D0669B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0669B; }
p { color: rgb(208,102,155); }
H1.HeaderClassName
{
color: #D0669B;
}
.AnyTagClassName
{
color: #D0669B;
}
</style>
background-color css
<style>
a { background-color: #D0669B; }
a { background-color: rgb(208,102,155); }
div.DivClassName
{
background-color: #D0669B;
}
.BgClassName
{
background-color: #D0669B;
}
</style>
border-color css
<style>
span { border-color: #D0669B; }
span { border-color: rgb(208,102,155); }
td.TdClassName
{
border-color: #D0669B;
}
.TagClassName
{
border-color: #D0669B;
}
</style>