Shades of Hopbush #D069A8
Tints of Hopbush #D069A8
RGB
CMYK
RGB Variations
Color information
#D069A8 (or 0xD069A8) is known color: Hopbush. HEX triplet: D0, 69 and A8. RGB value is (208,105,168). Sum of RGB (Red+Green+Blue) = 208+105+168=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 105 (41.41% from 255 or 21.83% from 481); Blue value is 168 (66.02% from 255 or 34.93% from 481); Max value from RGB is 208 - color contains mainly: red. Hex color #D069A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D069A8 is #2F9657. Grayscale: #8E8E8E. Windows color (decimal): -3118680 or 11037136. OLE color: 11037136.
HSL color Cylindrical-coordinate representation of color #D069A8: hue angle of 323.3º 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 #D069A8 is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 105 | 168 | - |
| CMYK | 0 | 0.50 | 0.19 | 0.18 |
| HSL | 323.3º | 0.52% | 0.61% | - |
| HSV(B) | 323.3º | 0.5% | 0.82% | - |
| XYZ | 38.13 | 26.34 | 40.12 | - |
| YUV | 142.98 | 142.12 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 105 | 168 | 0 | 0.50 | 0.19 | 0.18 | 323.3 | 0.52 | 0.61 |
| Hex | D0 | 69 | A8 | 0 | 32 | 13 | 12 | 143 | 34 | 3D |
| Octal | 320 | 151 | 250 | 0 | 62 | 23 | 22 | 503 | 64 | 75 |
| Binary | 11010000 | 1101001 | 10101000 | 0 | 110010 | 10011 | 10010 | 101000011 | 110100 | 111101 |
Color Harmonies of #D069A8
Complementary color
Monochromatic Colors of #D069A8
Black with #D069A8
Text Example
Text Example
White with #D069A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D069A8; }
p { color: rgb(208,105,168); }
H1.HeaderClassName
{
color: #D069A8;
}
.AnyTagClassName
{
color: #D069A8;
}
</style>
background-color css
<style>
a { background-color: #D069A8; }
a { background-color: rgb(208,105,168); }
div.DivClassName
{
background-color: #D069A8;
}
.BgClassName
{
background-color: #D069A8;
}
</style>
border-color css
<style>
span { border-color: #D069A8; }
span { border-color: rgb(208,105,168); }
td.TdClassName
{
border-color: #D069A8;
}
.TagClassName
{
border-color: #D069A8;
}
</style>