Shades of Hopbush #D0669F
Tints of Hopbush #D0669F
RGB
CMYK
RGB Variations
Color information
#D0669F (or 0xD0669F) is known color: Hopbush. HEX triplet: D0, 66 and 9F. RGB value is (208,102,159). Sum of RGB (Red+Green+Blue) = 208+102+159=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 102 (40.23% from 255 or 21.75% from 469); Blue value is 159 (62.5% from 255 or 33.90% from 469); Max value from RGB is 208 - color contains mainly: red. Hex color #D0669F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0669F is #2F9960. Grayscale: #8C8C8C. Windows color (decimal): -3119457 or 10446544. OLE color: 10446544.
HSL color Cylindrical-coordinate representation of color #D0669F: hue angle of 327.74º 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 #D0669F is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 102 | 159 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.18 |
| HSL | 327.74º | 0.53% | 0.61% | - |
| HSV(B) | 327.74º | 0.51% | 0.82% | - |
| XYZ | 37.02 | 25.42 | 35.76 | - |
| YUV | 140.19 | 138.62 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 102 | 159 | 0 | 0.51 | 0.24 | 0.18 | 327.74 | 0.53 | 0.61 |
| Hex | D0 | 66 | 9F | 0 | 33 | 18 | 12 | 148 | 35 | 3D |
| Octal | 320 | 146 | 237 | 0 | 63 | 30 | 22 | 510 | 65 | 75 |
| Binary | 11010000 | 1100110 | 10011111 | 0 | 110011 | 11000 | 10010 | 101001000 | 110101 | 111101 |
Color Harmonies of #D0669F
Complementary color
Monochromatic Colors of #D0669F
Black with #D0669F
Text Example
Text Example
White with #D0669F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0669F; }
p { color: rgb(208,102,159); }
H1.HeaderClassName
{
color: #D0669F;
}
.AnyTagClassName
{
color: #D0669F;
}
</style>
background-color css
<style>
a { background-color: #D0669F; }
a { background-color: rgb(208,102,159); }
div.DivClassName
{
background-color: #D0669F;
}
.BgClassName
{
background-color: #D0669F;
}
</style>
border-color css
<style>
span { border-color: #D0669F; }
span { border-color: rgb(208,102,159); }
td.TdClassName
{
border-color: #D0669F;
}
.TagClassName
{
border-color: #D0669F;
}
</style>