#D1749F

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

Shades of Hopbush #D1749F

Tints of Hopbush #D1749F

Color information

#D1749F (or 0xD1749F) is unknown color: approx Hopbush. HEX triplet: D1, 74 and 9F. RGB value is (209,116,159). Sum of RGB (Red+Green+Blue) = 209+116+159=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 116 (45.70% from 255 or 23.97% from 484); Blue value is 159 (62.5% from 255 or 32.85% from 484); Max value from RGB is 209 - color contains mainly: red. Hex color #D1749F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1749F is #2E8B60. Grayscale: #949494. Windows color (decimal): -3050337 or 10450129. OLE color: 10450129.

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

Color convert

RGB209116159-
CMYK00.440.240.18
HSL332.26º50.27%63.73%-
HSV(B)332.26º44.5%81.96%-
XYZ38.828.5536.27-
YUV148.71133.81171-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.18%
GREEN value IS 116 (45.70% from 255) = 23.97%
BLUE value IS 159 (62.5% from 255) = 32.85%
R=43.18%
G=23.97%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911615900.440.240.18332.2650.2763.73
HexD1749F02C181214c3240
Octal321164237054302251462100
Binary11010001111010010011111010110011000100101010011001100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1749F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1749F; }

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

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

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

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

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

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

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

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