Shades of Hopbush #D068AA
Tints of Hopbush #D068AA
RGB
CMYK
RGB Variations
Color information
#D068AA (or 0xD068AA) is known color: Hopbush. HEX triplet: D0, 68 and AA. RGB value is (208,104,170). Sum of RGB (Red+Green+Blue) = 208+104+170=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 104 (41.02% from 255 or 21.58% from 482); Blue value is 170 (66.80% from 255 or 35.27% from 482); Max value from RGB is 208 - color contains mainly: red. Hex color #D068AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D068AA is #2F9755. Grayscale: #8E8E8E. Windows color (decimal): -3118934 or 11167952. OLE color: 11167952.
HSL color Cylindrical-coordinate representation of color #D068AA: hue angle of 321.92º 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 #D068AA is Cyan = 0, Magento = 0.5, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 104 | 170 | - |
| CMYK | 0 | 0.5 | 0.18 | 0.18 |
| HSL | 321.92º | 0.53% | 0.61% | - |
| HSV(B) | 321.92º | 0.5% | 0.82% | - |
| XYZ | 38.22 | 26.21 | 41.08 | - |
| YUV | 142.62 | 143.46 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 104 | 170 | 0 | 0.5 | 0.18 | 0.18 | 321.92 | 0.53 | 0.61 |
| Hex | D0 | 68 | AA | 0 | 32 | 12 | 12 | 142 | 35 | 3D |
| Octal | 320 | 150 | 252 | 0 | 62 | 22 | 22 | 502 | 65 | 75 |
| Binary | 11010000 | 1101000 | 10101010 | 0 | 110010 | 10010 | 10010 | 101000010 | 110101 | 111101 |
Color Harmonies of #D068AA
Complementary color
Monochromatic Colors of #D068AA
Black with #D068AA
Text Example
Text Example
White with #D068AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D068AA; }
p { color: rgb(208,104,170); }
H1.HeaderClassName
{
color: #D068AA;
}
.AnyTagClassName
{
color: #D068AA;
}
</style>
background-color css
<style>
a { background-color: #D068AA; }
a { background-color: rgb(208,104,170); }
div.DivClassName
{
background-color: #D068AA;
}
.BgClassName
{
background-color: #D068AA;
}
</style>
border-color css
<style>
span { border-color: #D068AA; }
span { border-color: rgb(208,104,170); }
td.TdClassName
{
border-color: #D068AA;
}
.TagClassName
{
border-color: #D068AA;
}
</style>