#D1649D

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

Shades of Hopbush #D1649D

Tints of Hopbush #D1649D

Color information

#D1649D (or 0xD1649D) is unknown color: approx Hopbush. HEX triplet: D1, 64 and 9D. RGB value is (209,100,157). Sum of RGB (Red+Green+Blue) = 209+100+157=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 100 (39.45% from 255 or 21.46% from 466); Blue value is 157 (61.72% from 255 or 33.69% from 466); Max value from RGB is 209 - color contains mainly: red. Hex color #D1649D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1649D is #2E9B62. Grayscale: #8A8A8A. Windows color (decimal): -3054435 or 10314961. OLE color: 10314961.

HSL color Cylindrical-coordinate representation of color #D1649D: hue angle of 328.62º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D1649D is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB209100157-
CMYK00.520.250.18
HSL328.62º54.23%60.59%-
HSV(B)328.62º52.15%81.96%-
XYZ36.9425.134.8-
YUV139.09138.11177.87-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.85%
GREEN value IS 100 (39.45% from 255) = 21.46%
BLUE value IS 157 (61.72% from 255) = 33.69%
R=44.85%
G=21.46%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910015700.520.250.18328.6254.2360.59
HexD1649D0341912149363d
Octal32114423506431225116675
Binary1101000111001001001110101101001100110010101001001110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1649D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1649D; }

 p { color: rgb(209,100,157); }

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

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

 a { background-color: rgb(209,100,157); }

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

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

 span { border-color: rgb(209,100,157); }

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