#D175AA

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

Shades of Hopbush #D175AA

Tints of Hopbush #D175AA

Color information

#D175AA (or 0xD175AA) is unknown color: approx Hopbush. HEX triplet: D1, 75 and AA. RGB value is (209,117,170). Sum of RGB (Red+Green+Blue) = 209+117+170=496 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.14% from 496); Green value is 117 (46.09% from 255 or 23.59% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 209 - color contains mainly: red. Hex color #D175AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D175AA is #2E8A55. Grayscale: #969696. Windows color (decimal): -3050070 or 11171281. OLE color: 11171281.

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

Color convert

RGB209117170-
CMYK00.440.190.18
HSL325.43º50%63.92%-
HSV(B)325.43º44.02%81.96%-
XYZ39.9129.1841.56-
YUV150.55138.98169.69-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.14%
GREEN value IS 117 (46.09% from 255) = 23.59%
BLUE value IS 170 (66.80% from 255) = 34.27%
R=42.14%
G=23.59%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911717000.440.190.18325.435063.92
HexD175AA02C13121453240
Octal321165252054232250562100
Binary11010001111010110101010010110010011100101010001011100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D175AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D175AA; }

 p { color: rgb(209,117,170); }

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

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

 a { background-color: rgb(209,117,170); }

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

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

 span { border-color: rgb(209,117,170); }

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