#D074A6

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

Shades of Hopbush #D074A6

Tints of Hopbush #D074A6

Color information

#D074A6 (or 0xD074A6) is unknown color: approx Hopbush. HEX triplet: D0, 74 and A6. RGB value is (208,116,166). Sum of RGB (Red+Green+Blue) = 208+116+166=490 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.45% from 490); Green value is 116 (45.70% from 255 or 23.67% from 490); Blue value is 166 (65.23% from 255 or 33.88% from 490); Max value from RGB is 208 - color contains mainly: red. Hex color #D074A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D074A6 is #2F8B59. Grayscale: #959595. Windows color (decimal): -3115866 or 10908880. OLE color: 10908880.

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

Color convert

RGB208116166-
CMYK00.440.200.18
HSL327.39º49.46%63.53%-
HSV(B)327.39º44.23%81.57%-
XYZ39.1428.6539.54-
YUV149.21137.48169.93-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.45%
GREEN value IS 116 (45.70% from 255) = 23.67%
BLUE value IS 166 (65.23% from 255) = 33.88%
R=42.45%
G=23.67%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811616600.440.200.18327.3949.4663.53
HexD074A602C14121473140
Octal320164246054242250761100
Binary11010000111010010100110010110010100100101010001111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D074A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D074A6; }

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

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

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

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

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

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

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

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