#D673AA

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

Shades of Hopbush #D673AA

Tints of Hopbush #D673AA

Color information

#D673AA (or 0xD673AA) is unknown color: approx Hopbush. HEX triplet: D6, 73 and AA. RGB value is (214,115,170). Sum of RGB (Red+Green+Blue) = 214+115+170=499 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.89% from 499); Green value is 115 (45.31% from 255 or 23.05% from 499); Blue value is 170 (66.80% from 255 or 34.07% from 499); Max value from RGB is 214 - color contains mainly: red. Hex color #D673AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D673AA is #298C55. Grayscale: #969696. Windows color (decimal): -2722902 or 11170774. OLE color: 11170774.

HSL color Cylindrical-coordinate representation of color #D673AA: hue angle of 326.67º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D673AA is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB214115170-
CMYK00.460.210.16
HSL326.67º54.7%64.51%-
HSV(B)326.67º46.26%83.92%-
XYZ41.1229.4641.55-
YUV150.87138.8173.03-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.89%
GREEN value IS 115 (45.31% from 255) = 23.05%
BLUE value IS 170 (66.80% from 255) = 34.07%
R=42.89%
G=23.05%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411517000.460.210.16326.6754.764.51
HexD673AA02E15101473741
Octal326163252056252050767101
Binary11010110111001110101010010111010101100001010001111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D673AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D673AA; }

 p { color: rgb(214,115,170); }

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

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

 a { background-color: rgb(214,115,170); }

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

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

 span { border-color: rgb(214,115,170); }

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