#D174AD

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

Shades of Hopbush #D174AD

Tints of Hopbush #D174AD

Color information

#D174AD (or 0xD174AD) is unknown color: approx Hopbush. HEX triplet: D1, 74 and AD. RGB value is (209,116,173). Sum of RGB (Red+Green+Blue) = 209+116+173=498 (65% of max value = 765). Red value is 209 (82.03% from 255 or 41.97% from 498); Green value is 116 (45.70% from 255 or 23.29% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 209 - color contains mainly: red. Hex color #D174AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D174AD is #2E8B52. Grayscale: #969696. Windows color (decimal): -3050323 or 11367633. OLE color: 11367633.

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

Color convert

RGB209116173-
CMYK00.440.170.18
HSL323.23º50.27%63.73%-
HSV(B)323.23º44.5%81.96%-
XYZ40.0829.0643.03-
YUV150.3140.81169.87-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.97%
GREEN value IS 116 (45.70% from 255) = 23.29%
BLUE value IS 173 (67.97% from 255) = 34.74%
R=41.97%
G=23.29%
B=34.74%

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
Decimal20911617300.440.170.18323.2350.2763.73
HexD174AD02C11121433240
Octal321164255054212250362100
Binary11010001111010010101101010110010001100101010000111100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D174AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D174AD; }

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

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

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

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

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

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

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

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