Shades of Hopbush #D069A6
Tints of Hopbush #D069A6
RGB
CMYK
RGB Variations
Color information
#D069A6 (or 0xD069A6) is known color: Hopbush. HEX triplet: D0, 69 and A6. RGB value is (208,105,166). Sum of RGB (Red+Green+Blue) = 208+105+166=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 105 (41.41% from 255 or 21.92% from 479); Blue value is 166 (65.23% from 255 or 34.66% from 479); Max value from RGB is 208 - color contains mainly: red. Hex color #D069A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D069A6 is #2F9659. Grayscale: #8E8E8E. Windows color (decimal): -3118682 or 10906064. OLE color: 10906064.
HSL color Cylindrical-coordinate representation of color #D069A6: hue angle of 324.47º 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 #D069A6 is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 105 | 166 | - |
| CMYK | 0 | 0.50 | 0.20 | 0.18 |
| HSL | 324.47º | 0.52% | 0.61% | - |
| HSV(B) | 324.47º | 0.5% | 0.82% | - |
| XYZ | 37.95 | 26.27 | 39.15 | - |
| YUV | 142.75 | 141.12 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 105 | 166 | 0 | 0.50 | 0.20 | 0.18 | 324.47 | 0.52 | 0.61 |
| Hex | D0 | 69 | A6 | 0 | 32 | 14 | 12 | 144 | 34 | 3D |
| Octal | 320 | 151 | 246 | 0 | 62 | 24 | 22 | 504 | 64 | 75 |
| Binary | 11010000 | 1101001 | 10100110 | 0 | 110010 | 10100 | 10010 | 101000100 | 110100 | 111101 |
Color Harmonies of #D069A6
Complementary color
Monochromatic Colors of #D069A6
Black with #D069A6
Text Example
Text Example
White with #D069A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D069A6; }
p { color: rgb(208,105,166); }
H1.HeaderClassName
{
color: #D069A6;
}
.AnyTagClassName
{
color: #D069A6;
}
</style>
background-color css
<style>
a { background-color: #D069A6; }
a { background-color: rgb(208,105,166); }
div.DivClassName
{
background-color: #D069A6;
}
.BgClassName
{
background-color: #D069A6;
}
</style>
border-color css
<style>
span { border-color: #D069A6; }
span { border-color: rgb(208,105,166); }
td.TdClassName
{
border-color: #D069A6;
}
.TagClassName
{
border-color: #D069A6;
}
</style>