Shades of Hopbush #D068AF
Tints of Hopbush #D068AF
RGB
CMYK
RGB Variations
Color information
#D068AF (or 0xD068AF) is known color: Hopbush. HEX triplet: D0, 68 and AF. RGB value is (208,104,175). Sum of RGB (Red+Green+Blue) = 208+104+175=487 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.71% from 487); Green value is 104 (41.02% from 255 or 21.36% from 487); Blue value is 175 (68.75% from 255 or 35.93% from 487); Max value from RGB is 208 - color contains mainly: red. Hex color #D068AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D068AF is #2F9750. Grayscale: #8F8F8F. Windows color (decimal): -3118929 or 11495632. OLE color: 11495632.
HSL color Cylindrical-coordinate representation of color #D068AF: hue angle of 319.04º degrees, saturation: 0.53, 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 #D068AF is Cyan = 0, Magento = 0.5, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 104 | 175 | - |
| CMYK | 0 | 0.5 | 0.16 | 0.18 |
| HSL | 319.04º | 0.53% | 0.61% | - |
| HSV(B) | 319.04º | 0.5% | 0.82% | - |
| XYZ | 38.7 | 26.41 | 43.61 | - |
| YUV | 143.19 | 145.96 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 104 | 175 | 0 | 0.5 | 0.16 | 0.18 | 319.04 | 0.53 | 0.61 |
| Hex | D0 | 68 | AF | 0 | 32 | 10 | 12 | 13F | 35 | 3D |
| Octal | 320 | 150 | 257 | 0 | 62 | 20 | 22 | 477 | 65 | 75 |
| Binary | 11010000 | 1101000 | 10101111 | 0 | 110010 | 10000 | 10010 | 100111111 | 110101 | 111101 |
Color Harmonies of #D068AF
Complementary color
Monochromatic Colors of #D068AF
Black with #D068AF
Text Example
Text Example
White with #D068AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D068AF; }
p { color: rgb(208,104,175); }
H1.HeaderClassName
{
color: #D068AF;
}
.AnyTagClassName
{
color: #D068AF;
}
</style>
background-color css
<style>
a { background-color: #D068AF; }
a { background-color: rgb(208,104,175); }
div.DivClassName
{
background-color: #D068AF;
}
.BgClassName
{
background-color: #D068AF;
}
</style>
border-color css
<style>
span { border-color: #D068AF; }
span { border-color: rgb(208,104,175); }
td.TdClassName
{
border-color: #D068AF;
}
.TagClassName
{
border-color: #D068AF;
}
</style>