Shades of Hopbush #D074AB
Tints of Hopbush #D074AB
RGB
CMYK
RGB Variations
Color information
#D074AB (or 0xD074AB) is known color: Hopbush. HEX triplet: D0, 74 and AB. RGB value is (208,116,171). Sum of RGB (Red+Green+Blue) = 208+116+171=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 116 (45.70% from 255 or 23.43% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 208 - color contains mainly: red. Hex color #D074AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D074AB is #2F8B54. Grayscale: #959595. Windows color (decimal): -3115861 or 11236560. OLE color: 11236560.
HSL color Cylindrical-coordinate representation of color #D074AB: hue angle of 324.13º 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 #D074AB is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 116 | 171 | - |
| CMYK | 0 | 0.44 | 0.18 | 0.18 |
| HSL | 324.13º | 0.49% | 0.64% | - |
| HSV(B) | 324.13º | 0.44% | 0.82% | - |
| XYZ | 39.61 | 28.84 | 42.01 | - |
| YUV | 149.78 | 139.98 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 116 | 171 | 0 | 0.44 | 0.18 | 0.18 | 324.13 | 0.49 | 0.64 |
| Hex | D0 | 74 | AB | 0 | 2C | 12 | 12 | 144 | 31 | 40 |
| Octal | 320 | 164 | 253 | 0 | 54 | 22 | 22 | 504 | 61 | 100 |
| Binary | 11010000 | 1110100 | 10101011 | 0 | 101100 | 10010 | 10010 | 101000100 | 110001 | 1000000 |
Color Harmonies of #D074AB
Complementary color
Monochromatic Colors of #D074AB
Black with #D074AB
Text Example
Text Example
White with #D074AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D074AB; }
p { color: rgb(208,116,171); }
H1.HeaderClassName
{
color: #D074AB;
}
.AnyTagClassName
{
color: #D074AB;
}
</style>
background-color css
<style>
a { background-color: #D074AB; }
a { background-color: rgb(208,116,171); }
div.DivClassName
{
background-color: #D074AB;
}
.BgClassName
{
background-color: #D074AB;
}
</style>
border-color css
<style>
span { border-color: #D074AB; }
span { border-color: rgb(208,116,171); }
td.TdClassName
{
border-color: #D074AB;
}
.TagClassName
{
border-color: #D074AB;
}
</style>