Shades of Hopbush #D074AA
Tints of Hopbush #D074AA
RGB
CMYK
RGB Variations
Color information
#D074AA (or 0xD074AA) is known color: Hopbush. HEX triplet: D0, 74 and AA. RGB value is (208,116,170). Sum of RGB (Red+Green+Blue) = 208+116+170=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 116 (45.70% from 255 or 23.48% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 208 - color contains mainly: red. Hex color #D074AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D074AA is #2F8B55. Grayscale: #959595. Windows color (decimal): -3115862 or 11171024. OLE color: 11171024.
HSL color Cylindrical-coordinate representation of color #D074AA: hue angle of 324.78º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D074AA is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 116 | 170 | - |
| CMYK | 0 | 0.44 | 0.18 | 0.18 |
| HSL | 324.78º | 0.49% | 0.64% | - |
| HSV(B) | 324.78º | 0.44% | 0.82% | - |
| XYZ | 39.51 | 28.8 | 41.51 | - |
| YUV | 149.66 | 139.48 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 116 | 170 | 0 | 0.44 | 0.18 | 0.18 | 324.78 | 0.49 | 0.64 |
| Hex | D0 | 74 | AA | 0 | 2C | 12 | 12 | 145 | 31 | 40 |
| Octal | 320 | 164 | 252 | 0 | 54 | 22 | 22 | 505 | 61 | 100 |
| Binary | 11010000 | 1110100 | 10101010 | 0 | 101100 | 10010 | 10010 | 101000101 | 110001 | 1000000 |
Color Harmonies of #D074AA
Complementary color
Monochromatic Colors of #D074AA
Black with #D074AA
Text Example
Text Example
White with #D074AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D074AA; }
p { color: rgb(208,116,170); }
H1.HeaderClassName
{
color: #D074AA;
}
.AnyTagClassName
{
color: #D074AA;
}
</style>
background-color css
<style>
a { background-color: #D074AA; }
a { background-color: rgb(208,116,170); }
div.DivClassName
{
background-color: #D074AA;
}
.BgClassName
{
background-color: #D074AA;
}
</style>
border-color css
<style>
span { border-color: #D074AA; }
span { border-color: rgb(208,116,170); }
td.TdClassName
{
border-color: #D074AA;
}
.TagClassName
{
border-color: #D074AA;
}
</style>