Shades of Hopbush #D069B0
Tints of Hopbush #D069B0
RGB
CMYK
RGB Variations
Color information
#D069B0 (or 0xD069B0) is known color: Hopbush. HEX triplet: D0, 69 and B0. RGB value is (208,105,176). Sum of RGB (Red+Green+Blue) = 208+105+176=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 105 (41.41% from 255 or 21.47% from 489); Blue value is 176 (69.14% from 255 or 35.99% from 489); Max value from RGB is 208 - color contains mainly: red. Hex color #D069B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D069B0 is #2F964F. Grayscale: #8F8F8F. Windows color (decimal): -3118672 or 11561424. OLE color: 11561424.
HSL color Cylindrical-coordinate representation of color #D069B0: hue angle of 318.64º 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 #D069B0 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 105 | 176 | - |
| CMYK | 0 | 0.50 | 0.15 | 0.18 |
| HSL | 318.64º | 0.52% | 0.61% | - |
| HSV(B) | 318.64º | 0.5% | 0.82% | - |
| XYZ | 38.9 | 26.65 | 44.17 | - |
| YUV | 143.89 | 146.12 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 105 | 176 | 0 | 0.50 | 0.15 | 0.18 | 318.64 | 0.52 | 0.61 |
| Hex | D0 | 69 | B0 | 0 | 32 | F | 12 | 13F | 34 | 3D |
| Octal | 320 | 151 | 260 | 0 | 62 | 17 | 22 | 477 | 64 | 75 |
| Binary | 11010000 | 1101001 | 10110000 | 0 | 110010 | 1111 | 10010 | 100111111 | 110100 | 111101 |
Color Harmonies of #D069B0
Complementary color
Monochromatic Colors of #D069B0
Black with #D069B0
Text Example
Text Example
White with #D069B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D069B0; }
p { color: rgb(208,105,176); }
H1.HeaderClassName
{
color: #D069B0;
}
.AnyTagClassName
{
color: #D069B0;
}
</style>
background-color css
<style>
a { background-color: #D069B0; }
a { background-color: rgb(208,105,176); }
div.DivClassName
{
background-color: #D069B0;
}
.BgClassName
{
background-color: #D069B0;
}
</style>
border-color css
<style>
span { border-color: #D069B0; }
span { border-color: rgb(208,105,176); }
td.TdClassName
{
border-color: #D069B0;
}
.TagClassName
{
border-color: #D069B0;
}
</style>