#D074AD

Color #D074AD Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #D074AD

Tints of Hopbush #D074AD

Color information

#D074AD (or 0xD074AD) is unknown color: approx Hopbush. HEX triplet: D0, 74 and AD. RGB value is (208,116,173). Sum of RGB (Red+Green+Blue) = 208+116+173=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 116 (45.70% from 255 or 23.34% from 497); Blue value is 173 (67.97% from 255 or 34.81% from 497); Max value from RGB is 208 - color contains mainly: red. Hex color #D074AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D074AD is #2F8B52. Grayscale: #959595. Windows color (decimal): -3115859 or 11367632. OLE color: 11367632.

HSL color Cylindrical-coordinate representation of color #D074AD: hue angle of 322.83º 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 #D074AD is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB208116173-
CMYK00.440.170.18
HSL322.83º49.46%63.53%-
HSV(B)322.83º44.23%81.57%-
XYZ39.828.9243.02-
YUV150.01140.98169.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 41.85%
GREEN value IS 116 (45.70% from 255) = 23.34%
BLUE value IS 173 (67.97% from 255) = 34.81%
R=41.85%
G=23.34%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811617300.440.170.18322.8349.4663.53
HexD074AD02C11121433140
Octal320164255054212250361100
Binary11010000111010010101101010110010001100101010000111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D074AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D074AD; }

 p { color: rgb(208,116,173); }

 H1.HeaderClassName
 {
   color: #D074AD;
 }
 .AnyTagClassName
 {
   color: #D074AD;
 }
</style>
background-color css

<style>
 a { background-color: #D074AD; }

 a { background-color: rgb(208,116,173); }

 div.DivClassName
 {
   background-color: #D074AD;
 }
 .BgClassName
 {
   background-color: #D074AD;
 }
</style>
border-color css

<style>
 span { border-color: #D074AD; }

 span { border-color: rgb(208,116,173); }

 td.TdClassName
 {
   border-color: #D074AD;
 }
 .TagClassName
 {
   border-color: #D074AD;
 }
</style>