Shades of Hopbush #D069AF
Tints of Hopbush #D069AF
RGB
CMYK
RGB Variations
Color information
#D069AF (or 0xD069AF) is known color: Hopbush. HEX triplet: D0, 69 and AF. RGB value is (208,105,175). Sum of RGB (Red+Green+Blue) = 208+105+175=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 105 (41.41% from 255 or 21.52% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 208 - color contains mainly: red. Hex color #D069AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D069AF is #2F9650. Grayscale: #8F8F8F. Windows color (decimal): -3118673 or 11495888. OLE color: 11495888.
HSL color Cylindrical-coordinate representation of color #D069AF: hue angle of 319.22º 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 #D069AF is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 105 | 175 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.18 |
| HSL | 319.22º | 0.52% | 0.61% | - |
| HSV(B) | 319.22º | 0.5% | 0.82% | - |
| XYZ | 38.8 | 26.61 | 43.65 | - |
| YUV | 143.78 | 145.62 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 105 | 175 | 0 | 0.50 | 0.16 | 0.18 | 319.22 | 0.52 | 0.61 |
| Hex | D0 | 69 | AF | 0 | 32 | 10 | 12 | 13F | 34 | 3D |
| Octal | 320 | 151 | 257 | 0 | 62 | 20 | 22 | 477 | 64 | 75 |
| Binary | 11010000 | 1101001 | 10101111 | 0 | 110010 | 10000 | 10010 | 100111111 | 110100 | 111101 |
Color Harmonies of #D069AF
Complementary color
Monochromatic Colors of #D069AF
Black with #D069AF
Text Example
Text Example
White with #D069AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D069AF; }
p { color: rgb(208,105,175); }
H1.HeaderClassName
{
color: #D069AF;
}
.AnyTagClassName
{
color: #D069AF;
}
</style>
background-color css
<style>
a { background-color: #D069AF; }
a { background-color: rgb(208,105,175); }
div.DivClassName
{
background-color: #D069AF;
}
.BgClassName
{
background-color: #D069AF;
}
</style>
border-color css
<style>
span { border-color: #D069AF; }
span { border-color: rgb(208,105,175); }
td.TdClassName
{
border-color: #D069AF;
}
.TagClassName
{
border-color: #D069AF;
}
</style>