#D172AE

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

Shades of Hopbush #D172AE

Tints of Hopbush #D172AE

Color information

#D172AE (or 0xD172AE) is unknown color: approx Hopbush. HEX triplet: D1, 72 and AE. RGB value is (209,114,174). Sum of RGB (Red+Green+Blue) = 209+114+174=497 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.05% from 497); Green value is 114 (44.92% from 255 or 22.94% from 497); Blue value is 174 (68.36% from 255 or 35.01% from 497); Max value from RGB is 209 - color contains mainly: red. Hex color #D172AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D172AE is #2E8D51. Grayscale: #959595. Windows color (decimal): -3050834 or 11432657. OLE color: 11432657.

HSL color Cylindrical-coordinate representation of color #D172AE: hue angle of 322.11º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D172AE is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB209114174-
CMYK00.450.170.18
HSL322.11º50.8%63.33%-
HSV(B)322.11º45.45%81.96%-
XYZ39.9528.6543.47-
YUV149.24141.97170.62-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.05%
GREEN value IS 114 (44.92% from 255) = 22.94%
BLUE value IS 174 (68.36% from 255) = 35.01%
R=42.05%
G=22.94%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911417400.450.170.18322.1150.863.33
HexD172AE02D1112142333f
Octal32116225605521225026377
Binary1101000111100101010111001011011000110010101000010110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D172AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D172AE; }

 p { color: rgb(209,114,174); }

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

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

 a { background-color: rgb(209,114,174); }

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

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

 span { border-color: rgb(209,114,174); }

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