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