Shades of Hopbush #D0699F
Tints of Hopbush #D0699F
RGB
CMYK
RGB Variations
Color information
#D0699F (or 0xD0699F) is known color: Hopbush. HEX triplet: D0, 69 and 9F. RGB value is (208,105,159). Sum of RGB (Red+Green+Blue) = 208+105+159=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 105 (41.41% from 255 or 22.25% from 472); Blue value is 159 (62.5% from 255 or 33.69% from 472); Max value from RGB is 208 - color contains mainly: red. Hex color #D0699F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0699F is #2F9660. Grayscale: #8D8D8D. Windows color (decimal): -3118689 or 10447312. OLE color: 10447312.
HSL color Cylindrical-coordinate representation of color #D0699F: hue angle of 328.54º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D0699F is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 105 | 159 | - |
| CMYK | 0 | 0.50 | 0.24 | 0.18 |
| HSL | 328.54º | 0.52% | 0.61% | - |
| HSV(B) | 328.54º | 0.5% | 0.82% | - |
| XYZ | 37.32 | 26.02 | 35.86 | - |
| YUV | 141.95 | 137.62 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 105 | 159 | 0 | 0.50 | 0.24 | 0.18 | 328.54 | 0.52 | 0.61 |
| Hex | D0 | 69 | 9F | 0 | 32 | 18 | 12 | 149 | 34 | 3D |
| Octal | 320 | 151 | 237 | 0 | 62 | 30 | 22 | 511 | 64 | 75 |
| Binary | 11010000 | 1101001 | 10011111 | 0 | 110010 | 11000 | 10010 | 101001001 | 110100 | 111101 |
Color Harmonies of #D0699F
Complementary color
Monochromatic Colors of #D0699F
Black with #D0699F
Text Example
Text Example
White with #D0699F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0699F; }
p { color: rgb(208,105,159); }
H1.HeaderClassName
{
color: #D0699F;
}
.AnyTagClassName
{
color: #D0699F;
}
</style>
background-color css
<style>
a { background-color: #D0699F; }
a { background-color: rgb(208,105,159); }
div.DivClassName
{
background-color: #D0699F;
}
.BgClassName
{
background-color: #D0699F;
}
</style>
border-color css
<style>
span { border-color: #D0699F; }
span { border-color: rgb(208,105,159); }
td.TdClassName
{
border-color: #D0699F;
}
.TagClassName
{
border-color: #D0699F;
}
</style>