Shades of Hopbush #D0669C
Tints of Hopbush #D0669C
RGB
CMYK
RGB Variations
Color information
#D0669C (or 0xD0669C) is known color: Hopbush. HEX triplet: D0, 66 and 9C. RGB value is (208,102,156). Sum of RGB (Red+Green+Blue) = 208+102+156=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 102 (40.23% from 255 or 21.89% from 466); Blue value is 156 (61.33% from 255 or 33.48% from 466); Max value from RGB is 208 - color contains mainly: red. Hex color #D0669C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0669C is #2F9963. Grayscale: #8B8B8B. Windows color (decimal): -3119460 or 10249936. OLE color: 10249936.
HSL color Cylindrical-coordinate representation of color #D0669C: hue angle of 329.43º 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 #D0669C is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 102 | 156 | - |
| CMYK | 0 | 0.51 | 0.25 | 0.18 |
| HSL | 329.43º | 0.53% | 0.61% | - |
| HSV(B) | 329.43º | 0.51% | 0.82% | - |
| XYZ | 36.76 | 25.31 | 34.4 | - |
| YUV | 139.85 | 137.12 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 102 | 156 | 0 | 0.51 | 0.25 | 0.18 | 329.43 | 0.53 | 0.61 |
| Hex | D0 | 66 | 9C | 0 | 33 | 19 | 12 | 149 | 35 | 3D |
| Octal | 320 | 146 | 234 | 0 | 63 | 31 | 22 | 511 | 65 | 75 |
| Binary | 11010000 | 1100110 | 10011100 | 0 | 110011 | 11001 | 10010 | 101001001 | 110101 | 111101 |
Color Harmonies of #D0669C
Complementary color
Monochromatic Colors of #D0669C
Black with #D0669C
Text Example
Text Example
White with #D0669C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0669C; }
p { color: rgb(208,102,156); }
H1.HeaderClassName
{
color: #D0669C;
}
.AnyTagClassName
{
color: #D0669C;
}
</style>
background-color css
<style>
a { background-color: #D0669C; }
a { background-color: rgb(208,102,156); }
div.DivClassName
{
background-color: #D0669C;
}
.BgClassName
{
background-color: #D0669C;
}
</style>
border-color css
<style>
span { border-color: #D0669C; }
span { border-color: rgb(208,102,156); }
td.TdClassName
{
border-color: #D0669C;
}
.TagClassName
{
border-color: #D0669C;
}
</style>