#D175A0

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

Shades of Hopbush #D175A0

Tints of Hopbush #D175A0

Color information

#D175A0 (or 0xD175A0) is unknown color: approx Hopbush. HEX triplet: D1, 75 and A0. RGB value is (209,117,160). Sum of RGB (Red+Green+Blue) = 209+117+160=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 117 (46.09% from 255 or 24.07% from 486); Blue value is 160 (62.89% from 255 or 32.92% from 486); Max value from RGB is 209 - color contains mainly: red. Hex color #D175A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D175A0 is #2E8A5F. Grayscale: #959595. Windows color (decimal): -3050080 or 10515921. OLE color: 10515921.

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

Color convert

RGB209117160-
CMYK00.440.230.18
HSL331.96º50%63.92%-
HSV(B)331.96º44.02%81.96%-
XYZ3928.8236.76-
YUV149.41133.98170.5-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.00%
GREEN value IS 117 (46.09% from 255) = 24.07%
BLUE value IS 160 (62.89% from 255) = 32.92%
R=43.00%
G=24.07%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.23
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911716000.440.230.18331.965063.92
HexD175A002C171214c3240
Octal321165240054272251462100
Binary11010001111010110100000010110010111100101010011001100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D175A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D175A0; }

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

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

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

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

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

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

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

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